You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by sc...@apache.org on 2005/03/03 22:20:42 UTC

svn commit: r156089 - incubator/apollo/trunk/src/site/content/example/test.xml

Author: scamp
Date: Thu Mar  3 13:20:40 2005
New Revision: 156089

URL: http://svn.apache.org/viewcvs?view=rev&rev=156089
Log: (empty)


Modified:
    incubator/apollo/trunk/src/site/content/example/test.xml

Modified: incubator/apollo/trunk/src/site/content/example/test.xml
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/test.xml?view=diff&r1=156088&r2=156089
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/test.xml (original)
+++ incubator/apollo/trunk/src/site/content/example/test.xml Thu Mar  3 13:20:40 2005
@@ -9,6 +9,7 @@
    <property name="jar.dir"               location="${basedir}\lib" />
    <property name="test.classes.dir"      location="${basedir}\test-classes" />
    <property name="test.dir"              location="${basedir}\src\test" />
+   <property name="test.reports.dir" 	  location="${basedir}\test-reports" />
    
    
    
@@ -18,7 +19,7 @@
         <echo>Using webapp dir: ${wsrf.webapp.dir}</echo>                
         
         <path id="apollo.classpath.id">
-        <pathelement location="${basedir}/classes" />
+          <pathelement location="${basedir}/classes" />
           <pathelement location="${wsrf.webapp.dir}/WEB-INF/classes" />
           <fileset dir="${wsrf.webapp.dir}/WEB-INF/lib" includes="*.jar" />
           <fileset dir="${jar.dir}" />
@@ -40,7 +41,7 @@
 	    <pathelement path="${apollo.classpath}"/>	    
   	</classpath>
   	<formatter type="plain"/>
-  	<test name="org.oasisOpen.docs.wsrf.AllScenarios">
+  	<test name="org.oasisOpen.docs.wsrf.AllScenarios" todir="${test.reports.dir}">
 	    <formatter type="xml"/>
   	</test>
       </junit>
@@ -66,5 +67,10 @@
          <arg value="-projecthelp" />
       </java>
    </target>   
+   
+   <target name="clean" description="delete the class files and generated reports">
+        <delete dir="${test.classes.dir}" />
+        <delete dir="${test.reports.dir}" />
+   </target>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org