You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by lu...@apache.org on 2002/04/19 02:35:11 UTC

cvs commit: jakarta-taglibs/standard build.xml

luehe       02/04/18 17:35:11

  Modified:    standard build.xml
  Log:
  changed jaxp-api.jar to dom.jar in dom-related error message, and changed it to sax.jar in sax-related error message
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-taglibs/standard/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	19 Apr 2002 00:15:13 -0000	1.8
  +++ build.xml	19 Apr 2002 00:35:11 -0000	1.9
  @@ -65,11 +65,11 @@
       </antcall>
       <antcall target="checkRequiredFile">
          <param name="file" value="${dom.jar}"/>     
  -       <param name="fail.message" value="This build process for the Standard Taglib requires dom.jar from JAXP 1.2.  Please define the property jaxp-api.jar in your build.properties file and ensure that the file exists."/>
  +       <param name="fail.message" value="This build process for the Standard Taglib requires dom.jar from JAXP 1.2.  Please define the property dom.jar in your build.properties file and ensure that the file exists."/>
       </antcall>
       <antcall target="checkRequiredFile">
          <param name="file" value="${sax.jar}"/>     
  -       <param name="fail.message" value="This build process for the Standard Taglib requires sax.jar from JAXP 1.2.  Please define the property jaxp-api.jar in your build.properties file and ensure that the file exists."/>
  +       <param name="fail.message" value="This build process for the Standard Taglib requires sax.jar from JAXP 1.2.  Please define the property sax.jar in your build.properties file and ensure that the file exists."/>
       </antcall>
       <antcall target="checkRequiredFile">
          <param name="file" value="${xercesImpl.jar}"/>     
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>