Re: configuring JDK

2007-01-25 Thread nicolas de loof
Maven Users List Subject: Re: configuring JDK I use an alternative solution to setup the compiler for a particular JRE : I use the javac bootclasspath to make javac point to the target runtime rt.jar: org.apache.maven.plugins maven-comp

RE: configuring JDK

2007-01-25 Thread Roald Bankras
2007 8:46 AM To: Maven Users List Subject: Re: configuring JDK I use an alternative solution to setup the compiler for a particular JRE : I use the javac bootclasspath to make javac point to the target runtime rt.jar: org.apache.maven.plugins maven-com

Re: configuring JDK

2007-01-24 Thread nicolas de loof
tivating the same jdk as maven is using. Any other ideas? Prefrebly I don't trigger the profile manually. regards Roald Bankras -Original Message- From: Massimiliano Amato [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 8:34 PM To: Maven Users List Subject: Re: config

RE: configuring JDK

2007-01-24 Thread Roald Bankras
ion results in activating the same jdk as maven is using. Any other ideas? Prefrebly I don't trigger the profile manually. regards Roald Bankras -Original Message- From: Massimiliano Amato [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 8:34 PM To: Maven Users List Subject:

Re: configuring JDK

2007-01-24 Thread Massimiliano Amato
you could think about using this org.apache.maven.plugins maven-compiler-plugin true true 1.3 Hope this helps Max On 1/23/07, Roald Bankras <[EMAIL PROTECTED]> wrote: Hi On the 'introduction-to-profiles' page it is sta