User: reverbel Date: 02/03/15 14:36:28 Modified: . build.xml Log: Initial version of the bank test for JBoss/IIOP. Revision Changes Path 1.93 +34 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- build.xml 15 Mar 2002 00:00:36 -0000 1.92 +++ build.xml 15 Mar 2002 22:36:28 -0000 1.93 @@ -28,7 +28,7 @@ <!-- tests-jmxri-compliance still needs to run over jmxri.jar --> <!-- the aim of that test is to check our compliance suite. --> -<!-- $Id: build.xml,v 1.92 2002/03/15 00:00:36 reverbel Exp $ --> +<!-- $Id: build.xml,v 1.93 2002/03/15 22:36:28 reverbel Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -722,7 +722,8 @@ _jars-jbossmx, _jars-ejbconf, _jars-proxycompiler, - _jars-helloiiop"> + _jars-helloiiop, + _jars-bankiiop"> </target> <!-- @@ -769,6 +770,37 @@ <include name="org/jboss/test/bank/beans/**"/> </fileset> <fileset dir="${build.resources}/bank"> + <include name="**/*.xml"/> + </fileset> + </jar> + </target> + + <!-- bankiiop test --> + <target name="_jars-bankiiop"> + <mkdir dir="${build.lib}"/> + + <!-- build bankiioptest.jar --> + <jar jarfile="${build.lib}/bankiioptest.jar" + manifest="${build.etc}/manifest.mf"> + <fileset dir="${build.classes}"> + <patternset refid="common.test.client.classes"/> + <include name="org/jboss/test/bankiiop/interfaces/**"/> + <include name="org/jboss/test/bankiiop/test/**"/> + </fileset> + <fileset dir="${build.resources}/bankiiop"> + <include name="*.*"/> + </fileset> + </jar> + + <!-- build bankiiop.jar --> + <jar jarfile="${build.lib}/bankiiop.jar"> + <fileset dir="${build.classes}"> + <patternset refid="common.test.application.classes"/> + <include name="org/jboss/test/bankiiop/interfaces/**"/> + <include name="org/jboss/test/bankiiop/ejb/**"/> + <include name="org/jboss/test/bankiiop/beans/**"/> + </fileset> + <fileset dir="${build.resources}/bankiiop"> <include name="**/*.xml"/> </fileset> </jar>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development