Hi all,

Is anyone interested in a simplified build for DSpace?

Currently you need to build via Maven, then deploy via Ant, from a different 
directory. This wastes a lot of time. So I wrote an Ant script to bootstrap the 
build and deployment into one command which allows chaining. It's just one file 
and the current Ant commands work. It does not affect the current build process 
at all, its in addition, but we now use it exclusively as it saves us a lot of 
time.

For example:

help:
     [echo]
     [echo] DSpace build helper
     [echo] -----------------------------------
     [echo]
     [echo] Available targets are:
     [echo]
     [echo] clean       --> Runs mvn clean
     [echo] package       --> Runs mvn package
     [echo] update         --> Update config, etc, lib and web applications 
without touching your data. This will call package if it needs to.
     [echo] update_webapps   --> Update web applications
     [echo]
     [echo] fresh_install   --> Perform a fresh installation of the software, 
including the databases & config
     [echo] clean_database   --> Remove DSpace database tables, destroying data
     [echo]


So if you are interested I'll file a Jira and send a pull request.

regards,
Steve

--
Steve Swinsburg
Java Team Leader
Information Technology Infrastructure
Information Technology Services
Building 3K
The Australian National University
Canberra ACT 0200

T: +61 2 6125 6608
F: +61 2 6125 0449

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to