Kiran, You will also want to get the subversive svn plugin for Eclipse from polarion.com (is free).
You will want to checkout each separate dspace-xxx directory as a separate project in eclipse, the m2eclipse plugin helps to resolve all the required dependencies in maven repositories and add them to your classpath. https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace-api https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace-jspui https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace-oai https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace-pom each go into the same appropriately named Eclipse project, its best to use a "Java Project" as the starting point 1.) Make sure that your source directory is set to src/main/java on each project and its best to set your output directory to be target/ classes 2.) To enble m2eclipse on the project by right-clicking on the project directory and selecting Maven/Enable Dependency Management from the context menu. Enabling Maven on a project will place some executable maven action under the "Run As" Context menu item that you can use to test compiling and packaging the project. If you have any questions add them in reply to this post and I will be glad to answer them. -Mark On Jun 29, 2007, at 5:27 PM, Claudia Juergen wrote: > Hi Kiran, > > you need the m2eclipse plugin. You can get it at > http://m2eclipse.codehaus.org/ > > There are some instructions on the new build process in the wiki: > http://wiki.dspace.org/index.php/SimpleAddonMechanism#How_does_one_. > 22Compile.22_and_.22package.22_a_distribution_of_DSpace.3F > > hope that helps > > Claudia > >> Hi, >> >> Anybody know how to use the new, reorganized code structure of Dspace >> 1.5 with Eclipse?? >> Pointers in the right direction would help a lot. >> >> Kiran >> >> --------------------------------------------------------------------- >> ---- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech >> > > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ~~~~~~~~~~~~~ Mark R. Diggory - DSpace Systems Manager MIT Libraries, Systems and Technology Services Massachusetts Institute of Technology ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

