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