Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1000
-
Component/s: Infrastructure: Build
-
Labels:None
Description
We now use Classpath 0.95 as our default. Classpath 0.95 has a build option of --with-javac meaning it can be compiled without ecj, this means we can remove downloading ecj from our build. There's a possible issue in that the Classpath build may run out of memory with javac, so we may need to run the Classpath configure with --with-javac="javac -J-Xmx512M -target 1.5".
A related note, ecj 3.3 has just been released so we can bump:
"http://download.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/ecj.jar"
in builds/components/ecj.xml to:
"http://fullmoon.torolab.ibm.com/downloads/drops/R-3.3-200706251500/ecj.jar"