Issue 2: javac in build.xml doesnt use target
Status:  Accepted
Owner:
Project Member Reported by soj...@gmail.com, Apr 14, 2010
What steps will reproduce the problem?
1. only affects projects compiled with java version 1.6 and higher. building a project with the 
provided build.xml file ignores to use java 1.5 to compile the source code due to a missing target 
parameter for tag javac

What is the expected output? What do you see instead?
expected outcome is a processing library compiled with java version 1.5 when using java 1.6. 
instead i see a library compiled with 1.6 when using java 1.6


this has been fixed with release 20100414. target="${javaVersion}" has been added to the javac tag
Apr 14, 2010
Project Member #1 soj...@gmail.com
library makers using an older template, please update your ant build.xml file located in the resources folder. to 
solve the 1.5/1.6 issue for your library.