Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Self hosting build failure

Has something changed in the way one is supposed to build the external 
tools plugin for self hosting?  I'm getting the follwing error when I "Run 
Ant..." on org.eclipse.ui.externaltools/scripts/buildSelfHostingJARs.xml



Buildfile: 
D:\dev\eclipse\eclipse-hacking\org.eclipse.ui.externaltools\scripts\buildSelfHostingJARs.xml

init:

Create extra JARs:

properties:

init:

clean:
      [delete] Deleting directory 
D:\dev\eclipse\eclipse-hacking\org.eclipse.ant.core\temp.folder

properties:

init:

lib/antsupportlib.jar:
       [mkdir] Created dir: 
D:\dev\eclipse\eclipse-hacking\org.eclipse.ant.core\temp.folder\lib\antsupportlib.jar.bin
       [javac] Compiling 4 source files to 
D:\dev\eclipse\eclipse-hacking\org.eclipse.ant.core\temp.folder\lib\antsupportlib.jar.bin
       [javac] BUILD FAILED: file:D:/dev/eclipse/eclipse-hacking/org.eclipse.ant.core/scripts/buildExtraJAR.xml:37: java.lang.NoSuchMethodException: 
org.eclipse.jdt.internal.compiler.batch.Main.<init>(java.io.PrintWriter, 
boolean)


Back to the top