Hi, I am using jdk 1.4 and Ant 1.8.0 for building Tomcat 5.5.31 on Linux. But the build fails with the following error:
build-static: [style] Warning: the task name <style> is deprecated. Use <xslt> instead. [style] Transforming into /var/tomcat5.5.31/apache-tomcat-5.5.31-src/build/build/webapps/tomcat-docs/printer [style] Processing /var/tomcat5.5.31/apache-tomcat-5.5.31-src/container/webapps/docs/apr.xml to /var/tomcat5.5.31/apache-tomcat-5.5.31-src/build/build/webapps/tomcat-docs/printer/apr.html [style] Loading stylesheet /var/tomcat5.5.31/apache-tomcat-5.5.31-src/container/webapps/docs/tomcat-docs.xsl [style] Failed to process null BUILD FAILED /var/tomcat5.5.31/apache-tomcat-5.5.31-src/build.xml:74: The following error occurred while executing this line: /var/tomcat5.5.31/apache-tomcat-5.5.31-src/build/build.xml:849: The following error occurred while executing this line: /var/tomcat5.5.31/apache-tomcat-5.5.31-src/container/webapps/docs/build.xml:105: java.lang.NullPointerException Any solution? Viju