[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[linuxtools-dev] eclipse 3.5 source build
|
Hello!
i'm trying to build eclipse 3.5 from source on linux x86_64, but it breaks in the beginning of compilation
my steps:
unpack
download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-sourceBuild-srcIncluded-3.5.zip
build.properties:
JavaSE-1.6=/usr/lib64/jvm/java-1.6.0-icedtea/jre/lib/rt.jar;/usr/lib64/jvm/java-1.6.0-icedtea/jre/lib/jsse.jar/usr/lib64/jvm/java-1.6.0-icedtea/jre/lib/jce.jar
CDC-1.1/Foundation-1.1=/usr/lib64/jvm/java-1.6.0-icedtea/jre/lib/rt.jar;/usr/lib64/jvm/java-1.6.0-icedtea/jre/lib/jsse.jar/usr/lib64/jvm/java-1.6.0-icedtea/jre/lib/jce.jar
./build -os linux -ws gtk -arch x86_64
what do i miss?
it breaks with:
./build -os linux -ws gtk -arch x86_64
[echo] TARGET: compiler
[echo] UPDATE ecj.jar
BUILD SUCCESSFUL
Total time: 17 seconds
[echo] TARGET: compiler2
[echo] compilerArg -enableJavadoc -nowarn -encoding ISO-8859-1
[echo] build compiler org.eclipse.jdt.core.JDTCompilerAdapter
[echo] UPDATE ecj.jar
BUILD SUCCESSFUL
Total time: 11 seconds
[echo] Deleting jars to recompile...
[subant] Failure for target 'pre.clean' of: /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.jdt.launching/scripts/customBuild.xml
[subant] The following error occurred while executing this line:
[subant] Target "pre.clean" does not exist in the project "Custom Build Launching Support JAR".
[subant] Failure for target 'post.clean' of: /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.jdt.launching/scripts/customBuild.xml
[subant] The following error occurred while executing this line:
[subant] Target "post.clean" does not exist in the project "Custom Build Launching Support JAR".
[echo] Compiling...
[echo] Copying source from org.eclipse.swt project to folder /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.swt.win32.win32.x86_64/src folder /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.swt.win32.win32.x86_64/temp.folder.
[echo] Copying source from org.eclipse.swt project to folder /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.swt.cocoa.macosx.x86_64/src folder /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder.
[echo] Converting java files to 64 bit in org.eclipse.swt project
[echo] Copying source from org.eclipse.swt project to folder /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.swt.gtk.linux.s390x/src folder /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.swt.gtk.linux.s390x/temp.folder.
[echo] Copying source from org.eclipse.swt project to folder /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.swt.gtk.linux.x86_64/src folder /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.swt.gtk.linux.x86_64/temp.folder.
[javac] ----------
[javac] 1. ERROR in /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.help.base/src_ant/org/eclipse/help/internal/base/ant/BuildHelpIndex.java (at line 17)
[javac] import org.eclipse.ant.core.AntCorePlugin;
[javac] ^^^^^^^^^^^^^^^
[javac] The import org.eclipse.ant cannot be resolved
[javac] ----------
[javac] 2. ERROR in /home/int/conary/builds/eclipse/eclipse-3.5/plugins/org.eclipse.help.base/src_ant/org/eclipse/help/internal/base/ant/BuildHelpIndex.java (at line 62)
[javac] .getReferences().get(AntCorePlugin.ECLIPSE_PROGRESS_MONITOR);
[javac] ^^^^^^^^^^^^^
[javac] AntCorePlugin cannot be resolved
[javac] ----------
[javac] 2 problems (2 errors)
Pavel