Skip to content

Instantly share code, notes, and snippets.

@owenthereal
Created July 30, 2010 02:24
Show Gist options
  • Save owenthereal/499762 to your computer and use it in GitHub Desktop.
Save owenthereal/499762 to your computer and use it in GitHub Desktop.
ant -Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
-Dant.build.javac.target=1.6
-Dant.build.javac.source=1.6 compile
<target name="-eclipse-compile">
<javac source="1.6" target="1.6" compiler="org.eclipse.jdt.core.JDTCompilerAdapter">
</javac>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment