Re: Does GWT work in Snow Leopard?

2009-10-28 Thread Rajeev Dayal
Hi Joe, Are you still running into problems? Can you describe the exact problem you're seeing? Also, can you describe your system config (platform, GWT version, JDK version)? Thanks, Rajeev On Thu, Oct 22, 2009 at 12:35 PM, Joe wrote: > > Is there no update on this sorry issue? I keep expect

Re: Google Project Build fails silently after installing eclipse plugin 1.1.2.v200910130758

2009-10-15 Thread Rajeev Dayal
Hi Francesco, Sorry that you've been running into trouble. I've tried to reproduce the problem by: 1) Installing Eclipse 3.3.2 on Linux 2) Installing version 1.1.1 of the plugin and the 1.7.1 GWT SDK 3) Restarting Eclipse 4) Creating a new Project 5) Adding some JSNI to one of the client classes 6

Re: OOPHM plugin for firefox problem.

2009-10-15 Thread Rajeev Dayal
Hey dougx, Are you using the Google Plugin for Eclipse? If so, switching the SDK should update the gwt-servlet.jar in your war/WEB-INF/lib folder. However, there is another issue that you'd run into: http://code.google.com/p/google-web-toolkit/issues/detail?id=4126

Re: Using terracotta with gwt eclipse plugin

2009-10-15 Thread Rajeev Dayal
Hey Edo, GWT's development mode web server uses Jetty, so it is also possible that the problem may have something to do with Jetty itself, or GWT's configuration of Jetty. To test if the plugin itself is the cause, can you create a pure Java launch configuration for your project, and launch it tha

Re: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-15 Thread Rajeev Dayal
t 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...

Re: Announcing GWT 2.0 Milestone 1

2009-10-14 Thread Rajeev Dayal
Thanks for posting the command line. The following entry caught my eye: *Users/bhu/Downloads/gwt-2.0.0-ms1/gwt-dev-mac.jar * * * *If you're using GWT 2.0 MS1, you should not have a jar named 'gwt-dev-mac.jar'. There should only be a gwt-dev.jar. Can you try again with a clean install of GWT 2.0 MS1

Re: OOPHM GWT 2.0 Milestone 1 on Mac

2009-10-14 Thread Rajeev Dayal
rkspaces (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

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-14 Thread Rajeev Dayal
As an FYI, I think the default buffer size on Jetty 6 is 8k, so your current setting will not change anything. However, you should really not need to modify Jetty's parameters in this way. Do you have any idea as to why your request header could be more than 8k in size? Can you compile your app, an

Re: Announcing GWT 2.0 Milestone 1

2009-10-12 Thread Rajeev Dayal
We didn't bundle GWT 2.0 MS1 with the plugin, as it is still a milestone. To add it as another GWT SDK to your Google Plugin For Eclipse installation, download GWT 2.0 MS1, unzip it, and follow these instructions: http://code.google.com/eclipse/docs/using_sdks.html With regard to the Snow Leopard

Re: Announcing GWT 2.0 Milestone 1

2009-10-12 Thread Rajeev Dayal
Regarding your first problem (and the one you mentioned about 5 days before this post), could it be the following: http://code.google.com/p/google-web-toolkit/issues/detail?id=3923 On Fri, Oct 9, 2009 at 2:01 PM, Christian Goudreau < goudreau.christ...@gmail.com> wrote: > I did the same trick as

Re: First Time GWT: Installed eclipse plugin, does that mean I have the samples?

2009-10-12 Thread Rajeev Dayal
t; login.html in war dir. but i m not able to create login.nocache.js how > to do that m not using eclips. thnks > > On 10/12/09, Rajeev Dayal wrote: > > Hi, > > If you chose to install the GWT SDK as part of the plugin installation, > then > > you have everything t

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-12 Thread Rajeev Dayal
What OS are you running on? My suspicion is that there is some sort of cookie problem (though I know that you tried to clear your cookies). Do you know if GXT sets some sort of cookie? Is your application code setting cookies? How did you try and clear the cookies? On Sat, Oct 10, 2009 at 8:07 AM,

Re: Using External Jars in Eclipse

2009-10-12 Thread Rajeev Dayal
The Java classpath (in the context of the error message) is exactly what is listed under the "Classpath" tab for the launch configuration that you're running. Can you tell me what classpath entries are listed there? This classpath is also known as the "Runtime Classpath". You should not need to add

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

Re: Google Plugin for Eclipse: Use Eclipse Classpath and Libraries

2009-10-12 Thread Rajeev Dayal
o do this only for the Hosted Mode does create a gap between the > Hosted Mode and the remaining development process. > > kind regards, > Florian > > On 5 Okt., 18:35, Rajeev Dayal wrote: > > Hi, > > In Hosted Mode, we're trying to mirror the deployment environment as

Re: Eclipse Plugin Installation Problem

2009-10-12 Thread Rajeev Dayal
Well the private reply didn't work out, but try that anyway :). > Sounds like it may be > http://code.google.com/eclipse/docs/faq.html#wstinstallerror > > > On Mon, Oct 12, 2009 at 4:21 PM, Chris Ramsdale wrote: > >> Are you trying to install the plugin via the Eclipse->Help->Install New >> Softw

Re: Eclipse Plugin Installation Problem

2009-10-12 Thread Rajeev Dayal
-[group]+[gwtep-eng] Sounds like it may be http://code.google.com/eclipse/docs/faq.html#wstinstallerror On Mon, Oct 12, 2009 at 4:21 PM, Chris Ramsdale wrote: > Are you trying to install the plugin via the Eclipse->Help->Install New > Software menu item? If so, what site URL are you using and wh

Re: First Time GWT: Installed eclipse plugin, does that mean I have the samples?

2009-10-12 Thread Rajeev Dayal
Hi, If you chose to install the GWT SDK as part of the plugin installation, then you have everything that you need to start writing GWT applications. The SDK is located in: /plugins/com.google.gwt.eclipse.sdkbundle._/gwt--/ If you have any other questions, post back on this thread. Rajeev On T

Re: Hosted Mode very slow on Mac

2009-10-08 Thread Rajeev Dayal
our Java launch configuration workaround. On Mon, Oct 5, 2009 at 2:53 PM, Rajeev Dayal wrote: > Hm, that is odd. I'll try this test myself and let you know. > > > On Mon, Oct 5, 2009 at 1:04 PM, John Patterson wrote: > >> I updated the Eclipse plugin and still get the problem i

Re: Getting GWT working with WIndows 7

2009-10-06 Thread Rajeev Dayal
://osdir.com/ml/GoogleWebToolkit/2009-04/msg00819.html > > Abhi > > On Oct 5, 10:42 am, Rajeev Dayal wrote: > > What version of GWT are you using? > > > > Shot in the dark, but have you made any changes to your Internet Explorer > > preferences? > > Also, have yo

Re: Hosted Mode very slow on Mac

2009-10-05 Thread Rajeev Dayal
> The UI freezes just like before but when I create my own launch there is no > problem > > Can someone confirm if this bug still exists for OOPHM on the mac with > Eclipse 3.5 or is my setup wrong? > > Thanks, > > John > > On 5 Oct 2009, at 22:55, Rajeev Dayal wrote

Re: Google Plugin for Eclipse: Use Eclipse Classpath and Libraries

2009-10-05 Thread Rajeev Dayal
Hi, In Hosted Mode, we're trying to mirror the deployment environment as closely as we can. As such, we want to throw an error if you're missing libraries in your war/WEB-INF/lib folder, as this would be an error condition when you actually deploy. If this doesn't answer your question, let me know

Re: Problems upgrading from 1.5 -> 1.7

2009-10-05 Thread Rajeev Dayal
Hey Florian, Just to be clear, your gwt.xml files should be in your source folder. So, the .gwt.xml files should never be on the same level as your war folder. As for why putting the war folder as your root folder removed the warning, it is GWT's convention to have the war folder at the root of yo

Re: Installing GWT 1.7.1 + Eclipse 3.5 + OSX 10.5

2009-10-05 Thread Rajeev Dayal
Glad that it is working, and I'm sorry that we're only getting back to you now! On Thu, Oct 1, 2009 at 1:21 PM, jrklein wrote: > > PROBLEM RESOLVED > > It seems my Eclipse+GWT problems were caused by incomplete/corrupt > downloads all around. Pretty frustrating since I frequently run file > int

Re: GWT Eclipse Project on Multiple Operating Systems?

2009-10-05 Thread Rajeev Dayal
In GWT 2.0, there will no longer be a platform-specific version of the gwt-dev jar, so this problem will go away. For now, one way to handle it would be to leave a reference to the platform-specific jar in the project's classpath. The other developer will need to modify the classpath and change out

Re: Installing GWT Plugin in Eclipse Galileo JEE & Snow Leopard

2009-10-05 Thread Rajeev Dayal
Hi Martin, I tried to reproduce the problem using the JEE version on Linux, but I was not able to run into the exception that you're seeing. What workspace are you using when you use the new install of JEE? Are you using an old workspace, or a new one? Rajeev On Thu, Oct 1, 2009 at 5:30 AM, MAr

Re: Hosted Mode very slow on Mac

2009-10-05 Thread Rajeev Dayal
Hey John, Were you attempting to launch in Out-of-process-hosted-mode? If so, there was a bug that was fixed in version 1.1.1 of the plugin where the -XstartOnFirstThread argument was being added to out-of-process-hosted-mode launch configurations. This was not the correct behavior, and would have

Re: Getting GWT working with WIndows 7

2009-10-05 Thread Rajeev Dayal
What version of GWT are you using? Shot in the dark, but have you made any changes to your Internet Explorer preferences? Also, have you seen this happen when you try to access any other pages? On Wed, Sep 30, 2009 at 12:42 PM, Power Bottom wrote: > > I'm using windows 7 and it works the same a

Re: Crashed when "ant hosted" and "ant build"

2009-09-29 Thread Rajeev Dayal
Hi, I've talked with another GWT developer, and he indicated that most likely your Linux installs were updated, and they broke something with the 5-year old Mozilla that we ship. Unfortunately, we're not doing anything at this time to support legacy (or soon-to-be legacy) hosted mode on newer distr

Re: files removed after compilation

2009-09-29 Thread Rajeev Dayal
Hi, Any resources under war/projectname are automatically generated by the GWT compiler, and it will blow away any artifacts that you add under there by hand. You can either put these resources in a war/, or you can put them in a public directory which is a peer of your module. See: http://code.go

Re: Deployment and Eclipse+SVN

2009-09-29 Thread Rajeev Dayal
Generally, you should not be committing GWT's generated artifacts into version control. Of course, this is completely up to you, but the usual way to do this would be to tag your source code at a particular point and time, and then use a build script to generate a war file for deployment. As has be

Re: Migration from 1.5 to 1.6 and 1.7

2009-09-28 Thread Rajeev Dayal
Hey Robert, Just to be clear, you do not have any jars on your classpath or build path that contain Xerces? If you actually list all of the class files in the jars, are there any Xerces classes listed? Rajeev On Tue, Sep 8, 2009 at 3:27 PM, Robert Cooper wrote: > > I am getting this as well.

Re: Latest GWT Update (1.7.1) To Eclipse (3.5) Has Removed Plugin

2009-09-28 Thread Rajeev Dayal
Hi Keith, Can you see if any errors are appearing in your Error Log? To view it, go to Window -> Show View -> Error Log. Also, what distribution of Eclipse are you running (Classic, Java, J2EE, etc..)? What version of Galileo are you using? Thanks, Rajeev On Wed, Sep 23, 2009 at 9:20 PM, keithm

Re: How to disable datanucleus and activate hibernate?

2009-09-28 Thread Rajeev Dayal
Hi, I'd recommend that you post this message in the "Google App Engine for Java" group: http://groups.google.com/group/google-appengine-java Also, I'd get back to the working state you had before you disabled App Engine and uninstalled the plugin. That will make it easer for the developers to fig

Re: Google Plugin - No Module Found for Compilation

2009-09-14 Thread Rajeev Dayal
line and the icons are like the normal java > package icons - a brown quadrat divided into another 4 brown quadrats. > > If this would help: > > path="target/base-resources"/> > > Greetings, > Nikolay > > > On Sep 11, 9:42 pm, Rajeev Dayal wrote:

Re: Google Plugin - No Module Found for Compilation

2009-09-11 Thread Rajeev Dayal
Hi Nikolay, Is the behavior reproducible? That is, if you move the module file back into the other source directory, do you run into the problem? Rajeev On Fri, Sep 11, 2009 at 3:23 PM, Nikolay wrote: > > I moved the MyModule.gwt.xml file from the my "target/base-resources" > source directory i

Re: GWT + Eclipse + Subversion?

2009-09-11 Thread Rajeev Dayal
Hi Jeff, I admit that this is confusing, as the war folder is treated as both an input and output folder. I think that the above recommendations are good. You should version everything in the war folder, except for those artifacts that are automatically generated from your source. Artifacts that a

Re: Running hosted mode + weblogic

2009-09-08 Thread Rajeev Dayal
Hi, The "www" directory has been replaced with the "war" directory. It should be located as a peer of your "src" directory. If you're using the Google Plugin for Eclipse, your directory must be named "war". Otherwise, you can specify the location of the "war" directory via the -war argument. Ra

Re: errors with google plugin for eclipse

2009-09-03 Thread Rajeev Dayal
Hi, Are you sure you even need Xerces in your application? Do you reference any Xerces classes directly in your application code? If not, you should remove xercesImpl.jar from: 1) jre/lib/ext 2) Your build classpath 3) war/WEB-INF/lib Then, try and run your app, and tell me what the error is.

Re: Hosted mode hangs on localhost...

2009-09-03 Thread Rajeev Dayal
Hey Pietro, I think this is a cookie-related problem. I've heard that it can happen when using ext-GWT (I think), because it sets a large cookie. Go to your ~/.mozilla directory, and blow away the "eclipse" directory. Then, try running the app again. Rajeev On Thu, Sep 3, 2009 at 6:37 AM, Piet

Re: blank page and other weirdness after upgrade, 1.5 to 1.7

2009-08-31 Thread Rajeev Dayal
ur frustration. Do please try to be nice. > >> > >> Thanks, > >> Isaac > >> > >> On Mon, Aug 31, 2009 at 1:27 PM, Dave wrote: > >> > >> > Why say something like 'post back here and we'll dig deeper' if you > >>

Re: Eclipse Plug-In Problem

2009-08-31 Thread Rajeev Dayal
Hi, The log that you posted seems to show that you tried to install the 3.4 version of the plugin on Eclipse 3.5, which will not work. Then, it seems that you tried to install the Eclipse 3.5 version of the plugin, but the repository could not be reached. Can you start with a clean workspace and

Re: Developing Google Gadget with Eclipse GWT plugin

2009-08-26 Thread Rajeev Dayal
Hey Luca, Thanks for posting this link. I'm sure that this information will be helpful to many developers. Thanks, Rajeev On Wed, Aug 26, 2009 at 9:58 AM, Luca Masini wrote: > > I posted this on the Google Gadget Group (I think that is the rigth > one), but in case someone of you is interested

Re: blank page and other weirdness after upgrade, 1.5 to 1.7

2009-08-25 Thread Rajeev Dayal
Hey Dave, A couple things to try: -Blow away the mmclient subdirectory located under your war directory -Clear your FF3 cache Try that out and see if that helps. If not, post back here and we'll dig deeper. Rajeev On Mon, Aug 24, 2009 at 2:36 PM, Dave wrote: > > Hi all, > > I'm getting seve

Re: When run jsp in GWT 1.7, error occurred "Syntax error, parameterized types are only available if source level is 1.5"

2009-08-24 Thread Rajeev Dayal
I believe this is the issue that you guys are running into: http://code.google.com/p/google-web-toolkit/issues/detail?id=3557 We're trying to see what happened with this issue. If the patch never got committed, we'll schedule the patch for the next release of GWT. A workaround is provided in the

Re: Is GWT 1.7 compatible with JSPs using Java 1.5 features?

2009-08-24 Thread Rajeev Dayal
I believe this is the issue that you're running into. http://code.google.com/p/google-web-toolkit/issues/detail?id=3557 We're trying to see what happened with this issue. If the patch never got committed, we'll schedule the patch for the next release of GWT. A workaround is provided in the issue

Re: Eclipse 3.5 and GWT Plugin

2009-08-20 Thread Rajeev Dayal
Hey Paul, That's not good at all. Can you check out your error log and see if you notice any problems? To see your error log, go to Window -> Show View -> Error Log. Thanks, Rajeev On Wed, Aug 19, 2009 at 2:03 PM, Paul Grenyer wrote: > > Hi All > > I've taken the plunge and upgraded to Eclipse

Issue With Debugging with JDK 1.6.0_14 Has Been Resolved in JDK 1.6.0_16

2009-08-14 Thread Rajeev Dayal
Hi, As some of you may recall, there as an issue with debugging if you're using JDK 1.6.0_14. You'll find that your breakpoints are not hit. More details on the issue can be found here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6862295 This issue has been recently fixed in JDK 1.6.0_16.

Re: GWT compilation failed

2009-08-10 Thread Rajeev Dayal
There are some incompatibilities between Eclipse's Dynamic Web Projects, and applying the GWT Nature to these projects. When we wrote the plugin, we did not explicitly try to integrate with Eclipse's J2EE support. However, a few people on here have figured out a way to make the two work together. S

Re: Google plgin 64 bit support

2009-08-06 Thread Rajeev Dayal
As an FYI, the next release of GWT will no longer require that you use a 32-bit JVM. It will support a mode of execution known as "Out-of-process-hosted-mode". Instead of debugging your application using the hosted browser, you'll be able to debug it while it runs in a real browser. Since the hoste

Re: Hosted mode doesn't work at all on my Vista notebook under Eclipse

2009-08-04 Thread Rajeev Dayal
See the following thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/1bcb20225a985425 There have been some instances of Vista shipping with a hosts file that does not properly map localhost. Rajeev On Tue, Aug 4, 2009 at 2:35 AM, Trevis wrote: > > Well that was

Re: GWT Eclipse plugin Ant integration

2009-08-03 Thread Rajeev Dayal
Hey Eric, That's a reasonable suggestion. Do you mind filing a feature request for this at http://code.google.com/p/google-web-toolkit/issues ? Thanks, Rajeev On Mon, Aug 3, 2009 at 10:14 AM, Eric wrote: > > > > On Jul 31, 9:15 am, Rajeev Dayal wrote: > > Hi, > &

Re: Getting Started on Tomcat server....kinda

2009-08-03 Thread Rajeev Dayal
gt; > No source code is available for type > > > com.gwtext.client.widgets.Window; did you forget to inherit a required > > > module? > > > > > On Jul 31, 11:30 am, Rajeev Dayal wrote: > > > > On Fri, Jul 31, 2009 at 8:21 AM, Chris Bailey

Re: GWT Compile Issue

2009-08-03 Thread Rajeev Dayal
GWT Compilation requires that the Java source be available for every type which is part of a GWT module. You'll need to get the source for the Apache Commons library and add it to your classpath. I'm sure that all of Apache Commons is not translatable, but perhaps the parts that you're using (such

Re: XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread Rajeev Dayal
A few questions -Can you post the source of the main module file that you're running? -Can you view your launch configuration, and ensure that all of your project modules that you expect are listed on the GWT tab? -Can you view your launch configuration's classpath? Expand the GWT Classpath conta

Re: oophm on a mac

2009-07-31 Thread Rajeev Dayal
g from command line with ant tried it on a linux vm image and > seemed to work, just seems to be a mac thing. > > Tom > > On Fri, Jul 31, 2009 at 4:53 PM, Rajeev Dayal wrote: > > Are you running from the command-line, or within Eclipse? Are you using > the > > Google Plu

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Rajeev Dayal
ented it, the version of the plugin that we just released does support Out-of-process-hosted mode. On Fri, Jul 31, 2009 at 1:00 PM, Mauro wrote: > > 2009/7/31 Rajeev Dayal : > > You need to use a 32-bit JVM when running GWT. Install a 32-bit JVM, and > > change your project'

Re: oophm on a mac

2009-07-31 Thread Rajeev Dayal
Are you running from the command-line, or within Eclipse? Are you using the Google Plugin for Eclipse? On Fri, Jul 31, 2009 at 9:47 AM, Tom wrote: > > Built GWT from trunk and when I ran on my mac I get these error > messages: > > oophm: > [java] 2009-07-31 12:09:56.402 java[50133:80f] [Java

Re: Help - multiple modules in the same Eclipse project

2009-07-31 Thread Rajeev Dayal
In your launch configuration for A, do you specify both the A and B modules on the command line when launching hosted mode? On Thu, Jul 30, 2009 at 2:08 PM, Petarian wrote: > > Hi, > > I have two modules A and B in one eclipse project. Both have their own > Launcher, which work fine. However, wh

Re: Getting Started on Tomcat server....kinda

2009-07-31 Thread Rajeev Dayal
On Fri, Jul 31, 2009 at 8:21 AM, Chris Bailey wrote: > > OK, my natual language would probably have to be PHP for web > development, but I really want to work in java and GWT. So I installed > Eclipse and installed the gwt plugin but I'm still new with java and > it's envirement. I've been playin

Re: EXTERNAL JAR FILES ON SERVER SIDE

2009-07-31 Thread Rajeev Dayal
Did you copy the jar files to your war/WEB-INF/lib directory? On Fri, Jul 31, 2009 at 4:41 AM, Parmeet Kohli wrote: > > I'm hoping you someone can help me with this. I'm basically > trying to make a web application using GWT. The code on the server end > though uses classes from external JAR fil

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Rajeev Dayal
You need to use a 32-bit JVM when running GWT. Install a 32-bit JVM, and change your project's JDK to use the 32-bit JVM. In future versions of GWT, it will no longer be necessary to use a 32-bit JVM. On Fri, Jul 31, 2009 at 8:04 AM, msan wrote: > > Hallo. > Sorry for my bad english. > I'm using

Re: GWT JAR Issue

2009-07-31 Thread Rajeev Dayal
Hi, Any java code that is used by GWT must be in some module's source path. The Interface that you're referencing in (2) from (1) is not part of any module's source path. One way to get around this without introducing a new module is to change the package of the interface so that from the classloa

Re: GWT Eclipse plugin Ant integration

2009-07-31 Thread Rajeev Dayal
Hi, Unfortunately, the plugin does not have a way to generate ant scripts to mimic its actions, though this is on our feature list. What I would recommend is to use GWT"s webAppCreator to generate a sample project. A build.xml file will be generated as well, and it will have targets for GWT compil

Re: Problems with hosted mode

2009-07-28 Thread Rajeev Dayal
Hm, if you have a consistently reproducible case of where the

Re: Problems with hosted mode

2009-07-27 Thread Rajeev Dayal
Actually, it is not necessary that the

Re: Problems with hosted mode

2009-07-27 Thread Rajeev Dayal
Actually, it is not necessary that the

Re: help on a servlet issue

2009-07-27 Thread Rajeev Dayal
your module? > I think that is the part I am confused. > If I have two modules, how do I specify the association of the servlet > and the module? > it seems my servlet can only be used on the default module created by > eclipse plugin > > Thanks > > > > On Jul 24,

Re: Newbie Question. Windows 7 + Eclispe 3.4 + GWT 1.7 + Debug + Getting Started Tutorial.

2009-07-27 Thread Rajeev Dayal
There is an issue with JDK 1.6.0_14 and debugging. Are you using this JDK? If so, downgrade to 1.6.0_13 to workaround this problem. On Fri, Jul 24, 2009 at 5:44 PM, Howard Tan wrote: > > Hi, > > I've been combing through the Getting Started guide, and I got > everything to work except this page.

Re: In Hosted mode, GWT Stopped displaying Widgets

2009-07-24 Thread Rajeev Dayal
Hey Raju, It definitely sounds cookie related. What OS and Browser are you running with? Rajeev On Fri, Jul 24, 2009 at 9:04 AM, Raju wrote: > > I also tried creating & running dummy 'HelloWorld' application out > side of eclipse, it does not work. Looks like I am unable to run any > GWT appli

Re: help on a servlet issue

2009-07-24 Thread Rajeev Dayal
Can you post the code for the servlet you're trying to add? Also, when you say that you added a new servlet for the setup module, what exactly do you mean? How are you associating the servlet with your module? On Fri, Jul 24, 2009 at 3:07 AM, Simon wrote: > > hi, sorry, I am a newbie on this. >

Re: java.lang.UnsupportedClassVersionError: Bad version number in .class file in eclipse-3.4 + mac osx

2009-07-24 Thread Rajeev Dayal
Also, check your compiler compliance level. Eclipse does not use javac from the JDK you are using; it uses its own compiler, and it will compile for a particular version of the JDK depending on your compiler compliance settings. They can be found under Preferences --> Java --> Compiler. On Thu, Ju

Re: Problems with hosted mode

2009-07-24 Thread Rajeev Dayal
Hey Pavel, Can you post the contents of your web.xml file, and also the contents of your JSP page? Also, where is your JSP page located? Thanks, Rajeev On Thu, Jul 23, 2009 at 1:08 PM, Pavel Byles wrote: > I am using a JSP page as my startup page for my GWt/GAE project and hosted > mode used

Re: eclipse, gwt plugin and overnight madness

2009-07-23 Thread Rajeev Dayal
Go to Project Properties -> Google -> Web Toolkit and verify that "Use Google Web Toolkit" is checked, and a valid SDK is selected. On Thu, Jul 23, 2009 at 11:35 AM, dk wrote: > > Hi, > > I have been using gwt 1.6, eclipse (Ganymede), and the gwt eclipse > plug-in under Ubuntu for awhile. This

Re: jetty classpath in hosted mode?

2009-07-23 Thread Rajeev Dayal
Can you try going to the "Classpath" tab and adding the external folder through there? Also, how are you trying to load the files? Are you using classLoader.getResource()? Why not use the java.io.File API? On Thu, Jul 23, 2009 at 2:30 AM, Daniel wrote: > > come on. no one? > > On 22 Jul., 20:53,

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-22 Thread Rajeev Dayal
Hi, Yes, this has taken longer than expected, but we're now on the finishing touches. We should have something out there within the week. Thanks, Rajeev On Tue, Jul 21, 2009 at 10:28 PM, Nik wrote: > > We're now heading towards months, not weeks. > Any progress? > > > On Jun 25, 10:17 pm, Alex

Re: eclipse + gwt + getting started = Syntax error, annotations are only available if source level is 1.5

2009-07-21 Thread Rajeev Dayal
Do you see any errors in the Problems view? I think you need to set your source level to 1.5+. Go to Preferences->Java->Compiler and set your source level to at least 1.5. Post back here if that doesn't help. On Mon, Jul 20, 2009 at 9:36 AM, mem wrote: > > Good afternoon all. I am new to GWT an

Re: Image Bundle not working in IE

2009-07-20 Thread Rajeev Dayal
It is odd that it works in hosted mode, but not in web mode - because the IE settings (security even) should be the same for IE6 hosted mode, and the normal IE6 browser. Actually, here is one thing you can test - try hitting your deployed app with the hosted browser. Launch hosted mode with the -no

Re: why GWT hosted mode showed a blank page?

2009-07-20 Thread Rajeev Dayal
What version of IE are you using? Are you still running into the problem? Also, try the suggestion mentioned above - clear IE's cache. On Fri, Jul 17, 2009 at 7:42 PM, Adam S wrote: > > I have similar problem. I use gwt with with smartGwt, eclipse (google > plugin) and embeded server for hosted

Re: Dose GWT 1.7 support debug on java 6?

2009-07-20 Thread Rajeev Dayal
.6.0_14, the debugging not work > > (not breakpoint, nothing) > > > > I recompile my GWT_TRUNK, with the new java version 1.6.0_14 and again > > work debugging. > > > > I hope this helps, greetings > > > > On Jul 18, 2:42 pm, Rajeev Dayal wrote: > &g

Re: Dose GWT 1.7 support debug on java 6?

2009-07-17 Thread Rajeev Dayal
Hi, Are you talking about debugging your GWT Application in Eclipse when it's running in hosted mode? What is the problem that you're experiencing. We've heard reports of people running into problems with debugging when using JDK 1.6.0_14. What JDK are you using? Rajeev On Fri, Jul 17, 2009 at

Re: GWT eclipse plugin fix req

2009-07-17 Thread Rajeev Dayal
ay to > run it manually. > > However during the process I've found another solution - it's in > comments in: > http://code.google.com/p/google-web-toolkit/issues/detail?id=3645 > > > On Jul 13, 4:04 pm, Rajeev Dayal wrote: > > Are you using ORM in your projec

Re: why GWT hosted mode showed a blank page?

2009-07-17 Thread Rajeev Dayal
What version of GWT are you using, and what platform are you on (OS/Browser)? When you run "ant hosted" on the Hello sample, is it completely unmodified? On Fri, Jul 17, 2009 at 2:39 AM, sharetop wrote: > > i use eclipse+gwt-plugin,run web application,,,but a blank page be > showed...and...no ex

Re: Image Bundle not working in IE

2009-07-17 Thread Rajeev Dayal
Do the ImageBundles work in hosted mode? Or is this a problem that you're seeing in web mode? What platform (OS and Browser) are you on? On Thu, Jul 16, 2009 at 10:32 AM, Sean wrote: > > I was just wondering if the lack of response is because people use > ImageBundles and don't know why they don

Re: GWT eclipse plugin fix req

2009-07-13 Thread Rajeev Dayal
Are you using ORM in your project? If you are not, you can disable the Datanucleus builder. See http://code.google.com/eclipse/docs/faq.html#disabledatanucleus On Mon, Jul 13, 2009 at 8:51 AM, george9 wrote: > > this bug is steadily driving me mental - anyone knows how to > workaround (without h

Re: New GWT user has a simple qustion using eclipse

2009-07-13 Thread Rajeev Dayal
As an FYI, there is a feature request to have the New Web Application Wizard create an "empty" project with no files. On Sat, Jul 11, 2009 at 11:24 PM, Rakesh wrote: > > The cleanup is really very minimal. > Clean the EntryPoint class > Clean RPC: delete the three files: async, service and impl.

Re: Starter Problem GWT Plugin inside Eclipse 3.4.2

2009-07-13 Thread Rajeev Dayal
Hi Ekki, Can you view our Error Log (Window -> Show View -> Error Log) and see if there are any exceptions/errors listed at the time when you installed the plugin? What distribution of Eclipse are you using (classic, java, j2ee,..)? Rajeev On Fri, Jul 10, 2009 at 5:15 AM, CI-CUBE wrote: > >

Re: Will Google Plugin for Eclipse lineup with Eclipse Galileo Release ?

2009-07-13 Thread Rajeev Dayal
The problem is that GWT bundles the 32-bit version of SWT, which it requires in order to run the hosted browser. So, you can install the plugin under a 64-bit version of Eclipse. However, you'll have to use a 32-bit JDK for your GWT projects in Eclipse. The next version of GWT (or, if you build GWT

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-13 Thread Rajeev Dayal
t; > On Fri, Jul 10, 2009 at 10:00 AM, Isaac Truett > wrote: > > > > >> Rajeev, > > > > >> That's good to hear. Anything new you can share with us at this time > > >> on the plans for an open source release of the plugin? > > &g

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-10 Thread Rajeev Dayal
until your wondrous plugin is ready for > Galileo, > > Steven > > > > On Jul 9, 12:09 pm, Rajeev Dayal wrote: > > Hey Steven, > > Thanks for pointing this out! We tried out the distribution that you > sent, > > and it seems that the plugin "sort of&quo

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-09 Thread Rajeev Dayal
the Google Plugin seems to be working just fine > for me in this 3.5. Am I missing something? Or have they messed with > your plugin to get it to work? > > Steven > > > > On Jul 9, 10:34 am, Rajeev Dayal wrote: > > No, unfortunately there is no URL to track the status

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-09 Thread Rajeev Dayal
No, unfortunately there is no URL to track the status of the plugin, and we're not planning on sending out a beta release of the plugin at this time. You do make a good point though - it would be a good idea to have a public release schedule to properly set expectations. We're definitely planning o

Re: GWT 1.6.4: Exception in DriverManager.getConnection

2009-07-08 Thread Rajeev Dayal
Hi, When you say that the JSP files would not compile, how were you trying to compile them? Were you hitting the JSP in a browser? Rajeev On Tue, Jul 7, 2009 at 10:37 PM, puddlesofjoy wrote: > > Additional information for those who have this same problem and find > this post like I did. > Usin

Re: JSP Compile Errors. Can't find compile error output

2009-07-08 Thread Rajeev Dayal
Are you hitting the JSP page in your browser? The error output should be displayed there. On Tue, Jul 7, 2009 at 3:58 PM, puddlesofjoy wrote: > > With latest version of GWT and Google Eclipse Plugin. > I have created a project with GWT only (no App Engine) > > If I have any references to an exte

Re: GWT app won't work in Glassfish v2 :(

2009-07-08 Thread Rajeev Dayal
Hey Sam, You may want to look through your war directory (for your project) and clean up all generated artifacts - that is, leave your web.xml file, your HTML host pages, associated CSS files, associated images, etc. Blow away all of the generated artifacts, especially those in the "mygwtapp" direc

Re: Converting gwt project in Windows to Mac with eclipse gwt plugin

2009-07-07 Thread Rajeev Dayal
Hey Eric, See http://code.google.com/eclipse/docs/existingprojects.html Post back on this thread if you have any other questions. Rajeev On Tue, Jun 30, 2009 at 3:35 PM, EricM wrote: > > I am trying to convert a web-application project originally created in > the following environment- >

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-06-25 Thread Rajeev Dayal
We're currently working on Eclipse 3.5 support. We don't have an exact release date for an Eclipse 3.5-compatible version of the plugin, but it will be coming soon (weeks, not months). On Thu, Jun 25, 2009 at 4:31 PM, Rob Tanner wrote: > > When will a version of the plugin be released for Eclips

Re: How do i fix this problem?

2009-06-25 Thread Rajeev Dayal
I'm not an expert in the area, but this link seems helpful: http://code.google.com/p/gwt-examples/wiki/project_MySQLConn On Thu, Jun 25, 2009 at 3:11 PM, flyingb...@gmail.com wrote: > > I am using the eclipse gwt 1.6 plugin and trying to run in hosted > mode. > > I get this problem: > > java.sql.

Re: hosted mode compile error from eclipse

2009-06-25 Thread Rajeev Dayal
Hey Chris, Thanks for the information. It should not be the case that all of the source folders defined in the project are included on the classpath by default. It is true that all of the source files in all of your source folders will be compiled and dumped in the same output directory, and these

Re: hosted mode compile error from eclipse

2009-06-24 Thread Rajeev Dayal
ndows.jar \MyProject\tools\GWT\lib\ > > The class that was giving me the error was in \MyProject\source > \JUnitTests\(...)\a package included in the gwt config file\(...)\ > > I have since moved it to the default package in \MyProject\source > \JunitTests\ and it has fixed the comp

<    1   2   3   4   >