Created
July 30, 2010 02:24
-
-
Save owenthereal/499762 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ant -Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter | |
-Dant.build.javac.target=1.6 | |
-Dant.build.javac.source=1.6 compile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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