Stuart  (et al),

Many thanks for the lead there!
I'd been working from the http://wiki.dspace.org/index.php/IDE_Integration:_DSpace,_Eclipse_and_Tomcat_Video_Tutorial wiki page and the details are sparse. The http://wiki.dspace.org/index.php/IDE_Integration:_DSpace,_Eclipse_and_Tomcat wiki page you recommended definitely confirms some of the Maven details I had been having trouble with. Great page for getting DSpace going with Eclipse. Thanks again for the help!

 - Patrick

---
Patrick K. Étienne
Systems Analyst
Digital Library Development
Library and Information Center
Georgia Institute of Technology
email: [email protected]
phone: 404.385.8121

Hi Patrick,

Most of the Maven functionality is hidden and does not require us to do anything. The easiest way to see how it works might be to do it on the command line first, then you can switch to using an IDE and know what maven commands you need to ask it to perform.

If you download a copy of the DSpace source, all you need to do is run ‘mvn package’ in the root directory of the unzipped download, and Maven will do the rest. It will download any dependencies, and then build the targets ready for deployment. These can be found in dspace/target/dspace-VERSION-snapshot-build.dir/

It is possible just to build one module if you require, and this will be quicker.

Have you seen this page: http://wiki.dspace.org/index.php/IDE_Integration:_DSpace,_Eclipse_and_Tomcat It should walk you through all the steps you need.

Thanks,


Stuart Lewis
Digital Services Programmer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/



From: Patrick K. Etienne [mailto:[email protected]]
Sent: Tuesday, 12 May 2009 7:00 a.m.
To: [email protected]
Subject: [Dspace-devel] Setting up DSpace in Eclispe - Maven questions

DSpace Devs -

Please excuse my post if I'm barking up the wrong tree, but I thought this might be appropriate for the developer's rather than tech list. I'm looking to get some information concerning setting up DSpace from within Eclipse. I'm familiar with the tools, but only somewhat with Maven (though I've read at least a foundational amount). I'm working with a tutorial on the DSpace wiki attempting to setup this development environment but am having trouble putting together the maven tasks necessary for the dspace build. I understand that Maven uses plugins, lifecycle phases, and goals, but can't quite seem to figure out whether the maven tasks I've setup are correct, and how to employ them for certain once they are.

Anyone who would have tips, hints, or suggestions on setting up the maven tasks, I'd certainly appreciate the help!

 - Patrick E.

---
Patrick K. Étienne
Systems Analyst
Digital Library Development
Library and Information Center
Georgia Institute of Technology
email: [email protected]
phone: 404.385.8121




------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to