Hi!
I have 2 problems:
1)
I'm running against Maven from CVS, and it seems Maven doesn't try to
download jars anymore. Has anybody experienced this?
2)
To be sure I tried to set maven.mode.online=true in my project.properties,
but that gave me
java.lang.ClassCastException: java.lang.String
at
org.apache.maven.jelly.MavenJellyContext.getOnline(MavenJellyContext.java:39
6)
at org.apache.maven.cli.App.checkOnline(App.java:434)
at org.apache.maven.cli.App.doMain(App.java:562)
at org.apache.maven.cli.App.main(App.java:1121)
at java.lang.reflect.Method.invoke(Native Method)
at com.werken.forehead.Forehead.run(Forehead.java:543)
at com.werken.forehead.Forehead.main(Forehead.java:573)
Could this be because MavenJellyContext.getOnline() uses getVariable()
instead of getBoolean() ?
Cheers,
Aslak
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>