Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • These instructions assume you are using DSpace 1.5.x (or higher) in the NetBeans IDE.
  • DSpace 1.4.x and previous are not covered.

...

Although not required, it's recommended to install an external version of Apache Maven. This will ensure that you are using the version of Maven which DSpace supports. (DSpace 1.5.x or higher works best with Maven 2.0.8. You should check the latest pre-requisites if you are using a later version of DSpace)

...

  • Under the 'Team' menu, go to 'Subversion' and then 'Checkout'. Enter the URL for the DSpace Subversion repository: httphttps://scm.dspace.org/svn/repo/dspaceImage Modified, and click on the next button.
  • Next to 'Repository Folder(s)', click on 'Browse', and browse to the version of DSpace you wish to checkout. A few hints:
    • Stable, tested versions of DSpace are available under tags (e.g. tags/dspace-1_5_2)
    • Latest Bug Fixes (though slightly less stable) are available under branches (e.g. branches/dspace-1_5_x)
    • Unstable code is available on trunk. It is not recommended that you checkout trunk unless you know what you are doing!
  • Choose a local folder to checkout to (or leave the default entry), and leave the 'Scan for NetBeans projects after Checkout' option selected, and click on 'Finish'.
  • When NetBeans completes the checkout, it will pop-up a dialog telling you that it found projects during the checkout. Choose 'Open Project' from the dialog. Select all the projects that you wish to open (hold down ctrl to select multiple), and click the OK button.

...