User: jules_gosnell
  Date: 02/02/19 14:20:54

  Modified:    jetty    build.xml
  Log:
  split testsuite out into seperate target
  
  Revision  Changes    Path
  1.39      +13 -10    contrib/jetty/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml 18 Feb 2002 01:11:36 -0000      1.38
  +++ build.xml 19 Feb 2002 22:20:54 -0000      1.39
  @@ -514,9 +514,9 @@
   <target name="devel" depends="jars"
        description="Deploy and Test the Jetty plugin">
   
  -    <property name="hack.project.deploy" 
  +    <property name="hack.project.deploy"
              value="${project.root}/build/output/jboss-3.0.0beta/deploy"/>
  -    <property name="hack.project.lib.ext" 
  +    <property name="hack.project.lib.ext"
              value="${project.root}/build/output/jboss-3.0.0beta/lib/ext"/>
   
   <!--
  @@ -556,9 +556,20 @@
         </fileset>
       </copy>
   
  +<!--
       <sleep seconds="5"/>
  +    <antcall target="testsuite"/>
  + -->
   
   <!--
  +    <copy file="../../testsuite/output/lib/jbosstest-web.ear"
  +          todir="../build/output/jboss-3.0.0beta/deploy/"
  +          filtering="no"/>
  + -->
  +
  +</target>
  +
  +<target name="testsuite">
       <exec dir="../testsuite/"
          executable="/bin/sh"
          >
  @@ -568,14 +579,6 @@
         <arg value="-Dtest=org.jboss.test.web.test.WebIntegrationUnitTestCase"/>
         <arg value="one-test"/>
       </exec>
  - -->
  -
  -<!--
  -    <copy file="../../testsuite/output/lib/jbosstest-web.ear"
  -          todir="../build/output/jboss-3.0.0beta/deploy/"
  -          filtering="no"/>
  - -->
  -
   </target>
   
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to