Ben Walding <[EMAIL PROTECTED]> wrote on 22/09/2002 09:36:24 AM: > As I understand things, if I use the java plugin (java:compile) I can > only set the properties that are available to the plugin. > eg. maven.compile.debug etc > > Am I out of luck if I want the plugin to set the source (1.3 / 1.4) > parameter for the compile task. (I use assert (rightly or wrongly) and > my code won't compile unless I specify source="1.4" to the javac task).
This property, along with executable, fork, target and compilerargs were added today. See http://jakarta.apache.org/turbine/maven/reference/plugins/java/ and in particular http://jakarta.apache.org/turbine/maven/reference/plugins/java/properties.html for more information. > I'm using a HEAD CVS build of Maven which is about a day old. HTH, -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
