DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33722>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33722 Summary: Catalina-Ant deploy and undeploy task doesn't work Japanese locale Product: Tomcat 5 Version: 5.0.28 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Unknown AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I make build.xml file and deploy my application to tomcat 5.0.28 server. Deploy is successfully finished, but ant says "BUILD FAILED". The reason why ant says BUILD FAILED is AbstractCatalinaTask.java line 222. if (!line.startsWith("OK -")) { error = line; } This code is corrent if we use English locale. But other locale, Manager Servlet response is not "OK -". Therefore ant says "BUILD FAILED" even though deploy or undeploy is successfully finished. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
