>
>
> https://repo.eclipse.org/service/local/repo_groups/eclipse/content/org/eclipse/jdt/org.eclipse.jdt.core/3.11.0.v20141029-0804/org.eclipse.jdt.core-3.11.0.v20141029-0804.jar
>
>
> to run the script: update-jdt.py
>

There is no sources jar yet in the eclipse repo and the GWT build does not 
need it. Not sure why it is required by the python script.

What you need to do is:

1.) Follow the instructions in tools/lib/eclipse/README.jdt-upgrade

2.) While the JDT jar file is unpacked 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"

That is what the update-jdt.py script would do for you. However for a local 
build this is optional. The only thing really required is 1.) and 3.)

3.) Once you have created a jar file again from the unpacked & modified JDT 
core (just zip the folder and rename to jar) you need to modify 
<gwt-checkout>/dev/build.xml so it includes your updated JDT library and 
the extracted jdtCompilerAdapter.jar as library during build.

-- 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/19e63d0b-8e75-4dae-8a1b-6e5531cc7d00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to