Re: Creating GWT application

2012-09-07 Thread GWTSree
Hi Rajeev, I am also facing same firewall problem... I tried to do it in 
the manual way you explained here. But the site 
http://commondatastorage.googleapis.com/eclipse_toolreleases/products/gpe/main/3.3/site.xml;
 
shows the below:

ErrorCodeNoSuchKey/CodeMessageThe specified key does not 
exist./Message/Error

Please healp.


On Tuesday, April 21, 2009 8:11:14 AM UTC-7, Rajeev Dayal wrote:

 If you can't get Eclipse's install mechanism working, here's how you can 
 install the plugin manually in Eclipse 3.3:

 Download the following file and place it in a temporary directory:

 http://dl.google.com/eclipse/plugin/3.3/site.xml

 Now, download the following into a directory called *features*, underneath
 your temporary directory:


 http://dl.google.com/eclipse/plugin/3.3/features/com.google.appengine.eclipse.sdkbundle.e33.feature_1.2.0.v200904062254.jar

 http://dl.google.com/eclipse/plugin/3.3/features/com.google.gdt.eclipse.suite.e33.feature_1.0.0.v200904062254.jar

 http://dl.google.com/eclipse/plugin/3.3/features/com.google.gwt.eclipse.sdkbundle.e33.feature_1.6.4.v200904062254.jar

 Finally, download the following into a directory called *plugins*, 
 underneath your temporary directory:


 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appengine.eclipse.core_1.0.0.v200904062254.jar

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appengine.eclipse.sdkbundle_1.2.0.v200904062254.jar

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gdt.eclipse.core_1.0.0.v200904062254.jar

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gdt.eclipse.suite_1.0.0.v200904062254.jar

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclipse.core_1.0.0.v200904062254.jar

 If on linux:

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclipse.sdkbundle.linux_1.6.4.v200904062254.jar

 If on mac:

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.6.4.v200904062254.jar

 If on windows:

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclipse.sdkbundle.win32_1.6.4.v200904062254.jar

 Now, go into Eclipse, and set up a local update site, and point it to the 
 temporary directory that you created. You should be able to install the 
 plugin from this local update site.

 In the future, we'll make this whole process easier by providing a zip of 
 the plugin.

 On Tue, Apr 21, 2009 at 5:51 AM, newtoGWT ganes...@gmail.comjavascript: 
 wrote:
 
 
  Network connection problems encountered during search.
  Unable to access http://dl.google.com/eclipse/plugin/3.3;.
  Error parsing site stream. [Premature end of file.]
  Premature end of file.
  Error parsing site stream. [Premature end of file.]
  Premature end of file.
 
  I know this is not the exact stack trace but this is what it shows in
  eclipse when i click on details button.
 
  thanks for your info, http://dl.google.com/eclipse/plugin/3.3/site.xml
  works!
  Is there any downloadable jar file? so that i can directly unzip
  inside eclipse plugins folder...(other than cypal).
 
  On Apr 20, 10:47 am, rdayal rda...@google.com wrote:
   In your first post, when attempting to install the plugin, you
   mentioned that it throws a network exception. Can you copy and paste
   the stack trace?
  
   Also, hitting the URLhttp://dl.google.com/eclipse/plugin/3.3directly
   in the browser will not work, because this is not a browsable
   directory. If you want to see if the site works via a browser, try
   hittinghttp://dl.google.com/eclipse/plugin/3.3/site.xml
  
   On Apr 20, 7:02 am, newtoGWT ganesh@gmail.com wrote:
  
  
  
yes you are right Darkflame!!
Its due to firewall... i am unable to connect to server..
i downloaded fromhttp://
 code.google.com/p/cypal-studio/downloads/list
but the downside of cypal-studio is, it doesn't support GWT6 :(. it
shows whilecreatingGWTModule.- Hide quoted text -
  
   - Show quoted text -
  



-- 
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/-/LXVxYIZ2b0wJ.
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: Creating GWT application

2009-04-24 Thread newtoGWT

hmmm.. i'll try out that too... Thanks!!

On Apr 22, 9:04 am, Rajeev Dayal rda...@google.com wrote:
 Glad that everything is working for you. As an FYI, if you have a proxy
 server that you can use to hit the Eclipse update site, you can configure
 Eclipse to use it when performing an update or an installation. In Eclipse
 3.3, go to Windows - Preferences - Network Connections (or Eclipse -
 Preferences - Network Connections, if on the Mac).

 We'll definitely add some more documentation to help out people that are
 suffering with proxy issues.



 On Wed, Apr 22, 2009 at 5:37 AM, newtoGWT ganesh@gmail.com wrote:

  Hi Rajeev,

  Thanks a ton! for your guide on installing the eclipse plugin. it
  works great!!!

  if these steps are listed as part of http://code.google.com/eclipse/
  docs/getting_started.html#installinghttp://code.google.com/eclipse/%0Adocs/getting_started.html#installing
  this web page,
  it would help developers who are working behind a firewall or in the
  cases where ppl facing problems in updating through eclipse.

  In the future, we'll make this whole process easier by providing a zip of
  the plugin. -- Really great wud be easier too!!

  I just had a thought about this - are you behind a proxy?

  offcourse i am working inside a secure network (that has firewall,
  websense etc) i thinks thats blocking eclipse from installing plugins
  directly...

  Thanks,
  Ganesh R

  On Apr 21, 10:11 am, Rajeev Dayal rda...@google.com wrote:
   If you can't get Eclipse's install mechanism working, here's how you can
   install the plugin manually in Eclipse 3.3:

   Download the following file and place it in a temporary directory:

  http://dl.google.com/eclipse/plugin/3.3/site.xml

   Now, download the following into a directory called *features*,
  underneath
   your temporary directory:

 http://dl.google.com/eclipse/plugin/3.3/features/com.google.appengine
  ..

   Finally, download the following into a directory called *plugins*,
   underneath your temporary directory:

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appengine.
  ..

   If on linux:
 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...

   If on mac:
 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...

   If on windows:
 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...

   Now, go into Eclipse, and set up a local update site, and point it to the
   temporary directory that you created. You should be able to install the
   plugin from this local update site.

   In the future, we'll make this whole process easier by providing a zip of
   the plugin.

   On Tue, Apr 21, 2009 at 5:51 AM, newtoGWT ganesh@gmail.com wrote:

Network connection problems encountered during search.
Unable to access http://dl.google.com/eclipse/plugin/3.3;.
Error parsing site stream. [Premature end of file.]
Premature end of file.
Error parsing site stream. [Premature end of file.]
Premature end of file.

I know this is not the exact stack trace but this is what it shows in
eclipse when i click on details button.

thanks for your info,http://dl.google.com/eclipse/plugin/3.3/site.xml
works!
Is there any downloadable jar file? so that i can directly unzip
inside eclipse plugins folder...(other than cypal).

On Apr 20, 10:47 am, rdayal rda...@google.com wrote:
 In your first post, when attempting to install the plugin, you
 mentioned that it throws a network exception. Can you copy and
  paste
 the stack trace?

 Also, hitting the URLhttp://dl.google.com/eclipse/plugin/3.3directly
 in the browser will not work, because this is not a browsable
 directory. If you want to see if the site works via a browser, try
 hittinghttp://dl.google.com/eclipse/plugin/3.3/site.xml

 On Apr 20, 7:02 am, newtoGWT ganesh@gmail.com wrote:

  yes you are right Darkflame!!
  Its due to firewall... i am unable to connect to server..
  i downloaded fromhttp://
  code.google.com/p/cypal-studio/downloads/list
  but the downside of cypal-studio is, it doesn't support GWT6 :(. it
  shows whilecreatingGWTModule.- Hide quoted text -

 - Show quoted text -- Hide quoted text -

   - Show quoted text -- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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: Creating GWT application

2009-04-22 Thread newtoGWT

Hi Rajeev,

Thanks a ton! for your guide on installing the eclipse plugin. it
works great!!!

if these steps are listed as part of http://code.google.com/eclipse/
docs/getting_started.html#installing this web page,
it would help developers who are working behind a firewall or in the
cases where ppl facing problems in updating through eclipse.

In the future, we'll make this whole process easier by providing a zip of the 
plugin. -- Really great wud be easier too!!

I just had a thought about this - are you behind a proxy?

offcourse i am working inside a secure network (that has firewall,
websense etc) i thinks thats blocking eclipse from installing plugins
directly...

Thanks,
Ganesh R


On Apr 21, 10:11 am, Rajeev Dayal rda...@google.com wrote:
 If you can't get Eclipse's install mechanism working, here's how you can
 install the plugin manually in Eclipse 3.3:

 Download the following file and place it in a temporary directory:

 http://dl.google.com/eclipse/plugin/3.3/site.xml

 Now, download the following into a directory called *features*, underneath
 your temporary directory:

 http://dl.google.com/eclipse/plugin/3.3/features/com.google.appengine...http://dl.google.com/eclipse/plugin/3.3/features/com.google.gdt.eclip...http://dl.google.com/eclipse/plugin/3.3/features/com.google.gwt.eclip...

 Finally, download the following into a directory called *plugins*,
 underneath your temporary directory:

 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appenginehttp://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appenginehttp://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gdt.eclips...http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gdt.eclips...http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...

 If on 
 linux:http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...

 If on 
 mac:http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...

 If on 
 windows:http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...

 Now, go into Eclipse, and set up a local update site, and point it to the
 temporary directory that you created. You should be able to install the
 plugin from this local update site.

 In the future, we'll make this whole process easier by providing a zip of
 the plugin.



 On Tue, Apr 21, 2009 at 5:51 AM, newtoGWT ganesh@gmail.com wrote:

  Network connection problems encountered during search.
  Unable to access http://dl.google.com/eclipse/plugin/3.3;.
  Error parsing site stream. [Premature end of file.]
  Premature end of file.
  Error parsing site stream. [Premature end of file.]
  Premature end of file.

  I know this is not the exact stack trace but this is what it shows in
  eclipse when i click on details button.

  thanks for your info,http://dl.google.com/eclipse/plugin/3.3/site.xml
  works!
  Is there any downloadable jar file? so that i can directly unzip
  inside eclipse plugins folder...(other than cypal).

  On Apr 20, 10:47 am, rdayal rda...@google.com wrote:
   In your first post, when attempting to install the plugin, you
   mentioned that it throws a network exception. Can you copy and paste
   the stack trace?

   Also, hitting the URLhttp://dl.google.com/eclipse/plugin/3.3directly
   in the browser will not work, because this is not a browsable
   directory. If you want to see if the site works via a browser, try
   hittinghttp://dl.google.com/eclipse/plugin/3.3/site.xml

   On Apr 20, 7:02 am, newtoGWT ganesh@gmail.com wrote:

yes you are right Darkflame!!
Its due to firewall... i am unable to connect to server..
i downloaded fromhttp://code.google.com/p/cypal-studio/downloads/list
but the downside of cypal-studio is, it doesn't support GWT6 :(. it
shows whilecreatingGWTModule.- Hide quoted text -

   - Show quoted text -- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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: Creating GWT application

2009-04-22 Thread Rajeev Dayal
Glad that everything is working for you. As an FYI, if you have a proxy
server that you can use to hit the Eclipse update site, you can configure
Eclipse to use it when performing an update or an installation. In Eclipse
3.3, go to Windows - Preferences - Network Connections (or Eclipse -
Preferences - Network Connections, if on the Mac).

We'll definitely add some more documentation to help out people that are
suffering with proxy issues.

On Wed, Apr 22, 2009 at 5:37 AM, newtoGWT ganesh@gmail.com wrote:


 Hi Rajeev,

 Thanks a ton! for your guide on installing the eclipse plugin. it
 works great!!!

 if these steps are listed as part of http://code.google.com/eclipse/
 docs/getting_started.html#installinghttp://code.google.com/eclipse/%0Adocs/getting_started.html#installing
 this web page,
 it would help developers who are working behind a firewall or in the
 cases where ppl facing problems in updating through eclipse.

 In the future, we'll make this whole process easier by providing a zip of
 the plugin. -- Really great wud be easier too!!

 I just had a thought about this - are you behind a proxy?

 offcourse i am working inside a secure network (that has firewall,
 websense etc) i thinks thats blocking eclipse from installing plugins
 directly...

 Thanks,
 Ganesh R


 On Apr 21, 10:11 am, Rajeev Dayal rda...@google.com wrote:
  If you can't get Eclipse's install mechanism working, here's how you can
  install the plugin manually in Eclipse 3.3:
 
  Download the following file and place it in a temporary directory:
 
  http://dl.google.com/eclipse/plugin/3.3/site.xml
 
  Now, download the following into a directory called *features*,
 underneath
  your temporary directory:
 
 
 http://dl.google.com/eclipse/plugin/3.3/features/com.google.appengine...http://dl.google.com/eclipse/plugin/3.3/features/com.google.gdt.eclip...http://dl.google.com/eclipse/plugin/3.3/features/com.google.gwt.eclip.
 ..
 
  Finally, download the following into a directory called *plugins*,
  underneath your temporary directory:
 
 
 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appenginehttp://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appenginehttp://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gdt.eclips...http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gdt.eclips...http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips.
 ..
 
  If on linux:
 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...
 
  If on mac:
 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...
 
  If on windows:
 http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclips...
 
  Now, go into Eclipse, and set up a local update site, and point it to the
  temporary directory that you created. You should be able to install the
  plugin from this local update site.
 
  In the future, we'll make this whole process easier by providing a zip of
  the plugin.
 
 
 
  On Tue, Apr 21, 2009 at 5:51 AM, newtoGWT ganesh@gmail.com wrote:
 
   Network connection problems encountered during search.
   Unable to access http://dl.google.com/eclipse/plugin/3.3;.
   Error parsing site stream. [Premature end of file.]
   Premature end of file.
   Error parsing site stream. [Premature end of file.]
   Premature end of file.
 
   I know this is not the exact stack trace but this is what it shows in
   eclipse when i click on details button.
 
   thanks for your info,http://dl.google.com/eclipse/plugin/3.3/site.xml
   works!
   Is there any downloadable jar file? so that i can directly unzip
   inside eclipse plugins folder...(other than cypal).
 
   On Apr 20, 10:47 am, rdayal rda...@google.com wrote:
In your first post, when attempting to install the plugin, you
mentioned that it throws a network exception. Can you copy and
 paste
the stack trace?
 
Also, hitting the URLhttp://dl.google.com/eclipse/plugin/3.3directly
in the browser will not work, because this is not a browsable
directory. If you want to see if the site works via a browser, try
hittinghttp://dl.google.com/eclipse/plugin/3.3/site.xml
 
On Apr 20, 7:02 am, newtoGWT ganesh@gmail.com wrote:
 
 yes you are right Darkflame!!
 Its due to firewall... i am unable to connect to server..
 i downloaded fromhttp://
 code.google.com/p/cypal-studio/downloads/list
 but the downside of cypal-studio is, it doesn't support GWT6 :(. it
 shows whilecreatingGWTModule.- Hide quoted text -
 
- Show quoted text -- Hide quoted text -
 
  - Show quoted text -
 


--~--~-~--~~~---~--~~
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 

Re: Creating GWT application

2009-04-21 Thread newtoGWT


Network connection problems encountered during search.
Unable to access http://dl.google.com/eclipse/plugin/3.3;.
Error parsing site stream. [Premature end of file.]
Premature end of file.
Error parsing site stream. [Premature end of file.]
Premature end of file.

I know this is not the exact stack trace but this is what it shows in
eclipse when i click on details button.

thanks for your info, http://dl.google.com/eclipse/plugin/3.3/site.xml
works!
Is there any downloadable jar file? so that i can directly unzip
inside eclipse plugins folder...(other than cypal).

On Apr 20, 10:47 am, rdayal rda...@google.com wrote:
 In your first post, when attempting to install the plugin, you
 mentioned that it throws a network exception. Can you copy and paste
 the stack trace?

 Also, hitting the URLhttp://dl.google.com/eclipse/plugin/3.3directly
 in the browser will not work, because this is not a browsable
 directory. If you want to see if the site works via a browser, try
 hittinghttp://dl.google.com/eclipse/plugin/3.3/site.xml

 On Apr 20, 7:02 am, newtoGWT ganesh@gmail.com wrote:



  yes you are right Darkflame!!
  Its due to firewall... i am unable to connect to server..
  i downloaded fromhttp://code.google.com/p/cypal-studio/downloads/list
  but the downside of cypal-studio is, it doesn't support GWT6 :(. it
  shows whilecreatingGWTModule.- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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: Creating GWT application

2009-04-21 Thread Rajeev Dayal
If you can't get Eclipse's install mechanism working, here's how you can
install the plugin manually in Eclipse 3.3:

Download the following file and place it in a temporary directory:

http://dl.google.com/eclipse/plugin/3.3/site.xml

Now, download the following into a directory called *features*, underneath
your temporary directory:

http://dl.google.com/eclipse/plugin/3.3/features/com.google.appengine.eclipse.sdkbundle.e33.feature_1.2.0.v200904062254.jar
http://dl.google.com/eclipse/plugin/3.3/features/com.google.gdt.eclipse.suite.e33.feature_1.0.0.v200904062254.jar
http://dl.google.com/eclipse/plugin/3.3/features/com.google.gwt.eclipse.sdkbundle.e33.feature_1.6.4.v200904062254.jar

Finally, download the following into a directory called *plugins*,
underneath your temporary directory:

http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appengine.eclipse.core_1.0.0.v200904062254.jar
http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.appengine.eclipse.sdkbundle_1.2.0.v200904062254.jar
http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gdt.eclipse.core_1.0.0.v200904062254.jar
http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gdt.eclipse.suite_1.0.0.v200904062254.jar
http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclipse.core_1.0.0.v200904062254.jar

If on linux:
http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclipse.sdkbundle.linux_1.6.4.v200904062254.jar

If on mac:
http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.6.4.v200904062254.jar

If on windows:
http://dl.google.com/eclipse/plugin/3.3/plugins/com.google.gwt.eclipse.sdkbundle.win32_1.6.4.v200904062254.jar

Now, go into Eclipse, and set up a local update site, and point it to the
temporary directory that you created. You should be able to install the
plugin from this local update site.

In the future, we'll make this whole process easier by providing a zip of
the plugin.

On Tue, Apr 21, 2009 at 5:51 AM, newtoGWT ganesh@gmail.com wrote:


 Network connection problems encountered during search.
 Unable to access http://dl.google.com/eclipse/plugin/3.3;.
 Error parsing site stream. [Premature end of file.]
 Premature end of file.
 Error parsing site stream. [Premature end of file.]
 Premature end of file.

 I know this is not the exact stack trace but this is what it shows in
 eclipse when i click on details button.

 thanks for your info, http://dl.google.com/eclipse/plugin/3.3/site.xml
 works!
 Is there any downloadable jar file? so that i can directly unzip
 inside eclipse plugins folder...(other than cypal).

 On Apr 20, 10:47 am, rdayal rda...@google.com wrote:
  In your first post, when attempting to install the plugin, you
  mentioned that it throws a network exception. Can you copy and paste
  the stack trace?
 
  Also, hitting the URLhttp://dl.google.com/eclipse/plugin/3.3directly
  in the browser will not work, because this is not a browsable
  directory. If you want to see if the site works via a browser, try
  hittinghttp://dl.google.com/eclipse/plugin/3.3/site.xml
 
  On Apr 20, 7:02 am, newtoGWT ganesh@gmail.com wrote:
 
 
 
   yes you are right Darkflame!!
   Its due to firewall... i am unable to connect to server..
   i downloaded fromhttp://code.google.com/p/cypal-studio/downloads/list
   but the downside of cypal-studio is, it doesn't support GWT6 :(. it
   shows whilecreatingGWTModule.- Hide quoted text -
 
  - Show quoted text -
 

--~--~-~--~~~---~--~~
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: Creating GWT application

2009-04-20 Thread newtoGWT

yes you are right Darkflame!!
Its due to firewall... i am unable to connect to server..
i downloaded from http://code.google.com/p/cypal-studio/downloads/list
but the downside of cypal-studio is, it doesn't support GWT6 :(. it
shows while creating GWT Module.
--~--~-~--~~~---~--~~
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: Creating GWT application

2009-04-13 Thread Darkflame


I still get the error message when I try to download the plugin - I
did not find the 3.3 plugin or the 3.4 one. Anyone had success?

Tried on a different machine and it still works for memaybe a
firewall is stopping it working for you? Eclipses ports blocked?

On 10 apr, 12:12, Darkflame darkfl...@gmail.com wrote:
 http://dl.google.com/eclipse/plugin/3.3works for me.
 Maybe it was a tempory problem with the network?

 Do other eclipse updates work ok for you?

 On Apr 9, 11:17 am, newtoGWT ganesh@gmail.com wrote:



  I am a newbie inGWT.
  1. i downloaded GWT6
  2. i just followed the steps to install the eclispe plugin from
     http://code.google.com/eclipse/docs/install-eclipse-3.3.html
      sadly it throws the network exception. The url mentioned doesn't
  work
      http://dl.google.com/eclipse/plugin/3.3;

  it would be of great help if some one can give some guidance/pointers
  for installing/usingGWTapplications.

  Thanks in Advance!
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---