jicarilla-sandbox/platform/components/http/impl build.xml,NONE,1.1 dependencies.list,NONE,1.1 project.properties,1.7,1.8
| Newsgroups | gmane.comp.java.jicarilla.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12572/platform/components/http/impl
Modified Files:
project.properties
Added Files:
build.xml dependencies.list
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=".">
<property file="project.properties"/>
<target name="need-for-jbs" unless="jbs.available">
<fail>
===================================================================
BUILD SYSTEM FAILURE!
===================================================================
The Jicarilla BuildSystem cannot be found. Try setting the jbs.home
property in the file project.properties to the correct location
(jbs.home is currently set to ${jbs.home}).
</fail>
</target>
<target name="init">
<property name="jbs.home" value="${user.home}/.jbs"/>
<available file="${jbs.home}/build-project.xml"
property="jbs.available"/>
<antcall target="need-for-jbs"/>
</target>
<target name="delegate" depends="init">
<ant inheritRefs="true"
inheritAll="true"
target="jbs:${target}"
antfile="${jbs.home}/build-project.xml"/>
</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>
<target name="upgrade-build">
<property name="jbs.build-basic.url"
value="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/buildsystem/build-basic.xml"/>
<get src="${jbs.build-basic.url}"
dest="build.xml"/>
</target>
</project>
--- NEW FILE: dependencies.list ---
# Dependencies
#
# artifact-id version groupid repository
#
jicarilla-framework
jicarilla-container
jicarilla-http-api
picocontainer 1.0-SNAPSHOT
avalon-framework 4.1.5
concurrent 1.3.2
commons-logging 1.0.2
commons-pool 1.1
commons-cli 1.0
junit 3.8.1
bsh 2.0b1
easymock 1.0.1b
jetty 4.2.12
Index: project.properties
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/impl/project.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- project.properties 11 Jan 2004 12:34:23 -0000 1.7
+++ project.properties 12 Feb 2004 23:51:53 -0000 1.8
@@ -1,3 +1,5 @@
+project.name=jicarilla-http-impl
+
maven.test.skip=true # until I figure out why the forking fails!
maven.test.failure.ignore=yes
maven.junit.fork=yes
-------------------------------------------------------
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