1 Oct 17:31
DO NOT REPLY [Bug 47926] New: pathelement 'ant.jar' of path 'tomcat.classpath' is needless in build.xml
<bugzilla <at> apache.org>
2009-10-01 15:31:12 GMT
2009-10-01 15:31:12 GMT
https://issues.apache.org/bugzilla/show_bug.cgi?id=47926 Summary: pathelement 'ant.jar' of path 'tomcat.classpath' is needless in build.xml Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: Catalina AssignedTo: dev <at> tomcat.apache.org ReportedBy: qingyang.xu <at> qunar.com following is the relevant parts of the 'build.xml' file: <path id="tomcat.classpath"> <pathelement location="${ant.jar}"/> <pathelement location="${jdt.jar}"/> </path> ... ... <target name="compile"> <javac srcdir="java" destdir="${tomcat.classes}" debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" target="${compile.target}" optimize="${compile.optimize}"(Continue reading)
RSS Feed