jicarilla-sandbox/platform/components build.xml,NONE,1.1
| Newsgroups | gmane.comp.java.jicarilla.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/components
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12572/platform/components
Added Files:
build.xml
Log Message:
Use the new JBS across jicarilla. Speedup as opposed to using maven varies between 300 and 1000 percent, roughly. The perceived speedup is bigger still.
--- NEW FILE: build.xml ---
<?xml version="1.0"?>
<project default="jar:install-snapshot" name="JBS-based build" basedir=".">
<target name="delegate">
<ant dir="collections" target="${target}"/>
<ant dir="http" target="${target}"/>
</target>
<target name="compile">
<antcall target="delegate">
<param name="target" value="compile"/>
</antcall>
</target>
<target name="test">
<antcall target="delegate">
<param name="target" value="test"/>
</antcall>
</target>
<target name="jar">
<antcall target="delegate">
<param name="target" value="jar"/>
</antcall>
</target>
<target name="jar:install">
<antcall target="delegate">
<param name="target" value="jar:install"/>
</antcall>
</target>
<target name="jar:install-snapshot">
<antcall target="delegate">
<param name="target" value="jar:install-snapshot"/>
</antcall>
</target>
<target name="dist">
<antcall target="delegate">
<param name="target" value="dist"/>
</antcall>
</target>
<target name="reports">
<antcall target="delegate">
<param name="target" value="reports"/>
</antcall>
</target>
</project>
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click