Re: Where is downloadable GWT docs?

2011-07-19 Thread 3xM
You can download GWT SDK:
http://google-web-toolkit.googlecode.com/files/gwt-2.3.0.zip

There is /doc/javadoc/ folder in it.

On Jul 19, 2:20 pm, akpraha  wrote:
> Hi Dave,
>
> Is there any chance the javadocs for 2.3.0 will be published any time
> soon?  When I check the online docs, it's constantly showing the 2.2.0
> version.
>
> -AK
>
> On Jun 27, 4:29 pm, David Chandler  wrote:
>
>
>
>
>
>
>
> > Hi Eric,
>
> > We don't publish the GWT docs for offline browsing, but instead of manual
> > copying, you can use
>
> > wget -r -p -np -khttp://code.google.com/webtoolkit/doc/latest/DevGuide.html
>
> > That will pull all the developer guides for the latest release, and you can
> > further check out the javadocs from svn 
> > athttp://google-web-toolkit.googlecode.com/svn/javadoc/latest
>
> > HTH,
> > /dmc
>
> > On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
>
> > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > I have been able to download to docs for the Google App Engine
> > > (because I am not always online when coding and testing); however, I
> > > can't seem to find a way to download the docs for GWT (for the same
> > > reason). Is there a link to down the GWT docs, such as:
>
> > >http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat...
> > > .
> > > Otherwise, I'll have to go through every page of the GWT Dev Guide and
> > > copy them manually -- ugh. Thanks.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > David Chandler
> > Developer Programs Engineer, Google Web Toolkit
> > w:http://code.google.com/
> > b:http://googlewebtoolkit.blogspot.com/
> > t: @googledevtools

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



Re: Where is downloadable GWT docs?

2011-07-19 Thread akpraha
Hi Dave,

Is there any chance the javadocs for 2.3.0 will be published any time
soon?  When I check the online docs, it's constantly showing the 2.2.0
version.

-AK

On Jun 27, 4:29 pm, David Chandler  wrote:
> Hi Eric,
>
> We don't publish the GWT docs for offline browsing, but instead of manual
> copying, you can use
>
> wget -r -p -np -khttp://code.google.com/webtoolkit/doc/latest/DevGuide.html
>
> That will pull all the developer guides for the latest release, and you can
> further check out the javadocs from svn 
> athttp://google-web-toolkit.googlecode.com/svn/javadoc/latest
>
> HTH,
> /dmc
>
> On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
>
>
>
> eric.atkin...@strategicinternationalsystems.com> wrote:
> > I have been able to download to docs for the Google App Engine
> > (because I am not always online when coding and testing); however, I
> > can't seem to find a way to download the docs for GWT (for the same
> > reason). Is there a link to down the GWT docs, such as:
>
> >http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat...
> > .
> > Otherwise, I'll have to go through every page of the GWT Dev Guide and
> > copy them manually -- ugh. Thanks.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> David Chandler
> Developer Programs Engineer, Google Web Toolkit
> w:http://code.google.com/
> b:http://googlewebtoolkit.blogspot.com/
> t: @googledevtools

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



Re: Where is downloadable GWT docs?

2011-06-30 Thread Eric Atkinson
That worked; thank you all for your generous advice.

On Jun 30, 11:54 am, Isaac Truett  wrote:
> wget is a program typically found on Linux. There are Windows binaries
> available as well. I believe David was suggesting that you use Google Search
> to learn more about wget.
>
> On Thu, Jun 30, 2011 at 11:53 AM, Eric Atkinson <
>
>
>
>
>
>
>
> eric.atkin...@strategicinternationalsystems.com> wrote:
> > If you mean the google web search box or chrome browser search box;
> > yes, I tried both of these with the above command after you mentioned
> > it, and the reply was:
>
> >http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=wget+-r+-p+-n...
>
> > On Jun 29, 9:44 pm, David Chandler  wrote:
> > > Tried Google lately? ;-)
>
> > > /dmc
>
> > > On Wed, Jun 29, 2011 at 3:56 PM, Eric Atkinson <
>
> > > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > > Thank you, David, but what program runs that command? Browser - no.
> > > > Command prompt - no.
>
> > > > On Jun 27, 10:29 am, David Chandler  wrote:
> > > > > Hi Eric,
>
> > > > > We don't publish the GWT docs for offline browsing, but instead of
> > manual
> > > > > copying, you can use
>
> > > > > wget -r -p -np -khttp://
> > > > code.google.com/webtoolkit/doc/latest/DevGuide.html
>
> > > > > That will pull all the developer guides for the latest release, and
> > you
> > > > can
> > > > > further check out the javadocs from svn athttp://
> > > > google-web-toolkit.googlecode.com/svn/javadoc/latest
>
> > > > > HTH,
> > > > > /dmc
>
> > > > > On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
>
> > > > > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > > > > I have been able to download to docs for the Google App Engine
> > > > > > (because I am not always online when coding and testing); however,
> > I
> > > > > > can't seem to find a way to download the docs for GWT (for the same
> > > > > > reason). Is there a link to down the GWT docs, such as:
>
> >http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat.
> > > > ..
> > > > > > .
> > > > > > Otherwise, I'll have to go through every page of the GWT Dev Guide
> > and
> > > > > > copy them manually -- ugh. Thanks.
>
> > > > > > --
> > > > > > You received this message because you are subscribed to the Google
> > > > Groups
> > > > > > "Google Web Toolkit" group.
> > > > > > To post to this group, send email to
> > > > google-web-toolkit@googlegroups.com.
> > > > > > To unsubscribe from this group, send email to
> > > > > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > > > --
> > > > > David Chandler
> > > > > Developer Programs Engineer, Google Web Toolkit
> > > > > w:http://code.google.com/
> > > > > b:http://googlewebtoolkit.blogspot.com/
> > > > > t: @googledevtools
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google Web Toolkit" group.
> > > > To post to this group, send email to
> > google-web-toolkit@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > --
> > > David Chandler
> > > Developer Programs Engineer, GWT+GAE
> > > w:http://code.google.com/
> > > b:http://googlewebtoolkit.blogspot.com/
> > > t: @googledevtools
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

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



Re: Where is downloadable GWT docs?

2011-06-30 Thread Eric Atkinson
Thank you Isaac.

On Jun 30, 11:54 am, Isaac Truett  wrote:
> wget is a program typically found on Linux. There are Windows binaries
> available as well. I believe David was suggesting that you use Google Search
> to learn more about wget.
>
> On Thu, Jun 30, 2011 at 11:53 AM, Eric Atkinson <
>
>
>
>
>
>
>
> eric.atkin...@strategicinternationalsystems.com> wrote:
> > If you mean the google web search box or chrome browser search box;
> > yes, I tried both of these with the above command after you mentioned
> > it, and the reply was:
>
> >http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=wget+-r+-p+-n...
>
> > On Jun 29, 9:44 pm, David Chandler  wrote:
> > > Tried Google lately? ;-)
>
> > > /dmc
>
> > > On Wed, Jun 29, 2011 at 3:56 PM, Eric Atkinson <
>
> > > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > > Thank you, David, but what program runs that command? Browser - no.
> > > > Command prompt - no.
>
> > > > On Jun 27, 10:29 am, David Chandler  wrote:
> > > > > Hi Eric,
>
> > > > > We don't publish the GWT docs for offline browsing, but instead of
> > manual
> > > > > copying, you can use
>
> > > > > wget -r -p -np -khttp://
> > > > code.google.com/webtoolkit/doc/latest/DevGuide.html
>
> > > > > That will pull all the developer guides for the latest release, and
> > you
> > > > can
> > > > > further check out the javadocs from svn athttp://
> > > > google-web-toolkit.googlecode.com/svn/javadoc/latest
>
> > > > > HTH,
> > > > > /dmc
>
> > > > > On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
>
> > > > > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > > > > I have been able to download to docs for the Google App Engine
> > > > > > (because I am not always online when coding and testing); however,
> > I
> > > > > > can't seem to find a way to download the docs for GWT (for the same
> > > > > > reason). Is there a link to down the GWT docs, such as:
>
> >http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat.
> > > > ..
> > > > > > .
> > > > > > Otherwise, I'll have to go through every page of the GWT Dev Guide
> > and
> > > > > > copy them manually -- ugh. Thanks.
>
> > > > > > --
> > > > > > You received this message because you are subscribed to the Google
> > > > Groups
> > > > > > "Google Web Toolkit" group.
> > > > > > To post to this group, send email to
> > > > google-web-toolkit@googlegroups.com.
> > > > > > To unsubscribe from this group, send email to
> > > > > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > > > --
> > > > > David Chandler
> > > > > Developer Programs Engineer, Google Web Toolkit
> > > > > w:http://code.google.com/
> > > > > b:http://googlewebtoolkit.blogspot.com/
> > > > > t: @googledevtools
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google Web Toolkit" group.
> > > > To post to this group, send email to
> > google-web-toolkit@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > --
> > > David Chandler
> > > Developer Programs Engineer, GWT+GAE
> > > w:http://code.google.com/
> > > b:http://googlewebtoolkit.blogspot.com/
> > > t: @googledevtools
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

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



Re: Where is downloadable GWT docs?

2011-06-30 Thread Isaac Truett
wget is a program typically found on Linux. There are Windows binaries
available as well. I believe David was suggesting that you use Google Search
to learn more about wget.



On Thu, Jun 30, 2011 at 11:53 AM, Eric Atkinson <
eric.atkin...@strategicinternationalsystems.com> wrote:

> If you mean the google web search box or chrome browser search box;
> yes, I tried both of these with the above command after you mentioned
> it, and the reply was:
>
> http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=wget+-r+-p+-np+-k+http%3A%2F%2Fcode.google.com%2Fwebtoolkit%2Fdoc%2Flatest%2FDevGuide.html
>
> On Jun 29, 9:44 pm, David Chandler  wrote:
> > Tried Google lately? ;-)
> >
> > /dmc
> >
> > On Wed, Jun 29, 2011 at 3:56 PM, Eric Atkinson <
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > Thank you, David, but what program runs that command? Browser - no.
> > > Command prompt - no.
> >
> > > On Jun 27, 10:29 am, David Chandler  wrote:
> > > > Hi Eric,
> >
> > > > We don't publish the GWT docs for offline browsing, but instead of
> manual
> > > > copying, you can use
> >
> > > > wget -r -p -np -khttp://
> > > code.google.com/webtoolkit/doc/latest/DevGuide.html
> >
> > > > That will pull all the developer guides for the latest release, and
> you
> > > can
> > > > further check out the javadocs from svn athttp://
> > > google-web-toolkit.googlecode.com/svn/javadoc/latest
> >
> > > > HTH,
> > > > /dmc
> >
> > > > On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
> >
> > > > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > > > I have been able to download to docs for the Google App Engine
> > > > > (because I am not always online when coding and testing); however,
> I
> > > > > can't seem to find a way to download the docs for GWT (for the same
> > > > > reason). Is there a link to down the GWT docs, such as:
> >
> > > > >
> http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat.
> > > ..
> > > > > .
> > > > > Otherwise, I'll have to go through every page of the GWT Dev Guide
> and
> > > > > copy them manually -- ugh. Thanks.
> >
> > > > > --
> > > > > You received this message because you are subscribed to the Google
> > > Groups
> > > > > "Google Web Toolkit" group.
> > > > > To post to this group, send email to
> > > google-web-toolkit@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > > > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/google-web-toolkit?hl=en.
> >
> > > > --
> > > > David Chandler
> > > > Developer Programs Engineer, Google Web Toolkit
> > > > w:http://code.google.com/
> > > > b:http://googlewebtoolkit.blogspot.com/
> > > > t: @googledevtools
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to
> google-web-toolkit@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
> >
> > --
> > David Chandler
> > Developer Programs Engineer, GWT+GAE
> > w:http://code.google.com/
> > b:http://googlewebtoolkit.blogspot.com/
> > t: @googledevtools
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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



Re: Where is downloadable GWT docs?

2011-06-30 Thread Eric Atkinson
Is this an FTP command?

On Jun 29, 9:44 pm, David Chandler  wrote:
> Tried Google lately? ;-)
>
> /dmc
>
> On Wed, Jun 29, 2011 at 3:56 PM, Eric Atkinson <
>
>
>
>
>
>
>
>
>
> eric.atkin...@strategicinternationalsystems.com> wrote:
> > Thank you, David, but what program runs that command? Browser - no.
> > Command prompt - no.
>
> > On Jun 27, 10:29 am, David Chandler  wrote:
> > > Hi Eric,
>
> > > We don't publish the GWT docs for offline browsing, but instead of manual
> > > copying, you can use
>
> > > wget -r -p -np -khttp://
> > code.google.com/webtoolkit/doc/latest/DevGuide.html
>
> > > That will pull all the developer guides for the latest release, and you
> > can
> > > further check out the javadocs from svn athttp://
> > google-web-toolkit.googlecode.com/svn/javadoc/latest
>
> > > HTH,
> > > /dmc
>
> > > On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
>
> > > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > > I have been able to download to docs for the Google App Engine
> > > > (because I am not always online when coding and testing); however, I
> > > > can't seem to find a way to download the docs for GWT (for the same
> > > > reason). Is there a link to down the GWT docs, such as:
>
> > > >http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat.
> > ..
> > > > .
> > > > Otherwise, I'll have to go through every page of the GWT Dev Guide and
> > > > copy them manually -- ugh. Thanks.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google Web Toolkit" group.
> > > > To post to this group, send email to
> > google-web-toolkit@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > --
> > > David Chandler
> > > Developer Programs Engineer, Google Web Toolkit
> > > w:http://code.google.com/
> > > b:http://googlewebtoolkit.blogspot.com/
> > > t: @googledevtools
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> David Chandler
> Developer Programs Engineer, GWT+GAE
> w:http://code.google.com/
> b:http://googlewebtoolkit.blogspot.com/
> t: @googledevtools

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



Re: Where is downloadable GWT docs?

2011-06-30 Thread Eric Atkinson
If you mean the google web search box or chrome browser search box;
yes, I tried both of these with the above command after you mentioned
it, and the reply was:
http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=wget+-r+-p+-np+-k+http%3A%2F%2Fcode.google.com%2Fwebtoolkit%2Fdoc%2Flatest%2FDevGuide.html

On Jun 29, 9:44 pm, David Chandler  wrote:
> Tried Google lately? ;-)
>
> /dmc
>
> On Wed, Jun 29, 2011 at 3:56 PM, Eric Atkinson <
>
>
>
>
>
>
>
>
>
> eric.atkin...@strategicinternationalsystems.com> wrote:
> > Thank you, David, but what program runs that command? Browser - no.
> > Command prompt - no.
>
> > On Jun 27, 10:29 am, David Chandler  wrote:
> > > Hi Eric,
>
> > > We don't publish the GWT docs for offline browsing, but instead of manual
> > > copying, you can use
>
> > > wget -r -p -np -khttp://
> > code.google.com/webtoolkit/doc/latest/DevGuide.html
>
> > > That will pull all the developer guides for the latest release, and you
> > can
> > > further check out the javadocs from svn athttp://
> > google-web-toolkit.googlecode.com/svn/javadoc/latest
>
> > > HTH,
> > > /dmc
>
> > > On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
>
> > > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > > I have been able to download to docs for the Google App Engine
> > > > (because I am not always online when coding and testing); however, I
> > > > can't seem to find a way to download the docs for GWT (for the same
> > > > reason). Is there a link to down the GWT docs, such as:
>
> > > >http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat.
> > ..
> > > > .
> > > > Otherwise, I'll have to go through every page of the GWT Dev Guide and
> > > > copy them manually -- ugh. Thanks.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google Web Toolkit" group.
> > > > To post to this group, send email to
> > google-web-toolkit@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > --
> > > David Chandler
> > > Developer Programs Engineer, Google Web Toolkit
> > > w:http://code.google.com/
> > > b:http://googlewebtoolkit.blogspot.com/
> > > t: @googledevtools
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> David Chandler
> Developer Programs Engineer, GWT+GAE
> w:http://code.google.com/
> b:http://googlewebtoolkit.blogspot.com/
> t: @googledevtools

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



Re: Where is downloadable GWT docs?

2011-06-29 Thread David Chandler
Tried Google lately? ;-)

/dmc

On Wed, Jun 29, 2011 at 3:56 PM, Eric Atkinson <
eric.atkin...@strategicinternationalsystems.com> wrote:

> Thank you, David, but what program runs that command? Browser - no.
> Command prompt - no.
>
> On Jun 27, 10:29 am, David Chandler  wrote:
> > Hi Eric,
> >
> > We don't publish the GWT docs for offline browsing, but instead of manual
> > copying, you can use
> >
> > wget -r -p -np -khttp://
> code.google.com/webtoolkit/doc/latest/DevGuide.html
> >
> > That will pull all the developer guides for the latest release, and you
> can
> > further check out the javadocs from svn athttp://
> google-web-toolkit.googlecode.com/svn/javadoc/latest
> >
> > HTH,
> > /dmc
> >
> > On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > eric.atkin...@strategicinternationalsystems.com> wrote:
> > > I have been able to download to docs for the Google App Engine
> > > (because I am not always online when coding and testing); however, I
> > > can't seem to find a way to download the docs for GWT (for the same
> > > reason). Is there a link to down the GWT docs, such as:
> >
> > >http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat.
> ..
> > > .
> > > Otherwise, I'll have to go through every page of the GWT Dev Guide and
> > > copy them manually -- ugh. Thanks.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to
> google-web-toolkit@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
> >
> > --
> > David Chandler
> > Developer Programs Engineer, Google Web Toolkit
> > w:http://code.google.com/
> > b:http://googlewebtoolkit.blogspot.com/
> > t: @googledevtools
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
David Chandler
Developer Programs Engineer, GWT+GAE
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

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



Re: Where is downloadable GWT docs?

2011-06-29 Thread Eric Atkinson
Thank you, David, but what program runs that command? Browser - no.
Command prompt - no.

On Jun 27, 10:29 am, David Chandler  wrote:
> Hi Eric,
>
> We don't publish the GWT docs for offline browsing, but instead of manual
> copying, you can use
>
> wget -r -p -np -khttp://code.google.com/webtoolkit/doc/latest/DevGuide.html
>
> That will pull all the developer guides for the latest release, and you can
> further check out the javadocs from svn 
> athttp://google-web-toolkit.googlecode.com/svn/javadoc/latest
>
> HTH,
> /dmc
>
> On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
>
>
>
>
>
>
>
>
>
> eric.atkin...@strategicinternationalsystems.com> wrote:
> > I have been able to download to docs for the Google App Engine
> > (because I am not always online when coding and testing); however, I
> > can't seem to find a way to download the docs for GWT (for the same
> > reason). Is there a link to down the GWT docs, such as:
>
> >http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunicat...
> > .
> > Otherwise, I'll have to go through every page of the GWT Dev Guide and
> > copy them manually -- ugh. Thanks.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> David Chandler
> Developer Programs Engineer, Google Web Toolkit
> w:http://code.google.com/
> b:http://googlewebtoolkit.blogspot.com/
> t: @googledevtools

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



Re: Where is downloadable GWT docs?

2011-06-27 Thread Elhanan Maayan
ok, so you could at least place this snippet of info at the TOP of the
devguide?

On Mon, Jun 27, 2011 at 5:29 PM, David Chandler wrote:

> Hi Eric,
>
> We don't publish the GWT docs for offline browsing, but instead of manual
> copying, you can use
>
> wget -r -p -np -k
> http://code.google.com/webtoolkit/doc/latest/DevGuide.html
>
> That will pull all the developer guides for the latest release, and you can
> further check out the javadocs from svn at
> http://google-web-toolkit.googlecode.com/svn/javadoc/latest
>
> HTH,
> /dmc
>
> On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
> eric.atkin...@strategicinternationalsystems.com> wrote:
>
>> I have been able to download to docs for the Google App Engine
>> (because I am not always online when coding and testing); however, I
>> can't seem to find a way to download the docs for GWT (for the same
>> reason). Is there a link to down the GWT docs, such as:
>>
>> http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html
>> .
>> Otherwise, I'll have to go through every page of the GWT Dev Guide and
>> copy them manually -- ugh. Thanks.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>
>
> --
> David Chandler
> Developer Programs Engineer, Google Web Toolkit
> w: http://code.google.com/
> b: http://googlewebtoolkit.blogspot.com/
> t: @googledevtools
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

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



Re: Where is downloadable GWT docs?

2011-06-27 Thread David Chandler
Hi Eric,

We don't publish the GWT docs for offline browsing, but instead of manual
copying, you can use

wget -r -p -np -k http://code.google.com/webtoolkit/doc/latest/DevGuide.html

That will pull all the developer guides for the latest release, and you can
further check out the javadocs from svn at
http://google-web-toolkit.googlecode.com/svn/javadoc/latest

HTH,
/dmc

On Sat, Jun 25, 2011 at 5:44 PM, Eric Atkinson <
eric.atkin...@strategicinternationalsystems.com> wrote:

> I have been able to download to docs for the Google App Engine
> (because I am not always online when coding and testing); however, I
> can't seem to find a way to download the docs for GWT (for the same
> reason). Is there a link to down the GWT docs, such as:
>
> http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html
> .
> Otherwise, I'll have to go through every page of the GWT Dev Guide and
> copy them manually -- ugh. Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

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



Re: Where is downloadable GWT docs?

2011-06-27 Thread massimo malvestio
Obviously writing a simple doclet to generate a pdf is too difficult, or
including a zip with the html version impossibile...

On Mon, Jun 27, 2011 at 4:21 PM, Elhanan Maayan wrote:

> as far as i know there are NO downloadable docs, there IS however an open
> issue about that, with a gagilion votes, i guess google is too busy being
> sued by oracle...
>
>
> On Sun, Jun 26, 2011 at 12:44 AM, Eric Atkinson <
> eric.atkin...@strategicinternationalsystems.com> wrote:
>
>> I have been able to download to docs for the Google App Engine
>> (because I am not always online when coding and testing); however, I
>> can't seem to find a way to download the docs for GWT (for the same
>> reason). Is there a link to down the GWT docs, such as:
>>
>> http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html
>> .
>> Otherwise, I'll have to go through every page of the GWT Dev Guide and
>> copy them manually -- ugh. Thanks.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

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



Re: Where is downloadable GWT docs?

2011-06-27 Thread Elhanan Maayan
as far as i know there are NO downloadable docs, there IS however an open
issue about that, with a gagilion votes, i guess google is too busy being
sued by oracle...

On Sun, Jun 26, 2011 at 12:44 AM, Eric Atkinson <
eric.atkin...@strategicinternationalsystems.com> wrote:

> I have been able to download to docs for the Google App Engine
> (because I am not always online when coding and testing); however, I
> can't seem to find a way to download the docs for GWT (for the same
> reason). Is there a link to down the GWT docs, such as:
>
> http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html
> .
> Otherwise, I'll have to go through every page of the GWT Dev Guide and
> copy them manually -- ugh. Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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



Where is downloadable GWT docs?

2011-06-27 Thread Eric Atkinson
I have been able to download to docs for the Google App Engine
(because I am not always online when coding and testing); however, I
can't seem to find a way to download the docs for GWT (for the same
reason). Is there a link to down the GWT docs, such as:
http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html.
Otherwise, I'll have to go through every page of the GWT Dev Guide and
copy them manually -- ugh. Thanks.

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