You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

General Strategy

  • Source directories
    • Do not add any test directories to the build path
  • Maven Jar files
    • Perform a maven build
    • File all jar files in dspace-installer with windows explorer
    • Copy and paste jars to a separate dir (skip duplicates)
    • Add all of these items to the build path
  • JUnit (add library)

DSpace 6 special cases

  • Add the following
    • <classpathentry kind="var" path="M2_REPO/org/atteo/evo-inflector/1.2.1/evo-inflector-1.2.1.jar"/>

    • <classpathentry kind="var" path="M2_REPO/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar"/>

  • Remaining errors
    • The type DSpaceWebapp is already defined DSpaceWebapp.java /DSpace_D6/dspace-rdf/src/main/java/org/dspace/utils line 17 Java Problem
    • The type DSpaceWebapp is already defined DSpaceWebapp.java /DSpace_D6/dspace-rest/src/main/java/org/dspace/utils line 18 Java Problem



  • No labels