neeraj      2003/06/04 08:55:09

  Modified:    java     build.xml
  Log:
  Submitted by: Venugopal [EMAIL PROTECTED]
  Reviewed by:Neeraj
  Adding new Test case for testing JAXP 1.2 specification constraints as submitted by 
Venugopal. Many thanks to Venu for this contribution.
  
  Revision  Changes    Path
  1.134     +11 -1     xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- build.xml 28 May 2003 15:03:37 -0000      1.133
  +++ build.xml 4 Jun 2003 15:55:09 -0000       1.134
  @@ -731,6 +731,16 @@
             classname="jaxp.PropertyTest"
             failOnError="yes">
       </java>
  +    <echo message="Running jaxp.JAXPSpecTest ..." />
  +    <java fork="yes"
  +          classpath="${tools.dir}/${jar.apis}:${build.dir}/classes"
  +          classname="jaxp.JAXPSpecTest"
  +          failOnError="yes">
  +           <arg value="testSchemaLanguageSAX"/>
  +           <arg value="testSchemaSourceSAX"/>
  +           <arg value="testSchemaLanguageDOM"/>
  +           <arg value="testSchemaSourceDOM"/>
  +    </java>
     </target>
   
     <!-- =================================================================== -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to