diff options
| author | Jason Helfman <jgh@FreeBSD.org> | 2012-03-19 22:22:47 +0000 |
|---|---|---|
| committer | Jason Helfman <jgh@FreeBSD.org> | 2012-03-19 22:22:47 +0000 |
| commit | b7c4d17a4c70cda2b5feddb494c1206c7da4a1ad (patch) | |
| tree | 70f447fe261c82a03157f95786d63bffb2d518a5 /java/eclipse-ecj/files | |
| parent | Return this to the pool. (I only ported it on request a long time (diff) | |
Add new port: java/eclipse-ecj
An incremental Java compiler. Implemented as an Eclipse builder, it is based on
technology evolved from VisualAge for Java compiler. In particular, it allows to
run and debug code which still contains unresolved errors.
WWW: http://www.eclipse.org/
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293586
Diffstat (limited to 'java/eclipse-ecj/files')
| -rw-r--r-- | java/eclipse-ecj/files/ecj.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/eclipse-ecj/files/ecj.sh.in b/java/eclipse-ecj/files/ecj.sh.in new file mode 100644 index 000000000000..9fe6061baabd --- /dev/null +++ b/java/eclipse-ecj/files/ecj.sh.in @@ -0,0 +1,3 @@ +#!/bin/sh + +%%JAVAC%% -classpath %%JAVAJARDIR%%/ecj.jar $1 |
