jicarilla-sandbox/platform/container build.xml,1.5,1.6

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20574/container

Modified Files:
	build.xml 
Log Message:
Simplify the ant stubs that redirect to JBS, using <import/>

Index: build.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- build.xml	12 Feb 2004 23:51:53 -0000	1.5
+++ build.xml	22 Feb 2004 20:41:29 -0000	1.6
@@ -2,96 +2,6 @@
 
 <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="install-tck" unless="tck.available">
-        <echo>
-===================================================================
-Installing TCK...
-===================================================================
- Jicarilla-Container-Impl needs to have the Jicarilla-Container TCK
- available. Since its not available right now, we'll build and
- install that first. If you're keeping up with active development,
- You may need to update the TCK jar manually every once in a while,
- which you can do by running ant in the tck subdirectory, ie
-
-            cd tck
-            ant jar:install-snapshot
-        </echo>
-        <ant dir="api" target="jar:install-snapshot"/>
-        <ant dir="tck" target="jar:install-snapshot"/>
-    </target>
-
-    <target name="init">
-        <property name="jbs.home" value="${user.home}/.jbs"/>
-        <available file="${jbs.home}/build-reactor.xml"
-                property="jbs.available"/>
-
-        <available file="${jbs.home}/repository/jicarilla-container-tck/jars/jicarilla-container-tck-SNAPSHOT.jar"
-                property="tck.available"/>
-
-        <antcall target="need-for-jbs"/>
-        <antcall target="install-tck"/>
-    </target>
-
-    <target name="delegate" depends="init">
-        <ant inheritRefs="true"
-                inheritAll="true"
-                target="jbs:${target}"
-                antfile="${jbs.home}/build-reactor.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-reactor.xml"/>
-        <get src="${jbs.build-basic.url}"
-                dest="build.xml"/>
-    </target>
+    <property name="jbs.home" value="${user.home}/.jbs"/>
+    <import file="${jbs.home}/build-reactor.xml"/>
 </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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.