[jboss-cvs] system2 ...

Scott Stark scott.stark at jboss.com
Sat Jul 15 14:44:27 EDT 2006


  User: starksm 
  Date: 06/07/15 14:44:27

  Modified:    system2  build-test.xml
  Log:
  Update the one-test setup
  
  Revision  Changes    Path
  1.4       +7 -4      system2/build-test.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-test.xml
  ===================================================================
  RCS file: /cvsroot/jboss/system2/build-test.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build-test.xml	15 Jul 2006 05:35:54 -0000	1.3
  +++ build-test.xml	15 Jul 2006 18:44:27 -0000	1.4
  @@ -65,6 +65,7 @@
     	  <path refid="jboss.jbossxb.classpath" />
     	  <path refid="jboss.common.classpath" />
         <path refid="jboss.profiler.jvmti.classpath"/>
  +   	  <path refid="jboss.profiler.jvmti.classpath"/>
       </path>
   
       <!-- ======= -->
  @@ -112,7 +113,7 @@
       </path>
   
     </target>
  -  <property name="jbosstest.deploy.dir" value="${module.output}/deploy" />
  +  <property name="jbosstest.deploy.dir" value="${module.output}/lib" />
     <patternset id="compile-resources.pattern">
       <include name="${src.resources}/**"/>
     </patternset>
  @@ -131,7 +132,7 @@
   
     <target name="compile"
   	  description="Compile all source files."
  -	  depends="_default:compile-classes"
  +	  depends="_default:compile-classes, _default:compile-resources"
     />
      
     <!-- ================================================================== -->
  @@ -213,12 +214,14 @@
            fork="true">
   
            <sysproperty key="build.testlog" value="${build.testlog}"/>
  +		 <syspropertyset id="jbosstest-properties">
  +      	    <propertyref prefix="jbosstest"/>
  +		 </syspropertyset>
   
            <classpath>
               <pathelement location="${build.classes}"/>
               <pathelement location="${build.resources}"/>
  -            <path refid="javac.classpath"/>
  -            <path refid="apache.xerces.classpath"/>
  +            <path refid="thirdparty.classpath"/>
            </classpath>
   
            <formatter type="plain" usefile="true"/>
  
  
  



More information about the jboss-cvs-commits mailing list