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. Thanks, Siegfried --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
