GWT Expert in the Los Angeles / North Hollywood Area

2009-12-03 Thread Kyle Hayes
We are looking to possibly hire a GWT expert very soon. The position
would be located in North Hollywood. Please reach out to me if you are
interested. Thank you!

-Kyle Hayes

--

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-tool...@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: Error when running ant hosted on OS X 10.6

2009-11-17 Thread Kyle Hayes
My experience was much worse when reverting to 4.0.3. My Mac would no
longer boot up and got stuck on the Apple loading screen. I zapped the
PRAM, attempted to boot in safe mode, repaired disk permission, even
re-installed OS X. I'm now at the point of just reformatted my drive
and am installing OS X fresh. Luckily I was able to boot into Target
Disk Mode last night to back up the drive.

On Nov 17, 9:52 am, Zak zakn...@gmail.com wrote:
 I've reverted to Safari 4.0.3 using a Time Machine backup (just
 replacing Safari.app) and it has not fixed the problem. Based on this
 Apple support thread 
 —http://discussions.apple.com/thread.jspa?threadID=2032790tstart=0
 — it seems to truly revert you'd need to restore your entire system to
 before 4.0.4 was installed (if you have Time Machine set up).

 I can't say if that will work for sure because I don't want to revert
 my entire system, but I figured someone might want to know :).

 On Nov 14, 8:09 pm, Chris Ramsdale cramsd...@google.com wrote:

  Thanks for all of your input regarding this issue. We were able to
  reproduce the problem and have found that it is a result of an issue
  within the 4.0.4 version of JavaScriptCore. We have reported the issue
  to the WebKit team (http://trac.webkit.org/changeset/50964) and an
  update was made but it will take some time to work it's way into
  another Safari update. In the meantime to continue using GWT 1.7.1,
  and prior, the safest workaround would be to revert back to Safari
  4.0.3. The patches that have be suggested within this thread will work
  but may result in other inconsistencies as objects are not properly
  being released.

  I have also tested out the latest MS2 release of GWT using 4.0.4 and
  had no issues running in hosted mode (now referred to as Development
  Mode). GWT MS2 is available 
  here:http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=2

  I will keep everyone posted with any further updates.

  - Chris

  On Nov 14, 11:33 am, julian juliatiup...@gmail.com wrote:

   Can be that (10.6.1, safari 4) uses 64bit architecture instead 32?
   Have a look to:http://kb2.adobe.com/cps/509/cpsid_50983.html

   On Nov 13, 4:41 pm, Kyle Hayes kyle.ha...@disney.com wrote:

I installed your new jar and I'm still getting the followingerror:
==
   hosted:
     [java] On MacOSX, ensure that you have Safari 3 installed.
     [java] Exception in thread main java.lang.UnsatisfiedLinkError:
Unable to load required native library 'gwt-ll'.  Detailederror:
     [java] Can't load library: /usr/local/gwt-mac-1.7.1/libgwt-
ll.dylib)
     [java]
     [java] Your GWT installation may be corrupt
     [java]     at com.google.gwt.dev.shell.LowLevel.init(LowLevel.java:
106)
     [java]     at com.google.gwt.dev.shell.mac.LowLevelSaf.init
(LowLevelSaf.java:135)
     [java]     at com.google.gwt.dev.BootStrapPlatform.initHostedMode
(BootStrapPlatform.java:68)
     [java]     at com.google.gwt.dev.HostedModeBase.init
(HostedModeBase.java:362)
     [java]     at com.google.gwt.dev.SwtHostedModeBase.init
(SwtHostedModeBase.java:127)
     [java]     at com.google.gwt.dev.HostedMode.init(HostedMode.java:
271)
     [java]     at com.google.gwt.dev.HostedMode.main(HostedMode.java:
230)
==

Here is my install location contents:
==
$ ls /usr/local/gwt-mac-1.7.1/
COPYING                                 gwt-dev-mac.jar                 
        libgwt-ll.jnilib
COPYING.html                            gwt-dev-mac.jar.bak             
        libswt-agl-carbon-3235.jnilib
about.html                              gwt-module.dtd                  
        libswt-carbon-3235.jnilib
about.txt                               gwt-servlet.jar                 
        libswt-pi-carbon-3235.jnilib
benchmarkViewer                         gwt-user.jar                    
        libswt-webkit-carbon-3235.jnilib
doc                                     i18nCreator                     
        release_notes.html
gwt-api-checker.jar                     index.html                      
        samples
gwt-benchmark-viewer.war                junitCreator                    
        webAppCreator
==

The gwt-dev-mac.jar.bak is the old jar and the non.bak is the
*patched* one. Yet theerroris still complaining about not finding
libgwt-ll.dylib.

On Nov 13, 2:25 am, bmalkow bartosz.malkow...@gmail.com wrote: On 12 
Lis, 18:25, Kyle Hayes kyle.ha...@disney.com wrote:

  Heh, you're right this is really ugly. However, it may be worth a 
  try,
  but not on my work code ;-)

 I use it only on development enviroment.
 To production I use original GWT.

 Someone else thinks similar to 
 mehttp://gwtgeek.blogspot.com/2009/11/hosted-mode-crashes-after-os-upda...
 ;)

--

You

Re: GWT hosted mode crashing after update

2009-11-16 Thread Kyle Hayes
Hey Rob,

A lot of us have been having issues with Safari 4.0.4 release since
they updated JavaScriptCore. Check out this thread as well as the last
reply in it:
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/386df3f9d5cab7d0/cecf81ab8c9b7fde?#cecf81ab8c9b7fde

On Nov 16, 9:35 am, Rob Tanner caspersg...@gmail.com wrote:
 Hi,

 I was running along last week just perfectly with the GWT Eclipse
 plugin v1.7.1 and Eclipse 3.5.1 on an Mac running Snow Leopard. This
 morning I installed an update bring Safari to v4.0.4 and the OS to
 10.6.2.  Now hosted mode crashes with the error: Invalid memory access
 of location 0010 eip=92a2477b.

 Since it all worked fine last week, I'm sure this is related to the
 update.  I'm not exactly sure what the message is telling me other
 than I'm trying to use memory I shouldn't.  Does anyone know of a work-
 around?

 -- Rob

--

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-tool...@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=.




Module Creation from Eclipse

2009-11-16 Thread Kyle Hayes
I'm starting a fairly large project with GWT and would like to take
advantage of the modularity of GWT. There are some grey areas for me
in creating a new GWT module through Eclipse from scratch to be
included in a GWT application. I was hoping someone could provide a
set of steps to do so. Assume there is no existing code.

I appreciate any help, thanks!

-Kyle

--

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-tool...@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=.




Re: GWT for Python when?

2009-11-13 Thread Kyle Hayes
I like this idea. I'm big fan of Python and would love to see this.

On Nov 13, 7:30 am, Rodrigo Romero III rrom...@pinteractiva.com
wrote:
 Features:
 - Python to JavaScript compiler
 - User interface API
 - related tools
 - Appengine SDK integration with a newer Django build and ability to
 download latest SVN easily
 - Any OS (Solaris, Linux, Windows and MAC)
 - Eclipse Plugin (covering every aspect of both GWT and Appengine SDK)

 This way, you can make python apps, upload to appengine and also
 convert to javascript to use them everywere.

--

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-tool...@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=.




Re: Error when running ant hosted on OS X 10.6

2009-11-13 Thread Kyle Hayes
I installed your new jar and I'm still getting the following error:
==
hosted:
 [java] On Mac OS X, ensure that you have Safari 3 installed.
 [java] Exception in thread main java.lang.UnsatisfiedLinkError:
Unable to load required native library 'gwt-ll'.  Detailed error:
 [java] Can't load library: /usr/local/gwt-mac-1.7.1/libgwt-
ll.dylib)
 [java]
 [java] Your GWT installation may be corrupt
 [java] at com.google.gwt.dev.shell.LowLevel.init(LowLevel.java:
106)
 [java] at com.google.gwt.dev.shell.mac.LowLevelSaf.init
(LowLevelSaf.java:135)
 [java] at com.google.gwt.dev.BootStrapPlatform.initHostedMode
(BootStrapPlatform.java:68)
 [java] at com.google.gwt.dev.HostedModeBase.init
(HostedModeBase.java:362)
 [java] at com.google.gwt.dev.SwtHostedModeBase.init
(SwtHostedModeBase.java:127)
 [java] at com.google.gwt.dev.HostedMode.init(HostedMode.java:
271)
 [java] at com.google.gwt.dev.HostedMode.main(HostedMode.java:
230)
==

Here is my install location contents:
==
$ ls /usr/local/gwt-mac-1.7.1/
COPYING gwt-dev-mac.jar 
libgwt-ll.jnilib
COPYING.htmlgwt-dev-mac.jar.bak 
libswt-agl-carbon-3235.jnilib
about.html  gwt-module.dtd  
libswt-carbon-3235.jnilib
about.txt   gwt-servlet.jar 
libswt-pi-carbon-3235.jnilib
benchmarkViewer gwt-user.jar
libswt-webkit-carbon-3235.jnilib
doc i18nCreator 
release_notes.html
gwt-api-checker.jar index.html  
samples
gwt-benchmark-viewer.warjunitCreator
webAppCreator
==

The gwt-dev-mac.jar.bak is the old jar and the non.bak is the
*patched* one. Yet the error is still complaining about not finding
libgwt-ll.dylib.

On Nov 13, 2:25 am, bmalkow bartosz.malkow...@gmail.com wrote:
 On 12 Lis, 18:25, Kyle Hayes kyle.ha...@disney.com wrote:

  Heh, you're right this is really ugly. However, it may be worth a try,
  but not on my work code ;-)

 I use it only on development enviroment.
 To production I use original GWT.

 Someone else thinks similar to 
 mehttp://gwtgeek.blogspot.com/2009/11/hosted-mode-crashes-after-os-upda...
 ;)

--

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-tool...@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=.




Re: Error installing Google Plugin on Galileo

2009-09-30 Thread Kyle Hayes

This worked great for me. Thanks for this solution.

On Sep 26, 7:08 am, asato asato.b...@gmail.com wrote:
 I got the same problem and solved by unchecking Contact all update
 sites during install to find required software box.

 Hope that this help.

--~--~-~--~~~---~--~~
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: Error installing GWT plugin for Galileo

2009-09-30 Thread Kyle Hayes

I'm having an identical issue, can anybody help with this?

On Sep 28, 12:09 pm, dls davidlstr...@gmail.com wrote:
 Below is the location I used for the plugin, as well as, the error log
 from the install.  Can anyone help with this?

 Google Update Site for Eclipse 3.5 -http://dl.google.com/eclipse/plugin/3.5

 An error occurred while collecting items to be installed
   session context was:(profile=epp.package.java,
 phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
 operand=, action=).
   No repository found containing: osgi.bundle,org.eclipse.ant.ui,
 3.4.1.v20090901_r351
   No repository found containing: osgi.bundle,org.eclipse.cvs,
 1.0.300.v200909170800
   No repository found containing: osgi.bundle,org.eclipse.jdt,
 3.5.1.v200909170800
   No repository found containing: osgi.bundle,org.eclipse.jdt.apt.core,
 3.3.201.R35x_v20090818-0235
   No repository found containing:
 osgi.bundle,org.eclipse.jdt.apt.pluggable.core,
 1.0.201.R35x_v20090818-0225
   No repository found containing:
 osgi.bundle,org.eclipse.jdt.compiler.apt,1.0.201.R35x_v20090825-1530
   No repository found containing:
 osgi.bundle,org.eclipse.jdt.compiler.tool,1.0.100.v_972_R35x
   No repository found containing: osgi.bundle,org.eclipse.jdt.core,
 3.5.1.v_972_R35x
   No repository found containing: osgi.bundle,org.eclipse.jdt.debug.ui,
 3.4.1.v20090811_r351
   No repository found containing: osgi.bundle,org.eclipse.jdt.doc.user,
 3.5.1.r351_v20090821-0800
   No repository found containing: osgi.bundle,org.eclipse.jdt.junit,
 3.5.1.r351_v20090708-0800
   No repository found containing: osgi.bundle,org.eclipse.jdt.ui,
 3.5.1.r351_v20090821-0800
   No repository found containing: osgi.bundle,org.eclipse.team.cvs.ui,
 3.3.201.R35x_v20090826-0905
   No repository found containing: osgi.bundle,org.eclipse.ui.views.log,
 1.0.100.v20090731
   No repository found containing:
 osgi.bundle,org.junit4,4.5.0.v20090824
   No repository found containing:
 org.eclipse.update.feature,org.eclipse.cvs,
 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
   No repository found containing: binary,org.eclipse.cvs_root,
 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
   No repository found containing:
 org.eclipse.update.feature,org.eclipse.jdt,
 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
   No repository found containing: binary,org.eclipse.jdt_root,
 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ

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