On Sun, 2005-10-30 at 09:06 -0700, Siegfried Heintze wrote: > How do I switch my m1 and m2 projects to use Java 1.5 instead of 1.3? > > I preformed a google search and found > http://maven.apache.org/reference/plugins/java/faq.html and now my > project.properties file looks like this: > > # Project property file for crawl_finance_yahoo > maven.compile.source=1.5 > maven.compile.target=1.5 > > Unfortunately, my 1.5 "for loops" still don't compile from the command "mvn > package". They do, however, compile and run (even in debug mode) from > eclipse.
http://maven.apache.org/plugins/maven-compiler-plugin/howto.html > > Thanks, > Siegfried > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
