[kaffe] CVS kaffe (kaz): FAQ/FAQ.classlibrary-compile: Updated the
ecj status.
Kaffe CVS
cvs-commits at kaffe.org
Wed Jul 11 08:23:33 PDT 2007
PatchSet 7500
Date: 2007/07/11 15:22:32
Author: kaz
Branch: HEAD
Tag: (none)
Log:
2007-07-11 Ito Kazumitsu <kaz at maczuka.gcd.org>
* FAQ/FAQ.classlibrary-compile: Updated the ecj status.
Members:
ChangeLog:1.4999->1.5000
FAQ/FAQ.classlibrary-compile:1.25->1.26
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4999 kaffe/ChangeLog:1.5000
--- kaffe/ChangeLog:1.4999 Mon Jul 2 19:38:44 2007
+++ kaffe/ChangeLog Wed Jul 11 15:22:32 2007
@@ -1,3 +1,7 @@
+2007-07-11 Ito Kazumitsu <kaz at maczuka.gcd.org>
+
+ * FAQ/FAQ.classlibrary-compile: Updated the ecj status.
+
2007-07-03 Kiyo Inaba <inaba at src.ricoh.co.jp>
ARM FP registers numbering fix.
Index: kaffe/FAQ/FAQ.classlibrary-compile
diff -u kaffe/FAQ/FAQ.classlibrary-compile:1.25 kaffe/FAQ/FAQ.classlibrary-compile:1.26
--- kaffe/FAQ/FAQ.classlibrary-compile:1.25 Sun Jan 8 08:25:35 2006
+++ kaffe/FAQ/FAQ.classlibrary-compile Wed Jul 11 15:22:33 2007
@@ -84,15 +84,13 @@
http://www.eclipse.org
-If you cannot find ecj in this project site, just download Eclipse SDK
-(eclipse-SDK-3.1.1 at the time of this writing), and read the document
-"Compiling Java code". Then you will find that the following shell script
-will work as ecj.
+Eclipse batch compiler package named ecj.jar can be downloaded from this site.
+Reading the document named "Compiling Java code", you will find that
+the following shell script will work as ecj.
#!/bin/sh
exec path_to_a_working_Java_VM \
- -classpath path_to_org.eclipse.jdt.core.jar \
- org.eclipse.jdt.internal.compiler.batch.Main \
+ -jar path_to_ecj.jar \
"$@"
By the way, there is a "distribution" of ecj itself in the debian
More information about the kaffe
mailing list