On Thu, Jun 28, 2007 at 09:26:39AM +0300, Hlias Stavrakis wrote: > i have created some communities and collections and i want to rebuild > dspace but don't want to loose them. > I use the same version of dspace, i just have chanced some configuration > files and want to rebuild it.
Recompiling and redeploying DSpace won't affect the database tables at all. Running ant -projecthelp in the [dspace-src] directory will tell you how to achieve certain tasks. You probably just want to run ant -Dconfig=/installdir/config/dspace.cfg update And restart tomcat. If you've changed any Java code or anything relating to the UI (JSPs etc), you may want to redeploy the WARs as well. cheers, Jim -- James Rutherford | Hewlett-Packard Limited registered Office: Research Engineer | Cain Road, HP Labs | Bracknell, Bristol, UK | Berks +44 117 312 7066 | RG12 1HN. [EMAIL PROTECTED] | Registered No: 690597 England The contents of this message and any attachments to it are confidential and may be legally privileged. If you have received this message in error, you should delete it from your system immediately and advise the sender. To any recipient of this message within HP, unless otherwise stated you should consider this message and attachments as "HP CONFIDENTIAL". ------------------------------------------------------------------------- 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

