https://issues.apache.org/bugzilla/show_bug.cgi?id=54208
Bug ID: 54208
Summary: ant extras build task fails
Product: Tomcat 7
Version: 7.0.33
Hardware: Other
OS: other
Status: NEW
Severity: normal
Priority: P2
Component: Packaging
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Trying to compile the 'extras' target for Tomcat 7.0.33 source distribution.
Compiling on OS X 10.8, java 1.6, ant 1.8.4, using command:
ant deploy extras
Build fails in the target extras -> extras-commons-logging -> ... ->
compile-non-log4j, with the error "package javax.servlet does not exist" and
related further errors due to incomplete class path.
The fix is to edit the top level build.xml, under target
'extras-commons-logging', specifically the ant task on line 1287, by adding
parameter
inheritAll="false"
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]