Not sure what the deal is here. I have:
<dependency>
<id>commons-lang</id>
<type>required</type>
<version>0.1-dev</version>
</dependency>
in the project.xml, and maven is finding it for me. Then again it's there
already cuz Maven needs it.
I've tried switching it to 1.0-dev as that's the most recent one in the
jars list, but no clue if that's fixed it. Tis still working for me.
Hen
On 7 Jun 2002, James Strachan wrote:
> ----------------------------------------------------
> This email is autogenerated from the output from:
> <http://jakarta.apache.org/builds/gump/2002-06-07/commons-cli.html>
> ----------------------------------------------------
>
> Buildfile: build-gump.xml
>
> jar:
> [mkdir] Created dir:
>/home/rubys/jakarta/jakarta-commons-sandbox/cli/target/classes
> [javac] Compiling 12 source files to
>/home/rubys/jakarta/jakarta-commons-sandbox/cli/target/classes
> [javac]
>/home/rubys/jakarta/jakarta-commons-sandbox/cli/src/java/org/apache/commons/cli/TypeHandler.java:69:
> cannot resolve symbol
> [javac] symbol : class Numbers
> [javac] location: package lang
> [javac] import org.apache.commons.lang.Numbers;
> [javac] ^
> [javac]
>/home/rubys/jakarta/jakarta-commons-sandbox/cli/src/java/org/apache/commons/cli/TypeHandler.java:153:
> cannot resolve symbol
> [javac] symbol : variable Numbers
> [javac] location: class org.apache.commons.cli.TypeHandler
> [javac] return Numbers.createNumber(str);
> [javac] ^
> [javac] 2 errors
>
> BUILD FAILED
> /home/rubys/jakarta/jakarta-commons-sandbox/cli/build-gump.xml:22: Compile failed;
>see the compiler error output for details.
>
> Total time: 9 seconds
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>