On Wed, 2002-08-14 at 18:48, David Garnier wrote: > le jeu 15-08-2002 � 00:11, Jason van Zyl a �crit : > > On Wed, 2002-08-14 at 18:08, David Garnier wrote: > > > Hello, > > > > > > I'm using Maven for two projects, one closed, one open-sourced > > > (http://wkb4j.etudier-online.com). > > > > > > I work with the JDK 1.4, and I'm using asserts. The problem is that ant > > > complains about assert if you don't set the correct property ("source" > > > in the javac task). So where can I set this? I'm willing to recompile > > > Maven if I have to. > > > > I think we had a patch for this but I don't see it in JIRA. So you just > > want to be able to set the value for the source attribute? We can add > > that. > > Thanks. This is really a showstopper problem for me. It seems to me that > you can already set the optimize, debug and deprecation option so I > guess that this isn't too hard to add the source and target attribute. > It would be very nice to be able to set the compiler too (Jikes is soooo > much faster), but this can wait.
Ant will obey the build.compiler property in your ~/build.properties. We have problems with Jikes which is how I know people are using it :-) > Best Regards, > David Garnier > > -- > Website: http://dgarnier.etudier-online.com > PGP key: http://www.davidgarnier.com/public_gpg_key.txt -- 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]>
