Re: compiler plugin "how to use"

2006-07-07 Thread Nicolas De Loof
OK, this apt file is not in synch with current public maven site, so searching "You can use any JDK to compile" had no result. Here is my patch Brett Porter a écrit : maven-compiler-plugin/src/site/apt/examples/compile_using_different_jdk.apt On 7/07/2006 8:29 PM, Nicolas De Loof wrote:

Re: compiler plugin "how to use"

2006-07-07 Thread Brett Porter
maven-compiler-plugin/src/site/apt/examples/compile_using_different_jdk.apt On 7/07/2006 8:29 PM, Nicolas De Loof wrote: Looking in maven-compiler-plugin I don't find the howto document. Did I miss something ? Nicolas De Loof a écrit : I'll checkout maven-compiler-plugin from SVN and prepare

Re: compiler plugin "how to use"

2006-07-07 Thread Nicolas De Loof
Looking in maven-compiler-plugin I don't find the howto document. Did I miss something ? Nicolas De Loof a écrit : I'll checkout maven-compiler-plugin from SVN and prepare a doc patch. Brett Porter a écrit : This is a good alternative. I think it should be added to the documentation (both ap

Re: compiler plugin "how to use"

2006-07-07 Thread Nicolas De Loof
I'll checkout maven-compiler-plugin from SVN and prepare a doc patch. Brett Porter a écrit : This is a good alternative. I think it should be added to the documentation (both approaches should be documented). Can you provide a patch? Thanks, Brett On 5/07/2006 5:33 PM, Nicolas De Loof wrote

Re: compiler plugin "how to use"

2006-07-06 Thread Brett Porter
This is a good alternative. I think it should be added to the documentation (both approaches should be documented). Can you provide a patch? Thanks, Brett On 5/07/2006 5:33 PM, Nicolas De Loof wrote: I've read on http://maven.apache.org/plugins/maven-compiler-plugin/howto.html the "officia

compiler plugin "how to use"

2006-07-05 Thread Nicolas De Loof
I've read on http://maven.apache.org/plugins/maven-compiler-plugin/howto.html the "official" way to compile a Java1.3 application. I think this solution isn't the best/easier as this requires the target environment to have the expected JDK installed and the correct properties set, with no st