I'm using m2 v2.0 and attempting to compile 1.3.1 source with a 1.4.x or
1.5.x JDK.  Error msg: "javac: invalid flag: -source".  I've found
several references to this on mailing list, but no definitive solution
yet.  

My current compiler config:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-compiler-plugin</artifactId>
 <configuration>
   <executable>C:\Java\jdk1.3.1_15\bin\javac</executable>
   <fork>true</fork>
   <verbose>true</verbose>
   <includes>
   ...
   </includes>
 </configuration>
</plugin>

Any insight is much appreciated.

Marc Dugger
[EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6% real estate sales commission? Not likely.
Learn why at http://tinyurl.com/dvkbu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to