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=38842>. 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=38842 Summary: Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained Product: Commons Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: CLI AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] compile: [mkdir] Created dir: D:\development\apache\cli\trunk\target\classes [javac] Compiling 71 source files to D:\development\apache\cli\trunk\target\ classes [javac] D:\development\apache\cli\trunk\src\java\org\apache\commons\cli\Type Handler.java:25: package org.apache.commons.lang.math does not exist [javac] import org.apache.commons.lang.math.NumberUtils; [javac] ^ [javac] D:\development\apache\cli\trunk\src\java\org\apache\commons\cli\Type Handler.java:164: cannot resolve symbol [javac] symbol : variable NumberUtils [javac] location: class org.apache.commons.cli.TypeHandler [javac] return NumberUtils.createNumber(str); [javac] ^ [javac] 2 errors Updating build.xml to obtain version 2.0 of commons-lang (instead of 1.0) fixes the problem. -- 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]
