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 <http://www.library.auckland.ac.nz/> /

 

 

 

From: Patrick K. Etienne [mailto:patrick.etie...@library.gatech.edu] 
Sent: Tuesday, 12 May 2009 7:00 a.m.
To: dspace-devel@lists.sourceforge.net
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: patrick.etie...@library.gatech.edu

phone: 404.385.8121

 

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to