where to download gwt 2.4.0 source code?

1,055 views
Skip to first unread message

tong123123

unread,
Jun 2, 2012, 5:30:35 AM6/2/12
to google-we...@googlegroups.com
I try the following link
http://google-web-toolkit.googlecode.com/svn/trunk/google-web-toolkit-read-only
and has error
Bad URL passed to RA layer
svn: URL 'http://google-web-toolkit.googlecode.com/svn/trunk/%20google-web-toolkit-read-only' non-existent in revision 11007

    Filesystem has no item
svn: URL 'http://google-web-toolkit.googlecode.com/svn/trunk/%20google-web-toolkit-read-only' non-existent in revision 11007
with subclipse

and I want to download the 2.4.0 stable version, not any most update but not stable version.

Thomas Broyer

unread,
Jun 2, 2012, 6:34:11 AM6/2/12
to google-we...@googlegroups.com
http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/ is what you're looking for.

But you should really learn to use "svn", as this link won't be of any help to you without a Subversion client.

tong123123

unread,
Jun 2, 2012, 10:18:16 AM6/2/12
to google-we...@googlegroups.com
thanks, I use subclipse as my svn client.
I have a few basic knowledge about svn client (subclipse) now, just don't know which project (folder) I should check out. I want to see the source and can run (if possible) in debug mode about DialogBox
http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/ui/DialogBox.html
in eclipse, any guideance, thanks.

Thomas Broyer於 2012年6月2日星期六UTC+8下午6時34分11秒寫道:
gwt-source.JPG

Joseph Lust

unread,
Jun 2, 2012, 10:48:32 AM6/2/12
to google-we...@googlegroups.com
Are you familiar with Maven? It makes this very simple. Just check the box for "download sources."

Joe

tong123123

unread,
Jun 2, 2012, 12:19:37 PM6/2/12
to google-we...@googlegroups.com
sorry, where is the checkbox "download sources"?

Joseph Lust於 2012年6月2日星期六UTC+8下午10時48分32秒寫道:

Thomas Broyer

unread,
Jun 2, 2012, 1:14:02 PM6/2/12
to google-we...@googlegroups.com


On Saturday, June 2, 2012 4:18:16 PM UTC+2, tong123123 wrote:
thanks, I use subclipse as my svn client.
I have a few basic knowledge about svn client (subclipse) now, just don't know which project (folder) I should check out.

 
I want to see the source and can run (if possible) in debug mode about DialogBox
http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/ui/DialogBox.html
in eclipse, any guideance, thanks.

The source is included in the gwt-user.jar (as it's needed by the GWT compiler anyway!)

Jens

unread,
Jun 2, 2012, 2:02:25 PM6/2/12
to google-we...@googlegroups.com
 I want to see the source and can run (if possible) in debug mode about DialogBox 

As Thomas said, the source is included in gwt-user.jar. 

But if you can't click into the source code from within Eclipse its maybe because you have gwt-servlet.jar in your project's build path and its included before gwt-user.jar. As gwt-servlet.jar contains most of the classes also contained in gwt-user.jar (if not all) but does not contain source files you can't click into the source from within eclipse in that case.

To solve this remove gwt-servlet.jar from your project's build path or change the ordering of your build path entries, so that your GWT SDK is included before gwt-servlet.jar.

-- J.

Johannes Barop

unread,
Jun 2, 2012, 12:56:57 PM6/2/12
to google-we...@googlegroups.com
Hi,

in case you have an Eclipse project: Right click on the project, "Maven" -> "Download Sources".

J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/-gCedW9Pd1oJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Reply all
Reply to author
Forward
0 new messages