Contents |
The elephant build is the build system from after 1.0M6 and later. It divides the project up into several components.
TODO list
If that doesn't work try Project properties, java build path, Projects and check in "meldware" and click okay. Also ensure that the JAVA_HOME variable is set under LIBRARIES. (Eclipse will complain that it is a folder and not a jar...ignore it)
ECJ is the Eclipse Compiler for Java.
JDK 1.5.0_08's javac has a nasty bug that causes it to crash while compiling and tells you to got to Sun's bug parade. The bug is resolved by 1.5.0_10, a version that has not propagated to may operating systems packages. ECJ also gives us better warning and error information.
Open build.properties. Remove the first line (build.compiler).
When I compile I get this:
\buni-meldware\ant\main.xml:76: The following error occurred while executing this line: \buni-meldware\build.xml:16: The following error occurred while executing this line: \buni-meldware\ant\jarbuild.xml:48: Class not found: org.eclipse.jdt.core.JDTCompilerAdapter
You didn't read the above carefully enough. You must add the ecj-xxx.jar from the lib directory to a CLASSPATH environment variable.