I'm planning on having the 1.5 dspace code for 1.5 installed in multiple
directories pointing at a particular repository directory ( where
dspace.cfg lives and the assetstore).  For example:

/dspace-dev-source      using the /dsace-dev-repository
/dspace-prod-source     using the /dspace-prod-repository
/dspace-blancoj-source  uinsg the /dspace-dev-repositoyr

This is the way I had things setup for 1.4.2.

Now that in 1.5 we are using maven, if I want to build the code for any
of these areas, I assume I just follow the instructions, and say I want
to build /dspace-dev-source, I do this:

  cd /dspace-dev-source/dspace/;
  mvn package
  
  cd /dspace-dev-source/dspace/target/dspace-1.5-build.dir/;    
  ant -Dconfig=/dspace-dev-repository/config/dspace.cfg update

  and then move the webapp dir to the appropriate tomcat dir etc....

I've done this just fine with one source directory, but when I have
multiple ones, is this the way it will work?

I also had to install a jar file for the the one source dir I worked on,
and I will need this jar file in the other source dirs, so I assume I
will have to do the same install for each source dir?

I will look around for some documentation on maven to try to better
understand it, but if any one knows of a good site, please let me know.

Thank you!
Jose

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to