DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8393>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8393
Removal of "WEB-INF" from "jk" connector not noted in parent "build.xml"
Summary: Removal of "WEB-INF" from "jk" connector not noted in
parent "build.xml"
Product: Tomcat 4
Version: Nightly Build
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: Connector:Other
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: dmkarr@earthlink.net
Version 1.33 of /jakarta-tomcat-connectors/jk/build.xml removed "WEB-INF" from
the build directory. However, /jakarta-tomcat-connectors/build.xml still has
this set of lines in the "coyote" target:
<fileset dir="jk/build/WEB-INF/classes" >
<include name="org/apache/**" />
<exclude name="org/apache/jk/ant/**" />
</fileset>
Without any other information, I believe the fix is just to remove "/WEB-INF"
from the "dir" attribute of the "fileset" element.
In my testing, this makes the top-level build process succeed.
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|