Re: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-15 Thread Rajeev Dayal
Well, glad everything is working now. If you run into any related problems,
post back on this thread.

On Wed, Oct 14, 2009 at 2:45 PM, Christian Goudreau <
goudreau.christ...@gmail.com> wrote:

> Nah it wasnt the same name. Anyway the latest patch resolved my problem
> haha. At least I was able to debug my app even if the latest patch wasnt out
> yet :)
>
> Christian
>
>
> On Wed, Oct 14, 2009 at 2:08 PM, Rajeev Dayal  wrote:
>
>> Hey Christian,
>>
>> On Tue, Oct 13, 2009 at 11:12 AM, Christian Goudreau <
>> goudreau.christ...@gmail.com> wrote:
>>
>>> Yes, the windows is frozen and I'm running on Mac Os X 10.6.1
>>>
>>
>> Can you try installing the latest version of the plugin (1.1.2)? It
>> contains a fix that should remedy this problem?
>>
>>
>>>
>>> My sources are always higher than anything else, the only thing I moved
>>> was the SDK sources, that was beneath everything. I moved that up right
>>> after my project's sources.
>>>
>>> My new Eclipse is simply a new instance of Eclipse. When I created a new
>>> project with GWT 2.0, it worked fine (Minus de development mode window that
>>> was still bugued). So, after that, I ran the other instance of my eclipse
>>> that have my projects that I'm working on and odly now every time I run my
>>> application, I get the html file of the project I ran on the new instance of
>>> eclipse ! That's really weird because my app is running below the html of
>>> that html file !
>>>
>>
>> Ok, that is odd. Is the HTML page named the same? Perhaps the page is in
>> your browser's cache? Also, the two different instances of Eclipse using
>> different workspaces (I'm trying to make sure that you don't have two
>> different projects referencing the same files).
>>
>>
>>> Hope I'm more clear :)
>>>
>>> Christian
>>>
>>>
>>> On Mon, Oct 12, 2009 at 6:24 PM, Rajeev Dayal  wrote:
>>>
 Hi,

 On Thu, Oct 8, 2009 at 11:03 AM, Christian Goudreau <
 goudreau.christ...@gmail.com> wrote:

> Here's some update :
>
> I installed another instance of eclipse, installed the GWT plugin and
> then added GWT 2.0.
>
> I create a new project, runned it and everything worked fine exept that
> the development mode window is bugued and I can't close it without closing
> Eclipse... Debug is working fine tought and when I stop it, the 
> development
> mode window is closing properly.
>

 Is the Window frozen? What platform are you running on?


>
> So I inspected the build order, I came back to my old eclipse with my
> project that didn't want to work, I put GWT sources on top of everything 
> but
> the project sources. I runned it and... it RAN ! But their is a BIG weird
> thing... I created a new project in my new Eclipse... and now I get the 
> new
> project html page instead of the old one ! The java is fine, but not what
> was in the WAR folder. LOL
>

 Sorry, didn't understand this. Did you put GWT's source folders higher
 than your project's source folders? Did you do this by creating a new 
 launch
 configuration, or editing an old one?

 When you say that "created a new project in my new Eclipse... and now I
 get the new project html page instead of the old one", what exactly do you
 mean? Are you saying that the default HTML page looks different than what
 you expect?


> I'll run other test, but I think the only error that I had what the
> source's order.
>
> Christian
>
>
> On Wed, Oct 7, 2009 at 3:13 PM, Christian Goudreau <
> goudreau.christ...@gmail.com> wrote:
>
>> Thanks, but It wasn't saying that for me. It's saying that I need to
>> re-compile my module and even when I do it, I still get that message !
>>
>> I tryed you trick, but even when the plugin isnt even there, I get the
>> message to re-compile..
>>
>> Thanks anyway,
>>
>> Christian
>>
>>
>> On Wed, Oct 7, 2009 at 11:24 AM, Dominik Steiner <
>> dominik.j.stei...@googlemail.com> wrote:
>>
>>>
>>> Hi Christian,
>>>
>>> I moved to the ms1 yesterday but had been playing around with OOPHM
>>> with a version that i built from the trunk before and also got into
>>> problems when FF 3.5 came out and broke the OOPHM mode that i was
>>> using. Now yesterday with the ms1 release and the plugin already
>>> installed i tried to connect to the url that the OOPHM gave me but it
>>> always told me that there was no plugin available. I first tried to
>>> deactivate the plugin and reinstall it, but with no luck. So what I
>>> did was to remove the plugin from FF 3.5 first and then reinstall it
>>> from the link that the "no plugin available" page gave me. After that
>>> the OOPHM is now working fine.
>>>
>>> HTH
>>>
>>> Dominik
>>> On Oct 6, 1:02 pm, Christian Goudreau 
>>> wrote:
>>> > Hi,  I'm always ge

Re: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-14 Thread Christian Goudreau
Nah it wasnt the same name. Anyway the latest patch resolved my problem
haha. At least I was able to debug my app even if the latest patch wasnt out
yet :)

Christian

On Wed, Oct 14, 2009 at 2:08 PM, Rajeev Dayal  wrote:

> Hey Christian,
>
> On Tue, Oct 13, 2009 at 11:12 AM, Christian Goudreau <
> goudreau.christ...@gmail.com> wrote:
>
>> Yes, the windows is frozen and I'm running on Mac Os X 10.6.1
>>
>
> Can you try installing the latest version of the plugin (1.1.2)? It
> contains a fix that should remedy this problem?
>
>
>>
>> My sources are always higher than anything else, the only thing I moved
>> was the SDK sources, that was beneath everything. I moved that up right
>> after my project's sources.
>>
>> My new Eclipse is simply a new instance of Eclipse. When I created a new
>> project with GWT 2.0, it worked fine (Minus de development mode window that
>> was still bugued). So, after that, I ran the other instance of my eclipse
>> that have my projects that I'm working on and odly now every time I run my
>> application, I get the html file of the project I ran on the new instance of
>> eclipse ! That's really weird because my app is running below the html of
>> that html file !
>>
>
> Ok, that is odd. Is the HTML page named the same? Perhaps the page is in
> your browser's cache? Also, the two different instances of Eclipse using
> different workspaces (I'm trying to make sure that you don't have two
> different projects referencing the same files).
>
>
>> Hope I'm more clear :)
>>
>> Christian
>>
>>
>> On Mon, Oct 12, 2009 at 6:24 PM, Rajeev Dayal  wrote:
>>
>>> Hi,
>>>
>>> On Thu, Oct 8, 2009 at 11:03 AM, Christian Goudreau <
>>> goudreau.christ...@gmail.com> wrote:
>>>
 Here's some update :

 I installed another instance of eclipse, installed the GWT plugin and
 then added GWT 2.0.

 I create a new project, runned it and everything worked fine exept that
 the development mode window is bugued and I can't close it without closing
 Eclipse... Debug is working fine tought and when I stop it, the development
 mode window is closing properly.

>>>
>>> Is the Window frozen? What platform are you running on?
>>>
>>>

 So I inspected the build order, I came back to my old eclipse with my
 project that didn't want to work, I put GWT sources on top of everything 
 but
 the project sources. I runned it and... it RAN ! But their is a BIG weird
 thing... I created a new project in my new Eclipse... and now I get the new
 project html page instead of the old one ! The java is fine, but not what
 was in the WAR folder. LOL

>>>
>>> Sorry, didn't understand this. Did you put GWT's source folders higher
>>> than your project's source folders? Did you do this by creating a new launch
>>> configuration, or editing an old one?
>>>
>>> When you say that "created a new project in my new Eclipse... and now I
>>> get the new project html page instead of the old one", what exactly do you
>>> mean? Are you saying that the default HTML page looks different than what
>>> you expect?
>>>
>>>
 I'll run other test, but I think the only error that I had what the
 source's order.

 Christian


 On Wed, Oct 7, 2009 at 3:13 PM, Christian Goudreau <
 goudreau.christ...@gmail.com> wrote:

> Thanks, but It wasn't saying that for me. It's saying that I need to
> re-compile my module and even when I do it, I still get that message !
>
> I tryed you trick, but even when the plugin isnt even there, I get the
> message to re-compile..
>
> Thanks anyway,
>
> Christian
>
>
> On Wed, Oct 7, 2009 at 11:24 AM, Dominik Steiner <
> dominik.j.stei...@googlemail.com> wrote:
>
>>
>> Hi Christian,
>>
>> I moved to the ms1 yesterday but had been playing around with OOPHM
>> with a version that i built from the trunk before and also got into
>> problems when FF 3.5 came out and broke the OOPHM mode that i was
>> using. Now yesterday with the ms1 release and the plugin already
>> installed i tried to connect to the url that the OOPHM gave me but it
>> always told me that there was no plugin available. I first tried to
>> deactivate the plugin and reinstall it, but with no luck. So what I
>> did was to remove the plugin from FF 3.5 first and then reinstall it
>> from the link that the "no plugin available" page gave me. After that
>> the OOPHM is now working fine.
>>
>> HTH
>>
>> Dominik
>> On Oct 6, 1:02 pm, Christian Goudreau 
>> wrote:
>> > Hi,  I'm always getting an error while trying to run in OOPHM. First
>> they
>> > ask me to copy and URL to a browser with the plugin, after doing
>> that, they
>> > always ask me to re-compile.
>> >
>> > I have the plugin and using Firefox 3.5.
>> >
>> > Anyone know how to get it work properly ?
>> >
>> > Thanks
>> >
>

Re: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-14 Thread Rajeev Dayal
Hey Christian,

On Tue, Oct 13, 2009 at 11:12 AM, Christian Goudreau <
goudreau.christ...@gmail.com> wrote:

> Yes, the windows is frozen and I'm running on Mac Os X 10.6.1
>

Can you try installing the latest version of the plugin (1.1.2)? It contains
a fix that should remedy this problem?


>
> My sources are always higher than anything else, the only thing I moved was
> the SDK sources, that was beneath everything. I moved that up right after my
> project's sources.
>
> My new Eclipse is simply a new instance of Eclipse. When I created a new
> project with GWT 2.0, it worked fine (Minus de development mode window that
> was still bugued). So, after that, I ran the other instance of my eclipse
> that have my projects that I'm working on and odly now every time I run my
> application, I get the html file of the project I ran on the new instance of
> eclipse ! That's really weird because my app is running below the html of
> that html file !
>

Ok, that is odd. Is the HTML page named the same? Perhaps the page is in
your browser's cache? Also, the two different instances of Eclipse using
different workspaces (I'm trying to make sure that you don't have two
different projects referencing the same files).


> Hope I'm more clear :)
>
> Christian
>
>
> On Mon, Oct 12, 2009 at 6:24 PM, Rajeev Dayal  wrote:
>
>> Hi,
>>
>> On Thu, Oct 8, 2009 at 11:03 AM, Christian Goudreau <
>> goudreau.christ...@gmail.com> wrote:
>>
>>> Here's some update :
>>>
>>> I installed another instance of eclipse, installed the GWT plugin and
>>> then added GWT 2.0.
>>>
>>> I create a new project, runned it and everything worked fine exept that
>>> the development mode window is bugued and I can't close it without closing
>>> Eclipse... Debug is working fine tought and when I stop it, the development
>>> mode window is closing properly.
>>>
>>
>> Is the Window frozen? What platform are you running on?
>>
>>
>>>
>>> So I inspected the build order, I came back to my old eclipse with my
>>> project that didn't want to work, I put GWT sources on top of everything but
>>> the project sources. I runned it and... it RAN ! But their is a BIG weird
>>> thing... I created a new project in my new Eclipse... and now I get the new
>>> project html page instead of the old one ! The java is fine, but not what
>>> was in the WAR folder. LOL
>>>
>>
>> Sorry, didn't understand this. Did you put GWT's source folders higher
>> than your project's source folders? Did you do this by creating a new launch
>> configuration, or editing an old one?
>>
>> When you say that "created a new project in my new Eclipse... and now I
>> get the new project html page instead of the old one", what exactly do you
>> mean? Are you saying that the default HTML page looks different than what
>> you expect?
>>
>>
>>> I'll run other test, but I think the only error that I had what the
>>> source's order.
>>>
>>> Christian
>>>
>>>
>>> On Wed, Oct 7, 2009 at 3:13 PM, Christian Goudreau <
>>> goudreau.christ...@gmail.com> wrote:
>>>
 Thanks, but It wasn't saying that for me. It's saying that I need to
 re-compile my module and even when I do it, I still get that message !

 I tryed you trick, but even when the plugin isnt even there, I get the
 message to re-compile..

 Thanks anyway,

 Christian


 On Wed, Oct 7, 2009 at 11:24 AM, Dominik Steiner <
 dominik.j.stei...@googlemail.com> wrote:

>
> Hi Christian,
>
> I moved to the ms1 yesterday but had been playing around with OOPHM
> with a version that i built from the trunk before and also got into
> problems when FF 3.5 came out and broke the OOPHM mode that i was
> using. Now yesterday with the ms1 release and the plugin already
> installed i tried to connect to the url that the OOPHM gave me but it
> always told me that there was no plugin available. I first tried to
> deactivate the plugin and reinstall it, but with no luck. So what I
> did was to remove the plugin from FF 3.5 first and then reinstall it
> from the link that the "no plugin available" page gave me. After that
> the OOPHM is now working fine.
>
> HTH
>
> Dominik
> On Oct 6, 1:02 pm, Christian Goudreau 
> wrote:
> > Hi,  I'm always getting an error while trying to run in OOPHM. First
> they
> > ask me to copy and URL to a browser with the plugin, after doing
> that, they
> > always ask me to re-compile.
> >
> > I have the plugin and using Firefox 3.5.
> >
> > Anyone know how to get it work properly ?
> >
> > Thanks
> >
> > Christian
>
>

>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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...@g

Re: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-13 Thread Christian Goudreau
Yes, the windows is frozen and I'm running on Mac Os X 10.6.1

My sources are always higher than anything else, the only thing I moved was
the SDK sources, that was beneath everything. I moved that up right after my
project's sources.

My new Eclipse is simply a new instance of Eclipse. When I created a new
project with GWT 2.0, it worked fine (Minus de development mode window that
was still bugued). So, after that, I ran the other instance of my eclipse
that have my projects that I'm working on and odly now every time I run my
application, I get the html file of the project I ran on the new instance of
eclipse ! That's really weird because my app is running below the html of
that html file !

Hope I'm more clear :)

Christian

On Mon, Oct 12, 2009 at 6:24 PM, Rajeev Dayal  wrote:

> Hi,
>
> On Thu, Oct 8, 2009 at 11:03 AM, Christian Goudreau <
> goudreau.christ...@gmail.com> wrote:
>
>> Here's some update :
>>
>> I installed another instance of eclipse, installed the GWT plugin and then
>> added GWT 2.0.
>>
>> I create a new project, runned it and everything worked fine exept that
>> the development mode window is bugued and I can't close it without closing
>> Eclipse... Debug is working fine tought and when I stop it, the development
>> mode window is closing properly.
>>
>
> Is the Window frozen? What platform are you running on?
>
>
>>
>> So I inspected the build order, I came back to my old eclipse with my
>> project that didn't want to work, I put GWT sources on top of everything but
>> the project sources. I runned it and... it RAN ! But their is a BIG weird
>> thing... I created a new project in my new Eclipse... and now I get the new
>> project html page instead of the old one ! The java is fine, but not what
>> was in the WAR folder. LOL
>>
>
> Sorry, didn't understand this. Did you put GWT's source folders higher than
> your project's source folders? Did you do this by creating a new launch
> configuration, or editing an old one?
>
> When you say that "created a new project in my new Eclipse... and now I get
> the new project html page instead of the old one", what exactly do you mean?
> Are you saying that the default HTML page looks different than what you
> expect?
>
>
>> I'll run other test, but I think the only error that I had what the
>> source's order.
>>
>> Christian
>>
>>
>> On Wed, Oct 7, 2009 at 3:13 PM, Christian Goudreau <
>> goudreau.christ...@gmail.com> wrote:
>>
>>> Thanks, but It wasn't saying that for me. It's saying that I need to
>>> re-compile my module and even when I do it, I still get that message !
>>>
>>> I tryed you trick, but even when the plugin isnt even there, I get the
>>> message to re-compile..
>>>
>>> Thanks anyway,
>>>
>>> Christian
>>>
>>>
>>> On Wed, Oct 7, 2009 at 11:24 AM, Dominik Steiner <
>>> dominik.j.stei...@googlemail.com> wrote:
>>>

 Hi Christian,

 I moved to the ms1 yesterday but had been playing around with OOPHM
 with a version that i built from the trunk before and also got into
 problems when FF 3.5 came out and broke the OOPHM mode that i was
 using. Now yesterday with the ms1 release and the plugin already
 installed i tried to connect to the url that the OOPHM gave me but it
 always told me that there was no plugin available. I first tried to
 deactivate the plugin and reinstall it, but with no luck. So what I
 did was to remove the plugin from FF 3.5 first and then reinstall it
 from the link that the "no plugin available" page gave me. After that
 the OOPHM is now working fine.

 HTH

 Dominik
 On Oct 6, 1:02 pm, Christian Goudreau 
 wrote:
 > Hi,  I'm always getting an error while trying to run in OOPHM. First
 they
 > ask me to copy and URL to a browser with the plugin, after doing that,
 they
 > always ask me to re-compile.
 >
 > I have the plugin and using Firefox 3.5.
 >
 > Anyone know how to get it work properly ?
 >
 > Thanks
 >
 > Christian


>>>
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-12 Thread Rajeev Dayal
Hi,

On Thu, Oct 8, 2009 at 11:03 AM, Christian Goudreau <
goudreau.christ...@gmail.com> wrote:

> Here's some update :
>
> I installed another instance of eclipse, installed the GWT plugin and then
> added GWT 2.0.
>
> I create a new project, runned it and everything worked fine exept that the
> development mode window is bugued and I can't close it without closing
> Eclipse... Debug is working fine tought and when I stop it, the development
> mode window is closing properly.
>

Is the Window frozen? What platform are you running on?


>
> So I inspected the build order, I came back to my old eclipse with my
> project that didn't want to work, I put GWT sources on top of everything but
> the project sources. I runned it and... it RAN ! But their is a BIG weird
> thing... I created a new project in my new Eclipse... and now I get the new
> project html page instead of the old one ! The java is fine, but not what
> was in the WAR folder. LOL
>

Sorry, didn't understand this. Did you put GWT's source folders higher than
your project's source folders? Did you do this by creating a new launch
configuration, or editing an old one?

When you say that "created a new project in my new Eclipse... and now I get
the new project html page instead of the old one", what exactly do you mean?
Are you saying that the default HTML page looks different than what you
expect?


> I'll run other test, but I think the only error that I had what the
> source's order.
>
> Christian
>
>
> On Wed, Oct 7, 2009 at 3:13 PM, Christian Goudreau <
> goudreau.christ...@gmail.com> wrote:
>
>> Thanks, but It wasn't saying that for me. It's saying that I need to
>> re-compile my module and even when I do it, I still get that message !
>>
>> I tryed you trick, but even when the plugin isnt even there, I get the
>> message to re-compile..
>>
>> Thanks anyway,
>>
>> Christian
>>
>>
>> On Wed, Oct 7, 2009 at 11:24 AM, Dominik Steiner <
>> dominik.j.stei...@googlemail.com> wrote:
>>
>>>
>>> Hi Christian,
>>>
>>> I moved to the ms1 yesterday but had been playing around with OOPHM
>>> with a version that i built from the trunk before and also got into
>>> problems when FF 3.5 came out and broke the OOPHM mode that i was
>>> using. Now yesterday with the ms1 release and the plugin already
>>> installed i tried to connect to the url that the OOPHM gave me but it
>>> always told me that there was no plugin available. I first tried to
>>> deactivate the plugin and reinstall it, but with no luck. So what I
>>> did was to remove the plugin from FF 3.5 first and then reinstall it
>>> from the link that the "no plugin available" page gave me. After that
>>> the OOPHM is now working fine.
>>>
>>> HTH
>>>
>>> Dominik
>>> On Oct 6, 1:02 pm, Christian Goudreau 
>>> wrote:
>>> > Hi,  I'm always getting an error while trying to run in OOPHM. First
>>> they
>>> > ask me to copy and URL to a browser with the plugin, after doing that,
>>> they
>>> > always ask me to re-compile.
>>> >
>>> > I have the plugin and using Firefox 3.5.
>>> >
>>> > Anyone know how to get it work properly ?
>>> >
>>> > Thanks
>>> >
>>> > Christian
>>>
>>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-08 Thread Christian Goudreau
Here's some update :

I installed another instance of eclipse, installed the GWT plugin and then
added GWT 2.0.

I create a new project, runned it and everything worked fine exept that the
development mode window is bugued and I can't close it without closing
Eclipse... Debug is working fine tought and when I stop it, the development
mode window is closing properly.

So I inspected the build order, I came back to my old eclipse with my
project that didn't want to work, I put GWT sources on top of everything but
the project sources. I runned it and... it RAN ! But their is a BIG weird
thing... I created a new project in my new Eclipse... and now I get the new
project html page instead of the old one ! The java is fine, but not what
was in the WAR folder. LOL

I'll run other test, but I think the only error that I had what the source's
order.

Christian

On Wed, Oct 7, 2009 at 3:13 PM, Christian Goudreau <
goudreau.christ...@gmail.com> wrote:

> Thanks, but It wasn't saying that for me. It's saying that I need to
> re-compile my module and even when I do it, I still get that message !
>
> I tryed you trick, but even when the plugin isnt even there, I get the
> message to re-compile..
>
> Thanks anyway,
>
> Christian
>
>
> On Wed, Oct 7, 2009 at 11:24 AM, Dominik Steiner <
> dominik.j.stei...@googlemail.com> wrote:
>
>>
>> Hi Christian,
>>
>> I moved to the ms1 yesterday but had been playing around with OOPHM
>> with a version that i built from the trunk before and also got into
>> problems when FF 3.5 came out and broke the OOPHM mode that i was
>> using. Now yesterday with the ms1 release and the plugin already
>> installed i tried to connect to the url that the OOPHM gave me but it
>> always told me that there was no plugin available. I first tried to
>> deactivate the plugin and reinstall it, but with no luck. So what I
>> did was to remove the plugin from FF 3.5 first and then reinstall it
>> from the link that the "no plugin available" page gave me. After that
>> the OOPHM is now working fine.
>>
>> HTH
>>
>> Dominik
>> On Oct 6, 1:02 pm, Christian Goudreau 
>> wrote:
>> > Hi,  I'm always getting an error while trying to run in OOPHM. First
>> they
>> > ask me to copy and URL to a browser with the plugin, after doing that,
>> they
>> > always ask me to re-compile.
>> >
>> > I have the plugin and using Firefox 3.5.
>> >
>> > Anyone know how to get it work properly ?
>> >
>> > Thanks
>> >
>> > Christian
>> >>
>>
>

--~--~-~--~~~---~--~~
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: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-07 Thread Christian Goudreau
Thanks, but It wasn't saying that for me. It's saying that I need to
re-compile my module and even when I do it, I still get that message !

I tryed you trick, but even when the plugin isnt even there, I get the
message to re-compile..

Thanks anyway,

Christian

On Wed, Oct 7, 2009 at 11:24 AM, Dominik Steiner <
dominik.j.stei...@googlemail.com> wrote:

>
> Hi Christian,
>
> I moved to the ms1 yesterday but had been playing around with OOPHM
> with a version that i built from the trunk before and also got into
> problems when FF 3.5 came out and broke the OOPHM mode that i was
> using. Now yesterday with the ms1 release and the plugin already
> installed i tried to connect to the url that the OOPHM gave me but it
> always told me that there was no plugin available. I first tried to
> deactivate the plugin and reinstall it, but with no luck. So what I
> did was to remove the plugin from FF 3.5 first and then reinstall it
> from the link that the "no plugin available" page gave me. After that
> the OOPHM is now working fine.
>
> HTH
>
> Dominik
> On Oct 6, 1:02 pm, Christian Goudreau 
> wrote:
> > Hi,  I'm always getting an error while trying to run in OOPHM. First they
> > ask me to copy and URL to a browser with the plugin, after doing that,
> they
> > always ask me to re-compile.
> >
> > I have the plugin and using Firefox 3.5.
> >
> > Anyone know how to get it work properly ?
> >
> > Thanks
> >
> > Christian
> >
>

--~--~-~--~~~---~--~~
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: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-07 Thread Dominik Steiner

Hi Christian,

I moved to the ms1 yesterday but had been playing around with OOPHM
with a version that i built from the trunk before and also got into
problems when FF 3.5 came out and broke the OOPHM mode that i was
using. Now yesterday with the ms1 release and the plugin already
installed i tried to connect to the url that the OOPHM gave me but it
always told me that there was no plugin available. I first tried to
deactivate the plugin and reinstall it, but with no luck. So what I
did was to remove the plugin from FF 3.5 first and then reinstall it
from the link that the "no plugin available" page gave me. After that
the OOPHM is now working fine.

HTH

Dominik
On Oct 6, 1:02 pm, Christian Goudreau 
wrote:
> Hi,  I'm always getting an error while trying to run in OOPHM. First they
> ask me to copy and URL to a browser with the plugin, after doing that, they
> always ask me to re-compile.
>
> I have the plugin and using Firefox 3.5.
>
> Anyone know how to get it work properly ?
>
> Thanks
>
> Christian
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-06 Thread Christian Goudreau
Hi,  I'm always getting an error while trying to run in OOPHM. First they
ask me to copy and URL to a browser with the plugin, after doing that, they
always ask me to re-compile.

I have the plugin and using Firefox 3.5.

Anyone know how to get it work properly ?

Thanks

Christian

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