Re: gwt 1.6 and oophm, how to?

2009-08-21 Thread Sky

Could someone direct me how to use trunk? From what I gather,
trunk is just the latest repository for the gwt source code. I have
a gwt project already started and I don't want to break it by doing
this. I want to be able to switch between trunk and gwt 1.7 stable for
the same project. Is that possible?

I found this
http://code.google.com/p/gwt-dnd/wiki/UsingSourceWithEclipse

but I really don't quite understand it. I could attempt to follow the
directions but I want to be sure it will not damage my current project
by doing so.

Thanks for the help.

Btw, the reason I want trunk is to be able to use OOPHM.

On Jul 23, 5:46 pm, Sumit Chandel sumitchan...@google.com wrote:
 Also, feel free to send an explanatory paragraph my way if you're interested
 in adding it to the UsingOOPHM documentation. I'd be happy to review it.
 However, once OOPHM is released, the document is likely to get stale and
 become deprecated.
 Cheers,
 -Sumit Chandel

 On Thu, Jul 23, 2009 at 1:34 PM, Sumit Chandel sumitchan...@google.comwrote:



  Hi Denis,
  Glad to know you were able to get OOPHM working with the stable 1.6 and 1.7
  releases. Thanks for sharing on how you got it setup. Hopefully other
  developers will stumble upon this thread when they're looking to do
  something similar until OOPHM releases in the next major release.

  Cheers,
  -Sumit Chandel

  On Wed, Jul 22, 2009 at 1:14 PM, denis56 denis.ergashb...@gmail.comwrote:

  Thanks for reply,

  I actually did get oophm work with gwt 1.6/1.7.

  Wanted to share some feedback.
  Building from trunk, I first run into issue #3556 (http://
  code.google.com/p/google-web-toolkit/issues/detail?id=3556) which
  luckily had a workaround documented.

 http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHMexplains
  the procedure (no need to compile oophm from branches/oophm), but
  being not well-versed in GWT, I had it tough realizing that BOTH gwt-
  oophm.jar and gwt-dev.jar need to be included in my project classpath
  above the GWT 1.6/1.7 jars. Can a request be placed to extend
  UsingOOPHM or can I submit a explanatory paragraph for review?

  After figuring that out the rest worked pretty well. Really really
  happy, since in-process hosted mode ceased to work for some reason
  after I embedded GWT code in a jsf page, and I now have firebug!!!

  Best wishes,
  denis

  On Jul 21, 11:59 pm, Sumit Chandel sumitchan...@google.com wrote:
   Hi Denis,
   Unfortunately, you'll need to work from trunk for both GWT core and
  OOPHM as
   the two are under active development, and the OOPHM branch is generally
   staying in sync with changes in trunk. Many GWT developers have been
  using
   trunk successfully during development, but keep in mind the disclaimer
  that
   trunk is bleeding edge code and not recommended for production.

   That said, the next major release will include OOPHM, so you can look
   forward to using it in a stable release soon.

   As for using hosted mode in GWT 1.7, could you elaborate a little more
  on
   what issues you experienced when trying to start up hosted mode?

   Hope that helps,
   -Sumit Chandel

   On Sat, Jul 18, 2009 at 4:01 PM, denis56 denis.ergashb...@gmail.com
  wrote:

pardon for asking, but it seems i am stuck and not moving on.

i had one issue that hosted browser did not run gwt code (while
firefox did) and thought to try my luck with oophm.

tried to follow instructions at

   http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source.
  ..
and

   http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa.
  ..

I am using gwt 1.6 on linux. Have checked out
   http://google-web-toolkit.googlecode.com/svn/branches/oophm, build it
(throws some errors, though), got firefox extension installed,
replaced my gwt-dev and gwt-user.jar files with the generated ones,
but getting the error

ClickHandler cannot be resolved to a type or worse :)

It is obviously an older compiler not supporting the new features of
1.6. The question is, whether it is possible to use 1.6 (and now 1.7)
compiler and simultaneously oophm from trunk?

thanks a lot
--~--~-~--~~~---~--~~
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: gwt 1.6 and oophm, how to?

2009-07-23 Thread Sumit Chandel
Hi Denis,
Glad to know you were able to get OOPHM working with the stable 1.6 and 1.7
releases. Thanks for sharing on how you got it setup. Hopefully other
developers will stumble upon this thread when they're looking to do
something similar until OOPHM releases in the next major release.

Cheers,
-Sumit Chandel

On Wed, Jul 22, 2009 at 1:14 PM, denis56 denis.ergashb...@gmail.com wrote:


 Thanks for reply,

 I actually did get oophm work with gwt 1.6/1.7.

 Wanted to share some feedback.
 Building from trunk, I first run into issue #3556 (http://
 code.google.com/p/google-web-toolkit/issues/detail?id=3556) which
 luckily had a workaround documented.

 http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM explains
 the procedure (no need to compile oophm from branches/oophm), but
 being not well-versed in GWT, I had it tough realizing that BOTH gwt-
 oophm.jar and gwt-dev.jar need to be included in my project classpath
 above the GWT 1.6/1.7 jars. Can a request be placed to extend
 UsingOOPHM or can I submit a explanatory paragraph for review?

 After figuring that out the rest worked pretty well. Really really
 happy, since in-process hosted mode ceased to work for some reason
 after I embedded GWT code in a jsf page, and I now have firebug!!!

 Best wishes,
 denis

 On Jul 21, 11:59 pm, Sumit Chandel sumitchan...@google.com wrote:
  Hi Denis,
  Unfortunately, you'll need to work from trunk for both GWT core and OOPHM
 as
  the two are under active development, and the OOPHM branch is generally
  staying in sync with changes in trunk. Many GWT developers have been
 using
  trunk successfully during development, but keep in mind the disclaimer
 that
  trunk is bleeding edge code and not recommended for production.
 
  That said, the next major release will include OOPHM, so you can look
  forward to using it in a stable release soon.
 
  As for using hosted mode in GWT 1.7, could you elaborate a little more on
  what issues you experienced when trying to start up hosted mode?
 
  Hope that helps,
  -Sumit Chandel
 
  On Sat, Jul 18, 2009 at 4:01 PM, denis56 denis.ergashb...@gmail.com
 wrote:
 
   pardon for asking, but it seems i am stuck and not moving on.
 
   i had one issue that hosted browser did not run gwt code (while
   firefox did) and thought to try my luck with oophm.
 
   tried to follow instructions at
 
  http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source.
 ..
   and
 
  http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa.
 ..
 
   I am using gwt 1.6 on linux. Have checked out
  http://google-web-toolkit.googlecode.com/svn/branches/oophm, build it
   (throws some errors, though), got firefox extension installed,
   replaced my gwt-dev and gwt-user.jar files with the generated ones,
   but getting the error
 
   ClickHandler cannot be resolved to a type or worse :)
 
   It is obviously an older compiler not supporting the new features of
   1.6. The question is, whether it is possible to use 1.6 (and now 1.7)
   compiler and simultaneously oophm from trunk?
 
   thanks a lot
 


--~--~-~--~~~---~--~~
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: gwt 1.6 and oophm, how to?

2009-07-23 Thread Sumit Chandel
Also, feel free to send an explanatory paragraph my way if you're interested
in adding it to the UsingOOPHM documentation. I'd be happy to review it.
However, once OOPHM is released, the document is likely to get stale and
become deprecated.
Cheers,
-Sumit Chandel

On Thu, Jul 23, 2009 at 1:34 PM, Sumit Chandel sumitchan...@google.comwrote:

 Hi Denis,
 Glad to know you were able to get OOPHM working with the stable 1.6 and 1.7
 releases. Thanks for sharing on how you got it setup. Hopefully other
 developers will stumble upon this thread when they're looking to do
 something similar until OOPHM releases in the next major release.

 Cheers,
 -Sumit Chandel

 On Wed, Jul 22, 2009 at 1:14 PM, denis56 denis.ergashb...@gmail.comwrote:


 Thanks for reply,

 I actually did get oophm work with gwt 1.6/1.7.

 Wanted to share some feedback.
 Building from trunk, I first run into issue #3556 (http://
 code.google.com/p/google-web-toolkit/issues/detail?id=3556) which
 luckily had a workaround documented.

 http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM explains
 the procedure (no need to compile oophm from branches/oophm), but
 being not well-versed in GWT, I had it tough realizing that BOTH gwt-
 oophm.jar and gwt-dev.jar need to be included in my project classpath
 above the GWT 1.6/1.7 jars. Can a request be placed to extend
 UsingOOPHM or can I submit a explanatory paragraph for review?

 After figuring that out the rest worked pretty well. Really really
 happy, since in-process hosted mode ceased to work for some reason
 after I embedded GWT code in a jsf page, and I now have firebug!!!

 Best wishes,
 denis

 On Jul 21, 11:59 pm, Sumit Chandel sumitchan...@google.com wrote:
  Hi Denis,
  Unfortunately, you'll need to work from trunk for both GWT core and
 OOPHM as
  the two are under active development, and the OOPHM branch is generally
  staying in sync with changes in trunk. Many GWT developers have been
 using
  trunk successfully during development, but keep in mind the disclaimer
 that
  trunk is bleeding edge code and not recommended for production.
 
  That said, the next major release will include OOPHM, so you can look
  forward to using it in a stable release soon.
 
  As for using hosted mode in GWT 1.7, could you elaborate a little more
 on
  what issues you experienced when trying to start up hosted mode?
 
  Hope that helps,
  -Sumit Chandel
 
  On Sat, Jul 18, 2009 at 4:01 PM, denis56 denis.ergashb...@gmail.com
 wrote:
 
   pardon for asking, but it seems i am stuck and not moving on.
 
   i had one issue that hosted browser did not run gwt code (while
   firefox did) and thought to try my luck with oophm.
 
   tried to follow instructions at
 
  http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source.
 ..
   and
 
  http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa.
 ..
 
   I am using gwt 1.6 on linux. Have checked out
  http://google-web-toolkit.googlecode.com/svn/branches/oophm, build it
   (throws some errors, though), got firefox extension installed,
   replaced my gwt-dev and gwt-user.jar files with the generated ones,
   but getting the error
 
   ClickHandler cannot be resolved to a type or worse :)
 
   It is obviously an older compiler not supporting the new features of
   1.6. The question is, whether it is possible to use 1.6 (and now 1.7)
   compiler and simultaneously oophm from trunk?
 
   thanks a lot
 



--~--~-~--~~~---~--~~
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: gwt 1.6 and oophm, how to?

2009-07-22 Thread denis56

Thanks for reply,

I actually did get oophm work with gwt 1.6/1.7.

Wanted to share some feedback.
Building from trunk, I first run into issue #3556 (http://
code.google.com/p/google-web-toolkit/issues/detail?id=3556) which
luckily had a workaround documented.

http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM explains
the procedure (no need to compile oophm from branches/oophm), but
being not well-versed in GWT, I had it tough realizing that BOTH gwt-
oophm.jar and gwt-dev.jar need to be included in my project classpath
above the GWT 1.6/1.7 jars. Can a request be placed to extend
UsingOOPHM or can I submit a explanatory paragraph for review?

After figuring that out the rest worked pretty well. Really really
happy, since in-process hosted mode ceased to work for some reason
after I embedded GWT code in a jsf page, and I now have firebug!!!

Best wishes,
denis

On Jul 21, 11:59 pm, Sumit Chandel sumitchan...@google.com wrote:
 Hi Denis,
 Unfortunately, you'll need to work from trunk for both GWT core and OOPHM as
 the two are under active development, and the OOPHM branch is generally
 staying in sync with changes in trunk. Many GWT developers have been using
 trunk successfully during development, but keep in mind the disclaimer that
 trunk is bleeding edge code and not recommended for production.

 That said, the next major release will include OOPHM, so you can look
 forward to using it in a stable release soon.

 As for using hosted mode in GWT 1.7, could you elaborate a little more on
 what issues you experienced when trying to start up hosted mode?

 Hope that helps,
 -Sumit Chandel

 On Sat, Jul 18, 2009 at 4:01 PM, denis56 denis.ergashb...@gmail.com wrote:

  pardon for asking, but it seems i am stuck and not moving on.

  i had one issue that hosted browser did not run gwt code (while
  firefox did) and thought to try my luck with oophm.

  tried to follow instructions at

 http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source...
  and

 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...

  I am using gwt 1.6 on linux. Have checked out
 http://google-web-toolkit.googlecode.com/svn/branches/oophm, build it
  (throws some errors, though), got firefox extension installed,
  replaced my gwt-dev and gwt-user.jar files with the generated ones,
  but getting the error

  ClickHandler cannot be resolved to a type or worse :)

  It is obviously an older compiler not supporting the new features of
  1.6. The question is, whether it is possible to use 1.6 (and now 1.7)
  compiler and simultaneously oophm from trunk?

  thanks a lot
--~--~-~--~~~---~--~~
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: gwt 1.6 and oophm, how to?

2009-07-21 Thread Sumit Chandel
Hi Denis,
Unfortunately, you'll need to work from trunk for both GWT core and OOPHM as
the two are under active development, and the OOPHM branch is generally
staying in sync with changes in trunk. Many GWT developers have been using
trunk successfully during development, but keep in mind the disclaimer that
trunk is bleeding edge code and not recommended for production.

That said, the next major release will include OOPHM, so you can look
forward to using it in a stable release soon.

As for using hosted mode in GWT 1.7, could you elaborate a little more on
what issues you experienced when trying to start up hosted mode?

Hope that helps,
-Sumit Chandel

On Sat, Jul 18, 2009 at 4:01 PM, denis56 denis.ergashb...@gmail.com wrote:


 pardon for asking, but it seems i am stuck and not moving on.

 i had one issue that hosted browser did not run gwt code (while
 firefox did) and thought to try my luck with oophm.

 tried to follow instructions at

 http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source.html
 and

 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/4a62dd27602d822d/c37fece9c24f3715?lnk=gstq=oophm+#c37fece9c24f3715

 I am using gwt 1.6 on linux. Have checked out
 http://google-web-toolkit.googlecode.com/svn/branches/oophm, build it
 (throws some errors, though), got firefox extension installed,
 replaced my gwt-dev and gwt-user.jar files with the generated ones,
 but getting the error

 ClickHandler cannot be resolved to a type or worse :)

 It is obviously an older compiler not supporting the new features of
 1.6. The question is, whether it is possible to use 1.6 (and now 1.7)
 compiler and simultaneously oophm from trunk?

 thanks a lot
 


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



gwt 1.6 and oophm, how to?

2009-07-18 Thread denis56

pardon for asking, but it seems i am stuck and not moving on.

i had one issue that hosted browser did not run gwt code (while
firefox did) and thought to try my luck with oophm.

tried to follow instructions at
  http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source.html
and
  
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/4a62dd27602d822d/c37fece9c24f3715?lnk=gstq=oophm+#c37fece9c24f3715

I am using gwt 1.6 on linux. Have checked out
http://google-web-toolkit.googlecode.com/svn/branches/oophm, build it
(throws some errors, though), got firefox extension installed,
replaced my gwt-dev and gwt-user.jar files with the generated ones,
but getting the error

ClickHandler cannot be resolved to a type or worse :)

It is obviously an older compiler not supporting the new features of
1.6. The question is, whether it is possible to use 1.6 (and now 1.7)
compiler and simultaneously oophm from trunk?

thanks a lot
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---