diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-08-03 00:22:06 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-08-03 00:22:06 +0000 |
commit | 4def9726efa65aceeb1e0a7c4004ab099531fab4 (patch) | |
tree | 49e052e3e29184f85a965a93a427a61c2a38a956 /java/ecj-bootstrap/files/patch-gcjant | |
parent | Unbreak on FreeBSD/powerpc. Doesn't affect any other platforms. (diff) |
The JDT Core Batch Compiler (stand alone verison of the Eclipse
Java Compiler).
This compiler is compatible with Java 1.3, 1.4 and 1.5.
WWW: http://www.eclipse.org
Notes
Notes:
svn path=/head/; revision=169509
Diffstat (limited to 'java/ecj-bootstrap/files/patch-gcjant')
-rw-r--r-- | java/ecj-bootstrap/files/patch-gcjant | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/java/ecj-bootstrap/files/patch-gcjant b/java/ecj-bootstrap/files/patch-gcjant new file mode 100644 index 000000000000..0581579cfcb6 --- /dev/null +++ b/java/ecj-bootstrap/files/patch-gcjant @@ -0,0 +1,22 @@ +a workaround for running ant with gcj. ant+gcj +somehow doesn't find ecj.jar. + +--- jdtcoresrc/compilejdtcore.xml~ Thu Aug 3 00:17:48 2006 ++++ jdtcoresrc/compilejdtcore.xml Thu Aug 3 00:19:33 2006 +@@ -14,16 +14,6 @@ + <delete dir="${destdir}"/> + <mkdir dir="${destdir}"/> + +- <condition property="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"> +- <available file="ecj.jar" /> +- </condition> +- <fail message="The Eclipse compiler (ecj.jar) cannot be found."> +- <condition> +- <not> +- <equals arg1="${build.compiler}" arg2="org.eclipse.jdt.core.JDTCompilerAdapter" /> +- </not> +- </condition> +- </fail> + + <condition property="compilerArg" value="-encoding=ISO-8859-1"> + <equals arg1="${build.compiler}" arg2="org.eclipse.jdt.core.JDTCompilerAdapter" /> |