weaver 2005/01/21 08:28:27
Added: . anthill-build.xml
Log:
simple ant script that can be used with build servers such as anthill.
Revision Changes Path
1.1 jakarta-jetspeed-2/anthill-build.xml
Index: anthill-build.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="./" default="clean-build" name="anthilbuild">
<target name="clean-build">
<exec dir="${org.apache.jetspeed.project.home}" executable="maven"
failonerror="true">
<arg value="allClean" />
<arg value="allBuild" />
</exec>
</target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]