Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-18 Thread SimonM
I got it working (Eclipse 3.5, WTP 3.1, GPE 1.3) and it's working fine except two things. - I deploy onTomcat, and the devmode tells me to use a bad url : http://127.0.0.1:/index.html?gwt.codesvr=127.0.0.1:9997, while it should be http://127.0.0.1:8080/test/index.html?gwt.codesvr=127.0.0.1:999

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-18 Thread Keith Platfoot
Hi Andreas, It looks like your GEP classpath is ok based on the contents of the Classpath tab, but it would actually be more useful to look at the exact launch arguments, to see if there are differences between that and "mvn gwt:run". When you launch using GEP, switch to the Debug perspective and

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-17 Thread andreas
Hi Keith, I'm looking for the classpath settings now. Here's what "mvn gwt:run" uses: /bin/sh -c /usr/lib/jvm/java-6-sun-1.6.0.15/jre/bin/java -Xmx512m - classpath "/home/ahorst/workspace/App/src/main/java":"/home/ahorst/ workspace/App/src/main/resources":"/home/ahorst/workspace/App/war/WEB- INF/

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread bkbonner
I resolved this issue. It turns out that WTP included Tomcat 5.5 as a runtime dependency (default in the project). When I removed this dependency, everything started working (i.e. UIBinder stuff). Woot! On Mar 15, 4:40 pm, bkbonner wrote: > Hey, is anyone else using the GEP Preview seeing the

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread Simon
Resolved ! The problem was that the project "Default output folder" was still pointing to the "/war/WEB-INF/classes" directory instead of "/target/ classes"... Thanks for the great job anyway ! :) On 15 mar, 17:04, Simon wrote: > Hi Keith, > > Thanks for the improvements !! I've got a clean M

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread Simon
Hi Keith, Thanks for the improvements !! I've got a clean Maven Web project like I used to work with before trying GWT ! :) However, Eclipse seems to keep the folder /war and /war/WEB-INF in my project. Even if I delete it, it keeps appearing. Any clue on this behaviour ? Cheers, Simon On 4

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread andreas
Hey Keith, thank you very much for all the details. For now we actually decided to stick with the goals provided by gwt-maven, so I'm sorry I did not check your points by now. I'll create a new project and check your advices, especially the correct source folders in the GEP launch config, which ac

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-15 Thread bkbonner
Hey, is anyone else using the GEP Preview seeing the same problem as the one I logged in issue 4745? http://code.google.com/p/google-web-toolkit/issues/detail?id=4745 I have a wtpTest project that can be pulled into Eclipse for Java EE. Just download wtpTest.zip, import the existing project (and

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-15 Thread Keith Platfoot
@Andreas: Forgot to mention that if you're *not* using Eclipse for Java EE, when you make changes to server-side code, you will also need to restart GWT embedded Jetty instance. For GWT 2.0+, click the Restart Server button in the Development Mode view, or for older versions of GWT, the Reload Ser

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-15 Thread Keith Platfoot
Hi Andreas, It looks like you're following the correct procedure, and you indicated that you were able to load the application in devmode, but you're not seeing code changes reflected when you Refresh the browser. It might help if I explain briefly how changes are *supposed* to be reflected, and

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-14 Thread andreas
Hey Keith, thanks for this detailed information. I just went through and followed them step by step. I started by creating a new maven project using gwt-maven archetype. I changed its pom.xml to use current versions of GWT 2.0.3 and Java 6. Then I enabled the GEP. 1. Set the war directoy as you

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-12 Thread Keith Platfoot
Hi Andreas, Hm, not sure why you're seeing that error. Let me ask a few questions to see if we can get to the bottom of this. 1. You set the WAR directory to 'src/main/webapp' via the Google > Web Application project properties page, right? Did you also uncheck the box below that says 'Launch a

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-12 Thread andreas
Hi Keith, we are happy to test the preview version. We are using Maven and the gwt-maven-project layout for our projects. We loved the dependency management and also clear code structure coming along with Maven but ran in the same problem mentioned a lot before: we could not get Google Eclipse Pl

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-09 Thread Fabio Kaminski
Ok Keith! I did the installation extracting de zip contents in the dropins folder of eclipse... in fact i install a newer version of eclipse 3.5 , the 20100218-1602 build for java EE it includes WST plugins already... and after extract the file.. looking in the details.. in the installed plugins

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-09 Thread olivier nouguier
Hi Keith On Mon, Mar 8, 2010 at 10:06 PM, Keith Platfoot wrote: > Hi Olivier, > >> >> No new issues with this release (eclipse 3.5.1 + maven + sts + aspectj + >> wtp). >> >> * Same classloader (than GEP 1.2) issues with spring namespace handler in >> dev mode. >> > > I'm not familiar with this p

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-08 Thread Keith Platfoot
Hi Olivier, Thanks for your feedback/questions. My responses are inline. Keith On Fri, Mar 5, 2010 at 9:03 AM, olivier nouguier wrote: > hi keith, > > And thx you all for the new upcoming release ! > No new issues with this release (eclipse 3.5.1 + maven + sts + aspectj + > wtp). > > * Same

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-08 Thread Keith Platfoot
Hi Fabio, I'm not sure you're following the instructions for installing the plugin from a zip file. You should be extracting the contents of the zip into the /dropins folder (if it doesn't already exists, go ahead and create it). Also, you should not need to use Eclipse "Install new software" di

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-05 Thread olivier nouguier
hi keith, And thx you all for the new upcoming release ! No new issues with this release (eclipse 3.5.1 + maven + sts + aspectj + wtp). * Same classloader (than GEP 1.2) issues with spring namespace handler in dev mode. * I cannot figure out how to work with wtp (noserver mode). For the moment

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-04 Thread bkbonner
I'm trying to get the old version uninstalled from the Spring Tool Suite but it's not cooperating. I'll pull down a new eclipse ganymede build and try it there. Brian On Mar 3, 7:25 pm, Keith Platfoot wrote: > Hi everyone, > > Last month, I announced some of the changes we had planned for the 1

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-04 Thread Fabio Kaminski
Hi Keith, my version is Galileo 3.5.1 64 on fedora linux with all WST plugins installed and recent updates.. the google plugin never worked for me on this platform (no Google menu on windows > preferences, no GWT project wizard and buttons available) i even try your last patch .. unziping in the

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-04 Thread Keith Platfoot
Hi Fabio, What's your specific issue with Eclipse on 64-bit Linux? We've tested the 1.3 plugin on 64-bit versions of all 3 versions of Eclipse (3.3, 3.4, 3.5) and did not encounter any problems. If you can provide a few details, we'll see if we can work out a resolution for you. Keith On Thu,

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-04 Thread Fabio Kaminski
any workarounds for eclipse 64 bit on linux? or there is some hack in eclipse to work smoothly with it.. im still doing things by hand.. Thanks Fabio Kaminski On Thu, Mar 4, 2010 at 1:40 PM, Keith Platfoot wrote: > Hey again, > > Just wanted to mention that to actually customize your project

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-04 Thread Keith Platfoot
Hey again, Just wanted to mention that to actually customize your project's WAR directory (enhancement bullet 1 in the announcement email), you'll need to navigate to Google > Web Application in your project properties dialog. You can use any project-relative path as the WAR directory (e.g. src/m

Google Plugin for Eclipse 1.3 Preview is now available

2010-03-03 Thread Keith Platfoot
Hi everyone, Last month, I announced some of the changes we had planned for the 1.3 version of the Google Plugin for Eclipse. To recap, this release is focused on making life easier for developers using GWT/App Engine alongside third-party tools, including Maven and Eclipse for Java EE. In my post