Re: Problem in downloading Google Plugin for Eclipse

2013-02-23 Thread rajath s k
Hi Rajeev,

Unfortunately my company firewall is too strong, I am unable to download 
even the .jar files directly. So i dont have eclipse plugin either way. :(
Any other repositories from where I can download this.
It would be good if i get links for Eclipse 4.2 (juno)
Thanks in advance,

Regards,
Rajath

On Tuesday, 21 April 2009 03:53:24 UTC+5:30, Rajeev Dayal wrote:

 Unfortunately, the process to manually download and install the plugin is 
 somewhat tedious. If you're in Eclipse 3.4, download the following file and 
 place it in a temporary directory:

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

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


 http://dl.google.com/eclipse/plugin/3.4/features/com.google.gdt.eclipse.suite.e34.feature_1.0.0.v200904062334.jar

 http://dl.google.com/eclipse/plugin/3.4/features/com.google.appengine.eclipse.sdkbundle.e34.feature_1.2.0.v200904062334.jar

 http://dl.google.com/eclipse/plugin/3.4/features/com.google.gwt.eclipse.sdkbundle.e34.feature_1.6.4.v200904062334.jar

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


 http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.appengine.eclipse.core_1.0.0.v200904062334.jar

 http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.appengine.eclipse.sdkbundle_1.2.0.v200904062334.jar

 http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.gdt.eclipse.core_1.0.0.v200904062334.jar

 http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.gdt.eclipse.suite_1.0.0.v200904062334.jar

 http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.gwt.eclipse.core_1.0.0.v200904062334.jar

 If on linux:

 http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.gwt.eclipse.sdkbundle.linux_1.6.4.v200904062334.jar

 If on mac:

 http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.6.4.v200904062334.jar

 If on windows:

 http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.gwt.eclipse.sdkbundle.win32_1.6.4.v200904062334.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.

 Alternatively, you can just rename the temporary directory to eclipse, 
 remove the site.xml file, and copy this directory under your Eclipse 
 install's *dropins* directory.

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




 On Mon, Apr 20, 2009 at 4:27 PM, Sledged sle...@gmail.com 
 javascript:wrote:


 On Apr 20, 7:58 am, Miguel Méndez mmen...@google.com wrote:
  Do you have a firewall setup?  It might be blocking the connection.


 That's my problem.  The company's firewall blocks Java applications
 from connecting to anything outside the company's local network.
 Instructions for manually downloading and installing the plugin would
 be very useful.

 D




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




Re: Problem in downloading Google Plugin for Eclipse

2009-04-25 Thread sandeepla...@gmail.com


I did some research to find download sites for Eclipse 3.3 :)  Its
working :)


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.appengine.eclipse.sdkbundle.e33.feature_1.2.0.v200904062254.jar
http://dl.google.com/eclipse/plugin/3.3/features/com.google.gwt.eclipse.sdkbundle.e33.feature_1.6.4.v200904062254.jar


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


Thanks
Sandeep

On Apr 23, 12:13 pm, sandeepla...@gmail.com sandeepla...@gmail.com
wrote:
 This worked fine for me (drop in Mechanism). Thanks Rajeev for
 detailed explaination. Appreciated.

 On Apr 21, 8:15 pm, Rajeev Dayal rda...@google.com wrote:

  Actually, I made a mistake in the install instructions:

  Alternatively, you can just rename the temporary directory to eclipse,

  remove the site.xml file, and copy this directory under your 
  Eclipseinstall's
  *dropins* directory.

  This is not correct. If you want to install via this mechanism, you first
  need to go into the features directory under the temporary directory that
  you created, and unjar all of the jar files in there. Then you can go ahead
  an install via the dropins mechanism. Note that this only needs to be done
  if installing via the dropins mechanism - if you're installing using the
  local update site technique, then you shouldn't unjar the feature jars.

  On Tue, Apr 21, 2009 at 9:49 AM, Sledged david.sle...@yahoo.com wrote:

   On Apr 20, 4:23 pm, Rajeev Dayal rda...@google.com wrote:
Unfortunately, the process to manually download and install the plugin 
is
somewhat tedious.

   I figured it would, but given that the only other readily available
   option is to not install the plugin, I'm content to perform an
   exercise in tedium.

   Thanks,

   D- 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: Problem in downloading Google Plugin for Eclipse

2009-04-25 Thread sandeepla...@gmail.com

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.appengine.eclipse.sdkbundle.e33.feature_1.2.0.v200904062254.jar
http://dl.google.com/eclipse/plugin/3.3/features/com.google.gwt.eclipse.sdkbundle.e33.feature_1.6.4.v200904062254.jar

I did some research to download the  plugin for Eclipse 3.3 :) Its
working :)


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


Thanks
Sandeep

On Apr 23, 12:13 pm, sandeepla...@gmail.com sandeepla...@gmail.com
wrote:
 This worked fine for me (drop in Mechanism). Thanks Rajeev for
 detailed explaination. Appreciated.

 On Apr 21, 8:15 pm, Rajeev Dayal rda...@google.com wrote:

  Actually, I made a mistake in the install instructions:

  Alternatively, you can just rename the temporary directory to eclipse,

  remove the site.xml file, and copy this directory under your 
  Eclipseinstall's
  *dropins* directory.

  This is not correct. If you want to install via this mechanism, you first
  need to go into the features directory under the temporary directory that
  you created, and unjar all of the jar files in there. Then you can go ahead
  an install via the dropins mechanism. Note that this only needs to be done
  if installing via the dropins mechanism - if you're installing using the
  local update site technique, then you shouldn't unjar the feature jars.

  On Tue, Apr 21, 2009 at 9:49 AM, Sledged david.sle...@yahoo.com wrote:

   On Apr 20, 4:23 pm, Rajeev Dayal rda...@google.com wrote:
Unfortunately, the process to manually download and install the plugin 
is
somewhat tedious.

   I figured it would, but given that the only other readily available
   option is to not install the plugin, I'm content to perform an
   exercise in tedium.

   Thanks,

   D- 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: Problem in downloading Google Plugin for Eclipse

2009-04-23 Thread sandeepla...@gmail.com

This worked fine for me (drop in Mechanism). Thanks Rajeev for
detailed explaination. Appreciated.

On Apr 21, 8:15 pm, Rajeev Dayal rda...@google.com wrote:
 Actually, I made a mistake in the install instructions:

 Alternatively, you can just rename the temporary directory to eclipse,

 remove the site.xml file, and copy this directory under your Eclipseinstall's
 *dropins* directory.

 This is not correct. If you want to install via this mechanism, you first
 need to go into the features directory under the temporary directory that
 you created, and unjar all of the jar files in there. Then you can go ahead
 an install via the dropins mechanism. Note that this only needs to be done
 if installing via the dropins mechanism - if you're installing using the
 local update site technique, then you shouldn't unjar the feature jars.



 On Tue, Apr 21, 2009 at 9:49 AM, Sledged david.sle...@yahoo.com wrote:

  On Apr 20, 4:23 pm, Rajeev Dayal rda...@google.com wrote:
   Unfortunately, the process to manually download and install the plugin is
   somewhat tedious.

  I figured it would, but given that the only other readily available
  option is to not install the plugin, I'm content to perform an
  exercise in tedium.

  Thanks,

  D- 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: Problem in downloading Google Plugin for Eclipse

2009-04-21 Thread Sledged

On Apr 20, 4:23 pm, Rajeev Dayal rda...@google.com wrote:
 Unfortunately, the process to manually download and install the plugin is
 somewhat tedious.

I figured it would, but given that the only other readily available
option is to not install the plugin, I'm content to perform an
exercise in tedium.

Thanks,

D
--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-21 Thread Rajeev Dayal
Actually, I made a mistake in the install instructions:

Alternatively, you can just rename the temporary directory to eclipse,
remove the site.xml file, and copy this directory under your Eclipseinstall's
*dropins* directory.

This is not correct. If you want to install via this mechanism, you first
need to go into the features directory under the temporary directory that
you created, and unjar all of the jar files in there. Then you can go ahead
an install via the dropins mechanism. Note that this only needs to be done
if installing via the dropins mechanism - if you're installing using the
local update site technique, then you shouldn't unjar the feature jars.

On Tue, Apr 21, 2009 at 9:49 AM, Sledged david.sle...@yahoo.com wrote:


 On Apr 20, 4:23 pm, Rajeev Dayal rda...@google.com wrote:
  Unfortunately, the process to manually download and install the plugin is
  somewhat tedious.

 I figured it would, but given that the only other readily available
 option is to not install the plugin, I'm content to perform an
 exercise in tedium.

 Thanks,

 D
 


--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-20 Thread sandeepla...@gmail.com

Thanks Keith, I retried it with your suggestions, and got the
following error...

No repository found at http://dl.google.com/eclipse/plugin/3.4
  Error reading update site http://dl.google.com/eclipse/plugin/3.4.
  Connection timed out: connect

No repository found at http://dl.google.com/eclipse/plugin/3.3
  Error reading update site http://dl.google.com/eclipse/plugin/3.3.
  Connection timed out: connect


Thanks
Sandeep


On Apr 15, 11:41 pm, Keith Platfoot kplatf...@google.com wrote:
 Hi Sandeep,

 The URLs are working, although it may not appear so if you navigate
 directly to them in a web browser.  These URLs are Eclipse update
 sites, which means you'll need to use Eclipse's update mechanism to
 install the plugin.  See the documentation for Eclipse 3.3 (http://
 code.google.com/eclipse/docs/install-eclipse-3.3.html) or Eclipse 3.4
 (http://code.google.com/eclipse/docs/install-eclipse-3.4.html).

 From a web browser, these URLs will indeed produce a 404, even when
 the update site is ok.  To test them from a browser, just tack on /
 site.xml to the end of the URL, and you should see a short message
 indicating that you're hitting the Google plugin update site.

 Keith

 On Apr 14, 3:56 am, sandeepla...@gmail.com sandeepla...@gmail.com
 wrote:



  Hello ,
     I am trying to download Google Plug-in for Eclipse using below
  URLs , which seems not working.

  Eclipse 3.3 (Europa)http://dl.google.com/eclipse/plugin/3.3
  Eclipse 3.4 (Ganymede)http://dl.google.com/eclipse/plugin/3.4

  Both the URLs are not working.

  Can someone please provide guidelines to download this plug in  ?

  Thanks
  Sandeep S. Lawar- 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: Problem in downloading Google Plugin for Eclipse

2009-04-20 Thread Sledged

On Apr 20, 7:58 am, Miguel Méndez mmen...@google.com wrote:
 Do you have a firewall setup?  It might be blocking the connection.


That's my problem.  The company's firewall blocks Java applications
from connecting to anything outside the company's local network.
Instructions for manually downloading and installing the plugin would
be very useful.

D
--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-20 Thread Rajeev Dayal
Unfortunately, the process to manually download and install the plugin is
somewhat tedious. If you're in Eclipse 3.4, download the following file and
place it in a temporary directory:

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

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

http://dl.google.com/eclipse/plugin/3.4/features/com.google.gdt.eclipse.suite.e34.feature_1.0.0.v200904062334.jar
http://dl.google.com/eclipse/plugin/3.4/features/com.google.appengine.eclipse.sdkbundle.e34.feature_1.2.0.v200904062334.jar
http://dl.google.com/eclipse/plugin/3.4/features/com.google.gwt.eclipse.sdkbundle.e34.feature_1.6.4.v200904062334.jar

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

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

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

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

If on windows:
http://dl.google.com/eclipse/plugin/3.4/plugins/com.google.gwt.eclipse.sdkbundle.win32_1.6.4.v200904062334.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.

Alternatively, you can just rename the temporary directory to eclipse,
remove the site.xml file, and copy this directory under your Eclipse
install's *dropins* directory.

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




On Mon, Apr 20, 2009 at 4:27 PM, Sledged sled...@gmail.com wrote:


 On Apr 20, 7:58 am, Miguel Méndez mmen...@google.com wrote:
  Do you have a firewall setup?  It might be blocking the connection.


 That's my problem.  The company's firewall blocks Java applications
 from connecting to anything outside the company's local network.
 Instructions for manually downloading and installing the plugin would
 be very useful.

 D
 


--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-15 Thread sandeepla...@gmail.com

That was nice info. Thanks  Paul and Rvanlaak.

I have resolved this by downloading plugin from

http://code.google.com/p/cypal-studio/downloads/list

But the links pointing to actual flavor are still down.  :(

Thanks
Sandeep


On Apr 14, 6:36 pm, Rvanlaak rvanl...@gmail.com wrote:
 Actually, the plugin also is able to download the latest version of
 the GWT package. So, only the update site is needed.

 On Apr 14, 3:34 pm, Rvanlaak rvanl...@gmail.com wrote:



  That are the Eclipse update sites, wich aren't available by http

 http://code.google.com/intl/nl/eclipse/docs/download.html

  On Apr 14, 10:13 am, Paul Grenyer paul.gren...@gmail.com wrote:

   Hi

   On Tue, Apr 14, 2009 at 9:10 AM, sandeepla...@gmail.com

   sandeepla...@gmail.com wrote:

Thanks Paul, do you know some expected time after which these links
will be up ?

   Nope, I just clicked on them to see if they worked.

   --
   Thanks
   Paul

   Paul Grenyer
   e: paul.gren...@gmail.com
   w:http://www.marauder-consulting.co.uk
   b: paulgrenyer.blogspot.com- 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: Problem in downloading Google Plugin for Eclipse

2009-04-15 Thread Keith Platfoot

Hi Sandeep,

The URLs are working, although it may not appear so if you navigate
directly to them in a web browser.  These URLs are Eclipse update
sites, which means you'll need to use Eclipse's update mechanism to
install the plugin.  See the documentation for Eclipse 3.3 (http://
code.google.com/eclipse/docs/install-eclipse-3.3.html) or Eclipse 3.4
(http://code.google.com/eclipse/docs/install-eclipse-3.4.html).

From a web browser, these URLs will indeed produce a 404, even when
the update site is ok.  To test them from a browser, just tack on /
site.xml to the end of the URL, and you should see a short message
indicating that you're hitting the Google plugin update site.

Keith

On Apr 14, 3:56 am, sandeepla...@gmail.com sandeepla...@gmail.com
wrote:
 Hello ,
    I am trying to download Google Plug-in for Eclipse using below
 URLs , which seems not working.

 Eclipse 3.3 (Europa)http://dl.google.com/eclipse/plugin/3.3
 Eclipse 3.4 (Ganymede)http://dl.google.com/eclipse/plugin/3.4

 Both the URLs are not working.

 Can someone please provide guidelines to download this plug in  ?

 Thanks
 Sandeep S. Lawar

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



Problem in downloading Google Plugin for Eclipse

2009-04-14 Thread sandeepla...@gmail.com

Hello ,
   I am trying to download Google Plug-in for Eclipse using below
URLs , which seems not working.

Eclipse 3.3 (Europa)
http://dl.google.com/eclipse/plugin/3.3
Eclipse 3.4 (Ganymede)
http://dl.google.com/eclipse/plugin/3.4

Both the URLs are not working.

Can someone please provide guidelines to download this plug in  ?


Thanks
Sandeep S. Lawar

--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-14 Thread Paul Grenyer

Hi

   I am trying to download Google Plug-in for Eclipse using below
 URLs , which seems not working.

 Eclipse 3.3 (Europa)
 http://dl.google.com/eclipse/plugin/3.3
 Eclipse 3.4 (Ganymede)
 http://dl.google.com/eclipse/plugin/3.4

 Both the URLs are not working.

 Can someone please provide guidelines to download this plug in  ?

It does look like the links are down atm.

-- 
Thanks
Paul

Paul Grenyer
e: paul.gren...@gmail.com
w: http://www.marauder-consulting.co.uk
b: paulgrenyer.blogspot.com

--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-14 Thread sandeepla...@gmail.com

Thanks Paul, do you know some expected time after which these links
will be up ?

On Apr 14, 1:01 pm, Paul Grenyer paul.gren...@gmail.com wrote:
 Hi

    I am trying to download Google Plug-in for Eclipse using below
  URLs , which seems not working.

  Eclipse 3.3 (Europa)
 http://dl.google.com/eclipse/plugin/3.3
  Eclipse 3.4 (Ganymede)
 http://dl.google.com/eclipse/plugin/3.4

  Both the URLs are not working.

  Can someone please provide guidelines to download this plug in  ?

 It does look like the links are down atm.

 --
 Thanks
 Paul

 Paul Grenyer
 e: paul.gren...@gmail.com
 w:http://www.marauder-consulting.co.uk
 b: paulgrenyer.blogspot.com
--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-14 Thread Paul Grenyer

Hi

On Tue, Apr 14, 2009 at 9:10 AM, sandeepla...@gmail.com
sandeepla...@gmail.com wrote:

 Thanks Paul, do you know some expected time after which these links
 will be up ?

Nope, I just clicked on them to see if they worked.

-- 
Thanks
Paul

Paul Grenyer
e: paul.gren...@gmail.com
w: http://www.marauder-consulting.co.uk
b: paulgrenyer.blogspot.com

--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-14 Thread Rvanlaak

That are the Eclipse update sites, wich aren't available by http

http://code.google.com/intl/nl/eclipse/docs/download.html


On Apr 14, 10:13 am, Paul Grenyer paul.gren...@gmail.com wrote:
 Hi

 On Tue, Apr 14, 2009 at 9:10 AM, sandeepla...@gmail.com

 sandeepla...@gmail.com wrote:

  Thanks Paul, do you know some expected time after which these links
  will be up ?

 Nope, I just clicked on them to see if they worked.

 --
 Thanks
 Paul

 Paul Grenyer
 e: paul.gren...@gmail.com
 w:http://www.marauder-consulting.co.uk
 b: paulgrenyer.blogspot.com
--~--~-~--~~~---~--~~
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: Problem in downloading Google Plugin for Eclipse

2009-04-14 Thread Rvanlaak

Actually, the plugin also is able to download the latest version of
the GWT package. So, only the update site is needed.

On Apr 14, 3:34 pm, Rvanlaak rvanl...@gmail.com wrote:
 That are the Eclipse update sites, wich aren't available by http

 http://code.google.com/intl/nl/eclipse/docs/download.html

 On Apr 14, 10:13 am, Paul Grenyer paul.gren...@gmail.com wrote:

  Hi

  On Tue, Apr 14, 2009 at 9:10 AM, sandeepla...@gmail.com

  sandeepla...@gmail.com wrote:

   Thanks Paul, do you know some expected time after which these links
   will be up ?

  Nope, I just clicked on them to see if they worked.

  --
  Thanks
  Paul

  Paul Grenyer
  e: paul.gren...@gmail.com
  w:http://www.marauder-consulting.co.uk
  b: paulgrenyer.blogspot.com
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---