Andrew McIntyre (JIRA) wrote:
unfortunately you'll need to update all of the <javac> tasks in the build.xml to include target="1.4"
Can you use <presetdef> for this? It lets you override/extend tasks and provide additional parms, etc. http://ant.apache.org/manual/CoreTasks/presetdef.html http://stefan.samaflost.de/blog/en/Apache/Ant/customization_and_user_preferences_with_presetdef.writeback bryan
