Hi,
I've the same problems compiling the source of gwt.

With the following steps (used the tips from here) I tried to fix it but 
had no luck:
- Cloned the repository, checked out the tools
- Downloaded the updated jdt jar file
- Moved the jdtCompilerAdapter out of the jar
- Deleted the two files in the META-INF folder of the jdt jar file
- Replaced all three occurrences for the both jar files in the build.xml
- Tried to run ant

After these steps I get a similar error like everyone else:
https://gist.github.com/foxylion/fb9cd833fe472a5d9370

Would be great when someone contributes a fix. :-)

- Jakob

Am Sonntag, 11. Januar 2015 17:34:56 UTC+1 schrieb confile:
>
> Actually, there are three positions of jdt-3.10.0.jar in the build file 
> and three positions of jdtCompilerAdapter-3.10.0.jar.
>
> If I change all but the last 
>
> <pathelement location="${gwt.tools.lib}/eclipse/jdt-3.10.0.jar"/>
>
> then I can compile. If I change that to I get an error. I am stuck could 
> you please at least upload your build.xml file.
>
> Thank you
> Michael
>
>
> Am Sonntag, 11. Januar 2015 15:15:28 UTC+1 schrieb Jens:
>>
>> Sounds like you have deleted the classes that you should actually keep.
>>
>> I said you can optionally delete class files that *DO NOT* match
>>
>> "org/eclipse/jdt/core/compiler", 
>> "org/eclipse/jdt/internal/compiler", 
>> "org/eclipse/jdt/internal/core/util"
>>
>> -- J.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/85d94902-7bf0-4f58-9c4d-76cfb2988216%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to