Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-23 Thread alexoffspring
Andrew, thanks for your precious help. I confirm that this procedure leads to a successfull installation. The thread is [SOLVED] Thanks to all for the contribute. --Alex On 23 Feb, 10:14, Andrew Scully wrote: > In my case, I had to install from the zip archive instead due to > firewall troubl

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-23 Thread Andrew Scully
In my case, I had to install from the zip archive instead due to firewall trouble. Even then, I had to run the install (and restart) twice before it installed correctly, for some reason. Make sure your eclipse is fully up to date prior to installation. Cheers, Andy. On Feb 23, 8:02 am, alexoff

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-23 Thread alexoffspring
Jesse, doesn't work with me. Got the same error message An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Artifact not found: osgi.bundle,com.google.gdt.eclipse.core, 2

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-22 Thread Jesse
I had this problem as well. It was solved by installing in increments: First, install Plugin only (no SDK) Next, install GWT 2.2 SDK (no App Engine) Finally, install App Engine SDK I restarted in between each. On Feb 17, 5:01 am, Andrew Scully wrote: > As I mentioned in my first post, my devel

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-17 Thread Andrew Scully
As I mentioned in my first post, my development machine sits behind a corporate firewall. In the past, this has not been a problem as certain exceptions are in place for when we use the GWT update site. For GWT 2.2 however, the firewall still seems to catch the files I listed, even though the rest

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread alexoffspring
>From what i read in this forum, many users got problems installing ver 2.2. What i'd like to know, as many of us, is a definitive answer from google. Since, this trial&error approach by all these users may lead to wrong hints and apparently correct solution, that may work in some cases, but would

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread RorohikoKris
Further info: this morning, I re-tried my experiment with a fresh install of Helios, 3.6 - same setup, and it worked! A few things are different - so any one of them or a combination of them might have fixed it: 1) It's a few days later - so maybe whatever was wrong is fixed now 2) I am in a diff

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread Rajeev Dayal
Andrew, If you try and download some of those files (by clicking on the links) through your browser, does it actually work? Do your proxy settings in your browser differ from your proxy settings in Eclipse? We'll soon be posting a zipped-up version of the entire update site; maybe you can give th

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread Andrew Scully
Well that settles it, it can't be anything to do with the installation history of the eclipse if you had this issue with a fresh install. It seems to be the case that several jars are not coming down with the install, or are not getting through to the plugins directory. I am on Windows XP by the

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread RorohikoKris
Hi Chris, On Feb 16, 2:08 am, Chris Ramsdale wrote: > Alex, > > Can you tell us what components you currently have installed within Eclipse? > ("Install New Software..." menu option, and then click on the "already > installed" link) > For what it's worth - I am having the same issues (update or i

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread Andrew Scully
Just an update on my situation with this: -Cleared out my plugins and features directories very thoroughly (directories and jars) so that all references to my old standalone GWT Designer install were gone. I also uninstalled anything with a package name begining "com.instantiations" from the eclips

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-15 Thread Chris Ramsdale
Alex, Can you tell us what components you currently have installed within Eclipse? ("Install New Software..." menu option, and then click on the "already installed" link) Thanks, Chris On Tue, Feb 15, 2011 at 2:48 AM, alexoffspring wrote: > Thanks for your reply > > We will be waiting for the

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-15 Thread Chris Ramsdale
This was mentioned later in the thread, but you don't have to use the GWT Designer that is bundled with the Google Plugin for Eclipse. The standalone version (link below) will work just fine w/ the GWT 2.2 SDK. http://code.google.com/webtoolkit/tools/download-gwtdesigner.html The only requirement

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
Thanks for your reply We will be waiting for the update --alex On 15 Feb, 01:34, Chris Ramsdale wrote: > Thanks for all of the feedback. We're looking into the installation issues > and will have an update asap. > > -- Chris > On Feb 14, 2011 11:33 AM, "alexoffspring" wrote: > > > It cannot b

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread Chris Ramsdale
Thanks for all of the feedback. We're looking into the installation issues and will have an update asap. -- Chris On Feb 14, 2011 11:33 AM, "alexoffspring" wrote: > It cannot be considered acceptable to have all these problems just for > an upgrade. > Somebody from Google should tell where in the

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
It cannot be considered acceptable to have all these problems just for an upgrade. Somebody from Google should tell where in the release notes (http:// code.google.com/intl/it-IT/webtoolkit/doc/latest/ReleaseNotes.html) it is written that GWT 2.2.0 have all these dependency problems. The procedure

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
Same problem as you. I do not have any GWT designer installed and installation fails: An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Artifact not found: osgi.bundle

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread csillag
Up until now, GWT Designer was independent of GWT and GPE. Now they are integrating and (kind of) uniting. So I consider it acceptable that one must remove and old and incompatible version of GWT designer before installing the new one, which is now integrated into GPE. HOWEVER 1. I did not have

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread jonsm...@gmail.com
On Mon, Feb 14, 2011 at 9:52 AM, csillag wrote: > > > On febr. 14, 15:44, "jonsm...@gmail.com" wrote: >> I have 2.2 running now. Initially I had a bunch of errors too. I >> uninstalled all versions WindowBuilder, GWT Plugin, GWT Designer - >> then reinstalled the GWT Plugin. You don't need to mes

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
> 1. I have tried that (removing all GWT-related component, and then re- > installing all the latest versions), but it did not work; I still got > the same errors. > 2. The DOCS clearly states that there are now two versions of the GWT > designer: one integrated and one standalone. So, no, one is

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
well if this is the real and only solution, i think that it should be formally stated by google team. This means that, every time i will need to upgrade sdks, or designer, or whatever, i will need to uninstall and install everything?!? this is crazy There must be a better solution. On

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread jonsm...@gmail.com
I have 2.2 running now. Initially I had a bunch of errors too. I uninstalled all versions WindowBuilder, GWT Plugin, GWT Designer - then reinstalled the GWT Plugin. You don't need to mess with the SDKs. In my case pieces from various releases of the GWT Designers were interfering with each other. Y

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread csillag
On febr. 14, 15:44, "jonsm...@gmail.com" wrote: > I have 2.2 running now. Initially I had a bunch of errors too. I > uninstalled all versions WindowBuilder, GWT Plugin, GWT Designer - > then reinstalled the GWT Plugin. You don't need to mess with the SDKs. > In my case pieces from various releas

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread ep
for sure they are! but probably due to this GWT 2.2 update they obviously dont have time to answer, seems like this recent update has broken a lot of things... so please be patient On 14 Feb., 13:19, alexoffspring wrote: > I got the same error this morning. and i already wrote a post for this > i

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
I got the same error this morning. and i already wrote a post for this in the forum, but seems that nobody from google is interested in answering this point! On 14 Feb, 11:12, Andrew Scully wrote: > Using the "Add new software" funtion in eclipse 3.6.0 (Build id: > I20100608-0911), I attempted t

Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread Andrew Scully
Using the "Add new software" funtion in eclipse 3.6.0 (Build id: I20100608-0911), I attempted to install GWT 2.2 from http://dl.google.com/eclipse/plugin/3.6 This operation failed, however, with the below errors. I have numerous previous versions of GWT installed, including the various milestones