Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Rajeev Dayal
The roo directory should be roo-1.1.0.M1; so you should be using Roo 1.1.0.M1 to generate the app, as opposed to Roo 1.0.2. On Fri, May 21, 2010 at 2:22 PM, Rajeev Dayal rda...@google.com wrote: I wonder about the version of Roo that you're using. If you navigate down into your STS folder, do

Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Rajeev Dayal
window and prompts me to select a WAR directory, which defaults to target/extrack-0.1.0-SNAPSHOT. On Fri, May 21, 2010 at 11:24 AM, Rajeev Dayal rda...@google.com wrote: The roo directory should be roo-1.1.0.M1; so you should be using Roo 1.1.0.M1 to generate the app, as opposed to Roo 1.0.2

Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Rajeev Dayal
Oh, also, did you enable AspectJ weaving (when STS asked you about this)? On Fri, May 21, 2010 at 3:50 PM, Rajeev Dayal rda...@google.com wrote: [by the way, the second link you posted is broken] Hm, this is odd. What actions are you taking (in the UI) when the RPC exceptions happen

[gwt-contrib] Re: ServletValidate disable external DTDs (issue371801)

2010-04-27 Thread Rajeev Dayal
If that's the main use case, then I agree. The reason I brought it up was because App Engine also does its own validation of the web.xml file, so it seemed like we were doing double-work here. On Mon, Apr 26, 2010 at 3:33 PM, Scott Blum sco...@google.com wrote: I think that would just make

Re: Compilation Error

2010-04-21 Thread Rajeev Dayal
rxm0...@gmail.com wrote: I removed the mentioned jar file. I am still getting samecompilationerror. Which is second entry should I remove? On Apr 20, 12:08 pm, Rajeev Dayal rda...@google.com wrote: These two entries look to be problematic: classpathentry kind=var path=M2_REPO/org

Re: Compilation Error

2010-04-20 Thread Rajeev Dayal
These two entries look to be problematic: classpathentry kind=var path=M2_REPO/org/apache/jasper/ springsource/ com.springsource.org.apache.jasper.org.eclipse.jdt.springsource/ 6.0.20.S2-r5956/ com.springsource.org.apache.jasper.org.eclipse.jdt.springsource-6.0.20.S2- r5956.jar/ Are these jars

Re: Compilation Error

2010-04-19 Thread Rajeev Dayal
Can you post the contents of your .classpath file? On Mon, Apr 19, 2010 at 11:42 AM, rxm0203 rxm0...@gmail.com wrote: Hi Rajeev, I don't see JDT appearing on the build path. Let me know your suggestions for the next step. Thanks, Rahul On Apr 16, 10:28 am, Rajeev Dayal rda

Re: Compilation Error

2010-04-16 Thread Rajeev Dayal
Hm, I'm wondering if there is some sort of issue with multiple versions of JDT appearing on the classpath. Does Drools utilize JDT? What does your build path look like? On Thu, Apr 15, 2010 at 5:00 PM, rxm0203 rxm0...@gmail.com wrote: I hope this is the correct mailing list for the question. We

Re: Unable to bring up the hosted mode console for my web application

2010-04-16 Thread Rajeev Dayal
To clarify, GWT 2.0+ no longer uses the Hosted Browser - it makes use of Out-Of-Process-Hosted-Mode. See code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html for more information. When using GWT 2.0+ with the Google Plugin for Eclipse, you'll see the Development Mode View pop

Re: Unable to bring up the hosted mode console for my web application

2010-04-16 Thread Rajeev Dayal
Can you list your build path? It seems like there may be some conflicting classes on your build path. On Sun, Apr 11, 2010 at 7:58 PM, DanG danielmger...@gmail.com wrote: When I create a GWT project in eclipse with gwt2.0.2 and google app engine 1.3.2 and the most updated eclipse plugin for

Re: Problem with DevMode and GWT 2.0.3

2010-04-16 Thread Rajeev Dayal
What type of launch configuration are you using to launch your application? Is it a Web Application Launch Configuration, or are you using a Java Launch Configuration? Can you check your Firefox installation to see if you have the GWT Developer Plugin installed already? Also, can you blow away

Re: Unable to bring up the hosted mode console for my web application

2010-04-16 Thread Rajeev Dayal
for the feedback - it is definitely useful! jk On Apr 16, 8:41 am, Rajeev Dayal rda...@google.com wrote: To clarify, GWT 2.0+ no longer uses the Hosted Browser - it makes use of Out-Of-Process-Hosted-Mode. See code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.htmlfor more

Re: Unable to bring up the hosted mode console for my web application

2010-04-16 Thread Rajeev Dayal
browser connects, and for scrolling to stay at the bottom of the content.. Thanks jk On Apr 16, 9:16 am, Rajeev Dayal rda...@google.com wrote: On Fri, Apr 16, 2010 at 11:03 AM, kozura koz...@gmail.com wrote: Ah thanks Rajeev, been looking for that, it works except you have to set

Re: debugger does not work... SDK 1.6.0.19

2010-04-12 Thread Rajeev Dayal
wfrom debug perspective - the development mode process is working. But it doesn't stop on breakpoints set in any method. On 9 апр, 18:08, Rajeev Dayal rda...@google.com wrote: Hey Oleg, Are you using Eclipse and the Google Plugin for Eclipse? If so, how are you launching your

Re: debugger does not work... SDK 1.6.0.19

2010-04-09 Thread Rajeev Dayal
Hey Oleg, Are you using Eclipse and the Google Plugin for Eclipse? If so, how are you launching your application? Rajeev On Thu, Apr 8, 2010 at 5:13 PM, Oleg Demidenko odemide...@gmail.com wrote: Hi all. I am new to GWT. Was studying the Get Startted tutorial. Debugger doesn't work,

Re: Can't debug client code from Eclipse

2010-04-06 Thread Rajeev Dayal
, 12:01 pm, Rajeev Dayal rda...@google.com wrote: Glad you got it working. If you wouldn't mind, could you file a bug for this? Provide details about your Eclipse version, JDK version, and OS. On Tue, Mar 2, 2010 at 6:17 PM, urbanus urba...@240gl.org wrote: On Feb 10, 2:53 am, Rajeev

Re: Eclipse Run As GWT JUnit test generates garbage folders tomcat and www-test

2010-04-06 Thread Rajeev Dayal
+[jat] Hi Marc, On Thu, Apr 1, 2010 at 8:34 AM, Marc Guillemot mguille...@yahoo.fr wrote: Hi, running a unit test that extends GWTTestCase using Eclipse's Run As GWT JUnit test generates two folders in my project root: - tomcat - www-test This is just garbage and it pollutes my folder.

Re: Can't debug client code from Eclipse

2010-04-06 Thread Rajeev Dayal
in java it needs the context. It would be cool if the documentation explicitly called that out because i didn't realize gwt would barf like that in developer mode. It does make sense now though. On Tue, Apr 6, 2010 at 10:47 AM, Rajeev Dayal rda...@google.com wrote: Hi, Are you sure

Re: NullPointerException at GWTShellServlet.doGetPublicFile (GWT 2.0.3) - GWT Eclipse plugin 1.3.2

2010-04-06 Thread Rajeev Dayal
Can you post the contents of your web.xml file? On Mon, Mar 29, 2010 at 10:53 AM, Marek marek.romanow...@gmail.com wrote: Hi, I have problem with running development mode from GWT Eclipse plugin version 1.3.2. I'm connecting to dev mode with Chrome. In logs I find this: [WARN]

Re: closing port

2010-03-29 Thread Rajeev Dayal
Are you using the Google Plugin for Eclipse? When you say that the project did not terminate normally, what exactly happened? Did you kill the GWT Java process? On Fri, Mar 26, 2010 at 1:28 PM, imgnik ytbr...@gmail.com wrote: if my gwt project did not terminate properly, the localhost port

Re: Error while installing Google Plugin for (Fedora) Eclipse 3.5.1

2010-03-26 Thread Rajeev Dayal
didn't see any fields to indicate EclipsePlugin. On Wed, Mar 24, 2010 at 10:36 PM, Rajeev Dayal rda...@google.com wrote: Ha, hopefully you won't encounter too many! You can file an issue via this URL: http://code.google.com/p/google-web-toolkit/issues/list When choosing a category, choose

Re: Error while installing Google Plugin for (Fedora) Eclipse 3.5.1

2010-03-24 Thread Rajeev Dayal
:30 PM, Rajeev Dayal rda...@google.com wrote: HI Randell, Good point - do you mind filing an issue for this? Sure thing. How can I file an issue? I'd like to learn how since I'll probably be encountering a lot of issues. -- You received this message because you are subscribed

Re: About deploying using eclipse plugin.

2010-03-24 Thread Rajeev Dayal
Can you post the contents of your appengine-web.xml file? On Tue, Mar 23, 2010 at 10:14 AM, Jolam j.jo...@gmail.com wrote: My app works fine in my own machine but when I deploy it using eclipse plugin , an error occurs: javax.servlet.ServletContext log: UrlServiceImpl: ERROR: The

Re: Error while installing Google Plugin for (Fedora) Eclipse 3.5.1

2010-03-22 Thread Rajeev Dayal
HI Randell, Good point - do you mind filing an issue for this? Rajeev On Fri, Mar 19, 2010 at 11:14 AM, Randell josephrandell.benavi...@gmail.com wrote: On Fri, Mar 19, 2010 at 10:53 PM, Rajeev Dayal rda...@google.com wrote: See http://code.google.com/eclipse/docs/faq.html

Re: Error while installing Google Plugin for (Fedora) Eclipse 3.5.1

2010-03-19 Thread Rajeev Dayal
See http://code.google.com/eclipse/docs/faq.html#wstinstallerror On Fri, Mar 19, 2010 at 9:25 AM, Randell josephrandell.benavi...@gmail.comwrote: I'm getting this error when I'm trying to install the Google Plugin for Eclipse 3.5.1. I already did a yum remove *eclipse* and removed all

Re: How are the app engine jars in WEB-INF/lib/ upgraded?

2010-03-19 Thread Rajeev Dayal
Hi, Whenever you switch SDKs, the appropriate runtime jars for the SDK should be automatically copied into war/WEB-INF/lib for you. The copy happens on SDK switch; not on compilation. What version of the plugin are you using? Rajeev On Fri, Mar 19, 2010 at 10:36 AM, jbdhl jbirksd...@gmail.com

Re: GWT + Eclipse doesn't work. Attempted to beginRule: R/, does not match outer scope rule

2010-03-19 Thread Rajeev Dayal
recommendations on what to do? Thank you. On Jan 22, 11:54 am, Rajeev Dayal rda...@google.com wrote: Can you post the full stack trace? Also, have you always had this problem, or did you upgrade the plugin (or other plugins) in your Eclipse installation lately? Are you using any Eclipse

[gwt-contrib] Re: Code Review Request: Fix flaxy MessageTransport test

2010-03-16 Thread Rajeev Dayal
I'm testing that if you try to use MessageTransport.executeRequestAsync(..) and the server side of the network has closed its input stream, then an exception will be thrown (an ExecutionException with an underlying cause of IllegalStateException). I don't think shutdownInput(..) would work,

Re: noserver option, maven, and real-time java code compilation

2010-03-15 Thread Rajeev Dayal
must store the recently compiled classes probably somewhere else, but where, somewhere in a temp directory? On 12 bře, 22:06, Rajeev Dayal rda...@google.com wrote: If you make a change to your CLIENT-SIDE Java code, it should be reflected in the browser, even in -noserver mode. What

Re: Bug in GWT eclipse plugin?

2010-03-12 Thread Rajeev Dayal
Hi Krishna, Glad you were able to get around this issue. It looks like there might be some sort of escaping issue on our side as well. We'll take a look at the bug that you mentioned. Rajeev On Mon, Mar 8, 2010 at 7:33 AM, Krishna shrikrishna.sh...@gmail.com wrote: OK, I traced this down to

Re: noserver option, maven, and real-time java code compilation

2010-03-12 Thread Rajeev Dayal
If you make a change to your CLIENT-SIDE Java code, it should be reflected in the browser, even in -noserver mode. What is the URL that you're entering into your browser? Also, when running development mode, do you have your java source folder on the runtime classpath? The client-side .class

Re: upgrading GWT plugin sdk in Eclipse

2010-03-05 Thread Rajeev Dayal
Hi, Unfortunately, due to the way in which we deliver the SDKs, choosing the Update option will not bring down new SDKs. They are considered to be new features. To properly update the Google Plugin for Eclipse and its associated SDKs, navigate to Help -- Install New Software. Choose Google's

Re: Can google plugin use different jar files for server and client?

2010-03-03 Thread Rajeev Dayal
I'd recommend filing a feature request if you're interested in something like this; that will get the right eyes on it. On Tue, Mar 2, 2010 at 10:53 AM, Chris Lercher cl_for_mail...@gmx.netwrote: On Mar 2, 4:39 pm, Rajeev Dayal rda...@google.com wrote: While you might be able to make

Re: Can't debug client code from Eclipse

2010-03-03 Thread Rajeev Dayal
Glad you got it working. If you wouldn't mind, could you file a bug for this? Provide details about your Eclipse version, JDK version, and OS. On Tue, Mar 2, 2010 at 6:17 PM, urbanus urba...@240gl.org wrote: On Feb 10, 2:53 am, Rajeev Dayal rda...@google.com wrote: Try upgrading your JDK

Re: Can google plugin use different jar files for server and client?

2010-03-02 Thread Rajeev Dayal
objects etc on the client: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/71e0e7ca92425ad/c69170c5c1121504 On Feb 22, 7:14 pm, Rajeev Dayal rda...@google.com wrote: I think you can achieve this by using GWT's super-source mechanism: http://code.google.com

Re: Can google plugin use different jar files for server and client?

2010-03-02 Thread Rajeev Dayal
name=Server; } * File: src\package1\jscriptSrc\package2\WhoAmI.java * package package2; public class WhoAmI { public static String name=Client; } On Feb 22, 12:14 pm, Rajeev Dayal rda...@google.com wrote: I think you can achieve this by using GWT's super-source mechanism

Re: stop validating ClientBundles

2010-03-02 Thread Rajeev Dayal
Hey Jim, This is a known issue in GPE 1.2, and it has been fixed. The fix will be released in a forthcoming version of the plugin. At this time, there is no workaround for this issue. Rajeev -- Forwarded message -- From: Jim jim.p...@gmail.com Date: Fri, Feb 26, 2010 at 7:47 PM

Re: Error loading module No source code is available for com.google.gdata.util.AuthenticationException; did you forget to inherit a required module in GWT after using gdata-java-client and appeng

2010-02-22 Thread Rajeev Dayal
What type of application are you trying to write? Are you trying to use Google App Engine for Java? Can you list the build classpath for your application? On Fri, Feb 19, 2010 at 11:21 AM, dane.molotok dane.molo...@gmail.comwrote: I bet this addresses GWT not being able to find your Exception:

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-22 Thread Rajeev Dayal
? Please give a bit more instruction on how to do this (I'm using GWT 2 in Eclipse). Thanks Paul On Feb 18, 7:27 pm, Rajeev Dayal rda...@google.com wrote: How are you restarting the server? Are you using the Restart Server option in the Development Mode view? Also, if you are running

Re: Can google plugin use different jar files for server and client?

2010-02-22 Thread Rajeev Dayal
I think you can achieve this by using GWT's super-source mechanism: http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml On Fri, Feb 19, 2010 at 2:48 PM, Tim K timk...@gmail.com wrote: I have a server version of a class in one jar, and a client version

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-18 Thread Rajeev Dayal
How are you restarting the server? Are you using the Restart Server option in the Development Mode view? Also, if you are running your launch configuration using Debug (not Run), and you've set Eclipse to Build Automatically, then server-side changes should be hotswapped in most cases. On Thu,

Re: Failure upgrading 1.7 to 2.0

2010-02-18 Thread Rajeev Dayal
There is a a bug with switching SDKs. Try the following: 1) Remove any GWT-generated folders under your war directory. 2) Clear your browser's cache, and restart your browser. See if that helps. On Thu, Feb 18, 2010 at 11:09 AM, Tapas Adhikary tapas4...@gmail.comwrote: Hi , I am also getting

Re: Can't debug client code from Eclipse

2010-02-09 Thread Rajeev Dayal
Actually, setting a breakpoint in async callback code should definitely work. In the sample, I set a breakpoint in the onSuccess method of the RPC callback, and it breaks there. Try upgrading your JDK and see if you still experience the problem. On Sat, Feb 6, 2010 at 7:28 AM, urbanus

Re: upgrade gwt 1.5 to 1.6 help!!

2010-02-09 Thread Rajeev Dayal
the steps but i not understand how switch shell for hosted mode. Sorry for the writing, but i am not speak english Thanks best regards On 5 feb, 13:42, Rajeev Dayal rda...@google.com wrote: Are you using the Google Plugin for Eclipse? On Fri, Feb 5, 2010 at 1:26 AM, Gal Dolber gal.dol

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-09 Thread Rajeev Dayal
come up with another way to deliver SDKs during the Eclipse installation process. On Mon, Feb 8, 2010 at 1:22 PM, Chris Lercher cl_for_mail...@gmx.netwrote: On Feb 5, 4:41 pm, Rajeev Dayal rda...@google.com wrote: Actually, the problem is that when we release a new SDK, the feature id changes

Re: Changed war destination no refresh

2010-02-05 Thread Rajeev Dayal
Can you explain in more detail the changes that you've made? You should not need to change any settings at all in order to get the proper refresh behavior. A GWT Compilation is not necessary to run your application in development mode; you only need to compile it when you deploy it to your

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-05 Thread Rajeev Dayal
Actually, the problem is that when we release a new SDK, the feature id changes, so Eclipse does not detect this as an update - it detects it as a new component to install. We need to change the update notification text to reflect this. On Fri, Feb 5, 2010 at 5:51 AM, olivier nouguier

Re: upgrade gwt 1.5 to 1.6 help!!

2010-02-05 Thread Rajeev Dayal
Are you using the Google Plugin for Eclipse? On Fri, Feb 5, 2010 at 1:26 AM, Gal Dolber gal.dol...@gmail.com wrote: I recommend you to go straight to GWT 2.0. Just update the SDK and find the deprecated's in your code. The biggest problem you can have is with the ImageBundle, now you have to

Re: Can't debug client code from Eclipse

2010-02-05 Thread Rajeev Dayal
There have been problems with versions of JDK 1.6.0_X, where X is between 0-15, where breakpoints are not hit when debugging. However, it is odd that your server breakpoints consistently work, but your client breakpoints do not; in those cases where the JDK has been the source of the problem, the

Re: Changed war destination no refresh

2010-02-05 Thread Rajeev Dayal
mode, what URL are you using to load up your application? Does it contain the gwt.codesvr query parameter? Are there any links or redirects in your application (which might cause this parameter to be dropped, thereby taking you 'out' of development mode)? On Feb 5, 9:36 am, Rajeev Dayal rda

Re: Changed war destination no refresh

2010-02-05 Thread Rajeev Dayal
and if so, redirect with request parameters included. Thanks for the help. On Feb 5, 12:25 pm, Rajeev Dayal rda...@google.com wrote: Hi, On Fri, Feb 5, 2010 at 1:18 PM, cretz chad.r...@gmail.com wrote: A GWT Compilation is not necessary to run your application in development mode

Re: Struggling to get stockwatcher example running in Eclipse

2010-01-29 Thread Rajeev Dayal
Hi Tim, Thanks for pointing this issue out. There is an issue with the packaged launch configuration files; we're going to update them and push new ones out. Regarding this error: C:\path\to\gwt.sdk not found. See the documentation at the top of

Re: Struggling to get stockwatcher example running in Eclipse

2010-01-29 Thread Rajeev Dayal
Sorry, forget about the mention of http://code.google.com/webtoolkit/doc/latest/tutorial/create.html#test - I meant that you should follow the Eclipse-specific instructions on http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html. On Fri, Jan 29, 2010 at 2:54 PM, Rajeev Dayal rda

Re: GWT Tomcat in Eclipse: Tomcat loads its classes from gwt-dev.jar instead of its own.

2010-01-29 Thread Rajeev Dayal
Glad you got it working. On Fri, Jan 29, 2010 at 1:00 PM, Bob Luo bob...@rebels.com wrote: Hello, Just to let any reader know, I managed to solve my problem by separating the backend stuff from the frontend stuff, with the creation of 2 eclipse projects. I also created a source directory

Re: port, eclipse, ff

2010-01-28 Thread Rajeev Dayal
in, pressed return, got my result with no styling, pressed the reload button, same result. I stopped the program in ecilpse, changed the port to 8887, pressed apply, run it, copied the address, did it in ff, result was with styling. On Jan 22, 5:22 pm, Rajeev Dayal rda...@google.com wrote

Re: IncompatibleRemoteServiceException with -noserver argument in gwt 2.0

2010-01-28 Thread Rajeev Dayal
Hi, If you want to pick up changes to your server code while the development server is running, you need to deploy your application in exploded-war format to JBoss. When you run GWT in -noserver mode, you should point your -war directory over to your JBoss server's deployment directory - that

Re: GWT + Eclipse doesn't work. Attempted to beginRule: R/, does not match outer scope rule

2010-01-22 Thread Rajeev Dayal
Can you post the full stack trace? Also, have you always had this problem, or did you upgrade the plugin (or other plugins) in your Eclipse installation lately? Are you using any Eclipse plugins for source control? On Thu, Jan 21, 2010 at 8:39 AM, MaEcTPo olegik...@gmail.com wrote: Hi, I

Re: GWT Plugin Change Folder

2010-01-22 Thread Rajeev Dayal
As it stands now, there is no way to configure the name of the folder that the Google Plugin for Eclipse uses; the folder must be named war. However, we're currently working on a change make the war folder name configurable. On Fri, Jan 22, 2010 at 5:48 AM, Luca Servalli

Re: No Jetty Tab in Eclipse

2010-01-22 Thread Rajeev Dayal
Hi, Are you using the Development Mode View in Eclipse, or are you using GWT's Development Mode window? If you're talking about the view, it does not have an entry for the server; server messages are printed out to Eclipse's console view. Rajeev On Fri, Jan 22, 2010 at 3:53 AM, Fletch

Re: port, eclipse, ff

2010-01-22 Thread Rajeev Dayal
You should not need to perform a compilation in order to get development mode to work. I'm not sure why port 8887 would have been active, unless you specified that in your launch configuration. What was appearing when you selected port vs port 8887? Can you reproduce the problem? 2010/1/22

Re: Error com.google.gwt.dev.shell.GWTShellServlet

2010-01-11 Thread Rajeev Dayal
Does that jar file exist in the war/WEB-INF/lib folder of your application as well? 2010/1/9 Andrés Cerezo acerezoguil...@gmail.com No, because I've the jar in the build path. 2010/1/9 UJ upendra.jar...@gmail.com gwt-servlet.jar is needed. see:

Re: GWT 2.0 Upgrade Problem

2010-01-11 Thread Rajeev Dayal
Hi, Have you seen an instance where GWT tries to load the nocache.js file directly from the root of your war folder? What does the HTTP GET request look like? There is definitely a bug in GWT when switching between SDKs. The problem is twofold: 1) The hosted.html file does not get regenerated.

Re: GWTShell dev mode problem

2009-12-22 Thread Rajeev Dayal
Hi Shawn, I'm not sure how those Android natures/builders were added to your project. Maybe you inadvertently triggered a wizard that creates a GAE + Android project, or some other wizard that converts your project to an Android project? At any rate, to remove the Androidness from your project,

Re: Unable to run DevMode

2009-12-22 Thread Rajeev Dayal
On Mon, Dec 21, 2009 at 11:57 PM, Sam E. ssaam...@gmail.com wrote: I am having the same issue right now. 00:00:00.684 [WARN] Error processing classpath URL 'file:/Users/ ssaammee/.m2/repository/com/sun/jdmk/jmxtools/1.2.1/ jmxtools-1.2.1.jar' java.util.zip.ZipException: error in opening

Re: GWT 2.0 + Mac OS X Leopard + Eclipse 3.5.1 + Java 6: NSConditionLock unlock error messages?

2009-12-21 Thread Rajeev Dayal
Web Application Starter Project, and it runs without generating those error messages. But I'm not sure what specifically in my app is triggering those errors -- just that they go away when I run DevMode without the -XstartOnFirstThread flag. Jim. On Dec 18, 3:12 pm, Rajeev Dayal rda

Re: GWTCompiler Launch problem (Eclipse Plugin)

2009-12-21 Thread Rajeev Dayal
http://code.google.com/p/google-web-toolkit/issues/detail?id=4395 2009/12/21 Miguel Méndez mmen...@google.com Could you file and issue for this? On Fri, Dec 18, 2009 at 5:38 PM, bosakm martin_bo...@csgsystems.comwrote: Part 2: It would be nice, when launching the GWTCompiler in the

Re: gwt plugin on eclipse/fedora linux

2009-12-18 Thread Rajeev Dayal
What version of Eclipse are you using? Do you see any errors mentioned in the error log (Window - Show View - Error Log)? The Google Plugin for Eclipse depends on WST. Check out this FAQ entry for more details: http://code.google.com/eclipse/docs/faq.html#wstinstallerror On Thu, Dec 17, 2009

Re: GWT 2.0 + Mac OS X Leopard + Eclipse 3.5.1 + Java 6: NSConditionLock unlock error messages?

2009-12-18 Thread Rajeev Dayal
), or with Java 5? -Is your machine 64-bit (I think it has to be in order run Java 6 on Leopard)? -Are you using the Cocoa or Carbon version of Eclipse? Does the problem go away with one versus another? Thanks, Rajeev On Fri, Dec 18, 2009 at 11:46 AM, Rajeev Dayal rda...@google.com wrote: I'll look

Re: GWT 2.0 + Mac OS X Leopard + Eclipse 3.5.1 + Java 6: NSConditionLock unlock error messages?

2009-12-18 Thread Rajeev Dayal
-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -XX:MaxPermSize=256m -Xms512m -Xmx1024m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts On Dec 18, 11:16 am, Rajeev Dayal rda...@google.com wrote: Hi Jim, A couple of questions

Re: GWT 2.0 + Mac OS X Leopard + Eclipse 3.5.1 + Java 6: NSConditionLock unlock error messages?

2009-12-18 Thread Rajeev Dayal
-XstartOnFirstThread when you've got this override set AND you're on a Mac. Logged the following issue for this: http://code.google.com/p/google-web-toolkit/issues/detail?id=4378 Rajeev On Fri, Dec 18, 2009 at 6:12 PM, Rajeev Dayal rda...@google.com wrote: Hi Jim, I was unable to reproduce

Re: GWT Plugin for Eclipse 3.6

2009-12-18 Thread Rajeev Dayal
No, there is not. We have not tested the plugin against Eclipse 3.6 as yet. On Fri, Dec 18, 2009 at 11:12 AM, RadhikaSunil sunilradh...@gmail.comwrote: Is there GWT plugin for Eclipse 3.6 ? Will the 3.5 version work for 3.6 ? I get the following error when trying to install on 3.6: Cannot

Re: development mode isn't updating

2009-12-17 Thread Rajeev Dayal
in my code I changed it to version 6 hours ago. (and stoped and rerun development mode a few times too inbetween). On Dec 16, 4:02 pm, Rajeev Dayal rda...@google.com wrote: On Tue, Dec 15, 2009 at 4:31 PM, darkflame darkfl...@gmail.com wrote: Hi, Sorry to hear that you're having

Re: Eclipse Plugin for GWT 2.0 release

2009-12-17 Thread Rajeev Dayal
running... is it DevMode or is it GWTShell? Are you talking about the Google Plugin for Eclipse? If you have a GWT 2.0 folder with a WAR directory, then it uses DevMode. thx, H On Dec 11, 9:37 am, Rajeev Dayal rda...@google.com wrote: Thanks for the feedback. Please feel free file any

Re: development mode isn't updating

2009-12-15 Thread Rajeev Dayal
Hi, Sorry to hear that you're having troubles. On Tue, Dec 15, 2009 at 8:46 AM, darkflame darkfl...@gmail.com wrote: I have the same problem, only that didnt work for me. GWT Developer plugin for firefox is listed in the firefox plugins list, however. (despite me not getting a prompt, I

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
Which browser are you using? On Tue, Dec 15, 2009 at 2:56 AM, Chris uk.org.micros...@googlemail.comwrote: Have you tried deleting the war/MyApp directory, and performing an unconditional reload of MyApp.html (hold down SHIFT and hit reload) in your browser? I tried this and a new

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
Also, it looks like you're loading your GWT app twice (I see two script tags that pull in MyApp.nocache.js). Can you get rid of one of the references (the one in the body) and see what happens? On Tue, Dec 15, 2009 at 12:33 PM, Rajeev Dayal rda...@google.com wrote: Which browser are you using

Re: RC2 and Eclipse Plugin

2009-12-15 Thread Rajeev Dayal
You will only get a list of startup URL suggestions if you have HTML/JSP files directly underneath your war folder. You can always add the -startupUrl html page argument to your launch configuration's program arguments, and that URL will show in the developer mode view. On Tue, Dec 15, 2009 at

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
On Tue, Dec 15, 2009 at 1:15 PM, Chris uk.org.micros...@googlemail.comwrote: Which browser are you using? I'm using Safari 4.0.4 on OS X 10.6.2. Also, it looks like you're loading your GWT app twice… OK, I removed one and still no dice. How do I add the GWT app within my page in GWT

Re: RC2 and Eclipse Plugin

2009-12-14 Thread Rajeev Dayal
Hi David, You should not have had to tweak the working directory. When GEP launches a GWT app, the -war option is specified, an an absolute path to the war folder is given as an argument. The startup URLs are actually derived from the war folder. Can you verify that if you change the working

Re: GWT 2.0 Upgrade Problem

2009-12-14 Thread Rajeev Dayal
Have you tried deleting the war/MyApp directory, and performing an unconditional reload of MyApp.html (hold down SHIFT and hit reload) in your browser? Do you mind posting the contents of your MyApp.html page? On Fri, Dec 11, 2009 at 5:50 PM, Chris uk.org.micros...@googlemail.comwrote: What

Re: plugin does not show up

2009-12-14 Thread Rajeev Dayal
How did you install the plugin? Did you use the update site mechanism, or did you install it via zip files? On Fri, Dec 11, 2009 at 10:23 AM, r a f t hakan.erya...@gmail.com wrote: hi, i've just installed gwt plugin to eclipse-jee-galileo-SR1 64 bit on ubuntu 9.1. installation went smooth

Re: GWT.log on GWT 2.0

2009-12-14 Thread Rajeev Dayal
Did you try looking at the log messages in the browser entry in the Development Mode View (within Eclipse)? Also, what level are you logging at? By default, launch configurations are set to log messages that are at a level of WARN and above. On Sat, Dec 12, 2009 at 5:36 PM, Pion

Re: Unable to mirror Eclipse 3.5 update site

2009-12-14 Thread Rajeev Dayal
Hi Robert, On Fri, Dec 11, 2009 at 2:47 PM, Robert Munteanu robert.munte...@gmail.comwrote: Hi, I'm not able to update using the Eclipse update manager ( No repository found containing: ... ) , and I've tried to mirror the update site, using Is there any more information for that error

Re: Installing GWT Eclipse plugin, version 1.1.0

2009-12-14 Thread Rajeev Dayal
Yes, I'd say it's worth filing as an enhancement. That's a legitimate point. On Mon, Dec 14, 2009 at 1:04 PM, Geoffrey Wiseman geoffrey.wise...@gmail.com wrote: On Dec 12, 1:08 am, Geoffrey Wiseman geoffrey.wise...@gmail.com wrote: On Dec 11, 2:14 pm, Rajeev Dayal rda...@google.com wrote

Re: Installing GWT Eclipse plugin, version 1.1.0

2009-12-14 Thread Rajeev Dayal
On Fri, Dec 11, 2009 at 8:27 PM, Javier jasand...@gmail.com wrote: Rajeev, thanks for your reply. You can use the Google Plugin for Eclipse 1.2 with GWT 1.7 - they are compatible. If this is the case, I don't care at all about which GPE version is exposed via the update site, so long as

Re: Cannot install GWT Eclipse plug-in

2009-12-11 Thread Rajeev Dayal
Plugin for Eclipse 3.5 1.2.0.v200912062003 (com.google.gdt.eclipse.suite.e35.feature.feature.group 1.2.0.v200912062003) requires 'org.eclipse.wst.css.core 0.0.0' but it could not be found Does someone have the Eclipse site that we can add to the list? On Dec 10, 11:09 am, Rajeev Dayal

Re: Download GWT Development Mode plugin for Firefox

2009-12-11 Thread Rajeev Dayal
I'd recommend that you initially have your system connected to the Internet, and when you first access your GWT Application in development mode via the browser, you'll be prompted to install the GWT Development Mode plugin. After that point, you can debug your GWT Apps without having to be

Re: gwt 2.0 pls help

2009-12-11 Thread Rajeev Dayal
What files do you have in your war directory? Are both modules listed as startup modules under Project Properties - Google - Web Toolkit? On Fri, Dec 11, 2009 at 6:49 AM, ben fenster fenster@gmail.com wrote: m sorry 2 modules :) On 11 דצמבר, 13:14, ben fenster fenster@gmail.com wrote:

Re: GWT 2/Eclipse Project References

2009-12-11 Thread Rajeev Dayal
This is a general problem with having your GWT or App Engine project depend on another project that ultimately contributes artifacts to the war/WEB-INF/lib folder. We're going to address this in a future version of the plugin. Even though this appears to work in GWT, you'll still have to revert

Re: What is main class?

2009-12-11 Thread Rajeev Dayal
That is definitely odd - the correct entry point should be selected for you automatically. Do you mind posting the contents of your .project and your .classpath files? 2009/12/11 Jaroslav Záruba jaroslav.zar...@gmail.com http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#Upgrading

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
at the UI side (and server, but that's not where the hit is) so that is the likely cause, but still, compared to the old hosted mode, this can be painful. Overall, though, I'm starting to like it. My two cents cheers, Paul On Dec 10, 8:43 am, Rajeev Dayal rda...@google.com wrote: If you

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
, Dec 10, 2009 at 5:43 PM, Rajeev Dayal rda...@google.com wrote: If you want to use the Development Mode UI provided by GWT, define the USE_REMOTE_UI environment variable for the launch configuration, and set its value to false. You can do this via the Environment tab for the launch

Re: What is main class?

2009-12-11 Thread Rajeev Dayal
deadline, so I don't want to mess with my dev.env.) My understanding is that setting the main class is fundamental part of the upgrade process, but I can't find it anywhere. Or does it apply only when compiling without the Eclipse plug-in? On Dec 11, 6:30 pm, Rajeev Dayal rda...@google.com wrote

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Rajeev Dayal
Are you using the Google Plugin for Eclipse? If you are, then it's not necessary to make any changes to the main class - this is done for you automatically by the plugin. What is the URL that you're hitting your application with when you're trying to debug it? It almost sounds like you're running

Re: Installing GWT Eclipse plugin, version 1.1.0

2009-12-11 Thread Rajeev Dayal
You can use the Google Plugin for Eclipse 1.2 with GWT 1.7 - they are compatible. So, you can install the latest plugin from the update side BUT exclude the installation of the SDK. Even if you did install the SDK, it does not automatically change your project over to use the new one, so you would

Re: Installing GWT Eclipse plugin, version 1.1.0

2009-12-11 Thread Rajeev Dayal
We did not opt for this approach for simplicity's sake. Since we were planning on maintaining backwards compatibility with previous SDK versions, there was no good reason to provide older versions of the plugin for installation. If it is ever the case that we release a version of the plugin that

Re: gwt 2.0 pls help

2009-12-11 Thread Rajeev Dayal
for instance module x sits in war/bcom.bla.x On 11 דצמבר, 18:50, Rajeev Dayal rda...@google.com wrote: What files do you have in your war directory? Are both modules listed as startup modules under Project Properties - Google - Web Toolkit? On Fri, Dec 11, 2009 at 6:49 AM, ben fenster fenster

Re: Download GWT Development Mode plugin for Firefox

2009-12-11 Thread Rajeev Dayal
/gwt/plugins/chrome/gwt-dev-plugin.crx (thanks to cramsdale) On Fri, Dec 11, 2009 at 1:12 PM, Eric erjab...@gmail.com wrote: On Dec 11, 11:43 am, Rajeev Dayal rda...@google.com wrote: I'd recommend that you initially have your system connected to the Internet, and when you first access

Re: GWT 2.0, Browser Plugin, logging/etc issues.

2009-12-10 Thread Rajeev Dayal
The problem may have been an old hosted.html file that existed from an old SDK. Right now, there is a problem where that file is not re-generated when the SDK is switched. I believe that you would have achieved the same effect if you had blown away the generated directory for your app under the

Re: Upgradeing to 2.0, web.xml file problem

2009-12-10 Thread Rajeev Dayal
Hey, Do you mind pasting the contents of your .project and .classpath files? I want to verify that the DevMode class is actually what's being run when you launch your app. Rajeev On Wed, Dec 9, 2009 at 2:50 PM, darkflame darkfl...@gmail.com wrote: Upgrading to 2.0, and I started getting

<    1   2   3   4   5   >