You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2001/09/11 00:38:23 UTC

cvs commit: xml-xalan/test build.xml

curcuru     01/09/10 15:38:23

  Modified:    test     build.xml
  Log:
  Add new smoketest.dev target to have proper dependencies for
  when developers in ../java/build.xml run smoketest
  
  Revision  Changes    Path
  1.17      +9 -0      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	2001/08/22 19:43:35	1.16
  +++ build.xml	2001/09/10 22:38:23	1.17
  @@ -390,6 +390,15 @@
               description="Run the Xalan-J 2.x Smoketest"
               depends="minitest-execute,smoketest-execute,minitest-notpass,minitest-pass,smoketest-conf-notpass,smoketest-conf-pass,smoketest-api-notpass,smoketest-api-pass">
       </target>
  +    <target name="smoketest.dev" 
  +            description="Run the Xalan-J 2.x Smoketest with dependencies"
  +            depends="jar,minitest-execute,smoketest-execute,minitest-notpass,minitest-pass,smoketest-conf-notpass,smoketest-conf-pass,smoketest-api-notpass,smoketest-api-pass">
  +        <!-- This compiles the minimum to run the smoketests, runs them, 
  +             and creates distros just of the results and existing tree, 
  +             without actually running the docs - this is to ensure that 
  +             doc build errors in the tests won't affect GUMP runs.
  +        -->
  +    </target>
       <target name="smoketest.gump" 
               description="Run the Xalan-J 2.x Smoketest in automated builds with dependencies"
               depends="jar,minitest-execute,smoketest-execute,smoketest-results-dist,dist-nodeps,minitest-notpass,minitest-pass,smoketest-conf-notpass,smoketest-conf-pass,smoketest-api-notpass,smoketest-api-pass">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org