On Sun, 2002-12-01 at 18:37, Aslak Helles�y wrote: > 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?
You may simply be catching noise from the refactoring I'm doing. I'll take a look. > 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]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
