User: vharcq  
  Date: 02/05/29 13:21:56

  Added:       .        readme_ant15_jdk13.txt
  Log:
  For the papys (like me) running on JDK 1.3 this should help out finding the way with 
JAXP Transformer,...
  
  Revision  Changes    Path
  1.1                  xdoclet/readme_ant15_jdk13.txt
  
  Index: readme_ant15_jdk13.txt
  ===================================================================
  Some errors and solutions when running JDK 1.3.1 and Ant 1.5
  ------------------------------------------------------------
  
  All these errors are due to the fact that no XSL Transformer is available in 
  Ant 1.5. per default.
  When you run on JDK 1.4 you have all that for free.
  
  1. Message
        DEPRECATED - xslp processor is deprecated. Use trax or xalan instead.
        ...
        java.lang.NoClassDefFoundError: javax/xml/transform/ErrorListener
  
     Solution 
        the xmlApis.jar from Ant 1.5Beta1 does not contain javax.xml.transform
        Copy one that contains these classes to $ANT_HOME/lib
        The one from Xalan 2.3.1 is just fine : xml-apis.jar.  It is in xdoclet/lib 
for your convenience ;)
        
  2. Message
        DEPRECATED - xslp processor is deprecated. Use trax or xalan instead.
        ...
      javax.xml.transform.TransformerFactoryConfigurationError: Provider for 
javax.xml.transform.TransformerFactory cannot be found
      
     Solution
      This one is easy and well known : Copy xalan.jar to $ANT_HOME/lib
      
  3. Message
      I don't have the message but when you'll read the solution, you'll understand
      
     Solution
      Define ANT_OPTS : 
ANT_OPTS=-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
    
  
  Vincent
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to