Skip to main content

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

I am not seeing this problem.

What does your selfhosting workspace contain?
Are you using the latest jdt core as well? I am not.
Maybe the JDTCompilerAdapter is in the process of being updated?

Darins



                                                                                                                                                      
                      Matt_Conway@xxxxxx                                                                                                              
                      Sent by:                        To:      platform-ant-dev@xxxxxxxxxxx                                                           
                      platform-ant-dev-admin@         cc:                                                                                             
                      eclipse.org                     Subject: [platform-ant-dev] Self hosting build failure                                          
                                                                                                                                                      
                                                                                                                                                      
                      12/10/02 04:18 PM                                                                                                               
                      Please respond to                                                                                                               
                      platform-ant-dev                                                                                                                
                                                                                                                                                      
                                                                                                                                                      



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)
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev






Back to the top