Bug 35379 - Doesn't compile with jikes / classpath errors
Summary: Doesn't compile with jikes / classpath errors
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Webapps:Manager (show other bugs)
Version: 5.5.9
Hardware: PC Linux
: P2 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-16 02:19 UTC by Aaron Isotton
Modified: 2005-07-22 15:25 UTC (History)
0 users



Attachments
Patch for jakarta-tomcat-catalina/webapps/manager/build.xml (806 bytes, patch)
2005-06-16 02:20 UTC, Aaron Isotton
Details | Diff
Patch for jakarta-tomcat-catalina/webapps/manager/build.xml (786 bytes, patch)
2005-06-16 02:21 UTC, Aaron Isotton
Details | Diff
Patch for jakarta-tomcat-catalina/webapps/host-manager/build.xml (806 bytes, patch)
2005-06-16 02:21 UTC, Aaron Isotton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Isotton 2005-06-16 02:19:18 UTC
${commons-loggin.jar} is not specified in the classpath of webapps/manager and
webapps/host-manager. Mysteriously it compiles fine with Sun Javac, but not with
Jikes. With these patches, everything compiles fine.
Comment 1 Aaron Isotton 2005-06-16 02:20:29 UTC
Created attachment 15425 [details]
Patch for jakarta-tomcat-catalina/webapps/manager/build.xml
Comment 2 Aaron Isotton 2005-06-16 02:21:26 UTC
Created attachment 15426 [details]
Patch for jakarta-tomcat-catalina/webapps/manager/build.xml
Comment 3 Aaron Isotton 2005-06-16 02:21:51 UTC
Created attachment 15427 [details]
Patch for jakarta-tomcat-catalina/webapps/host-manager/build.xml
Comment 4 Yoav Shapira 2005-07-22 23:25:34 UTC
Kind of strange, but I'll take your word on it.  Done.