Re: Google Plugin for Eclipse 3.6 + Different war directory

2010-07-12 Thread Rajeev Dayal
On Sat, Jul 10, 2010 at 10:13 AM, Bálint Kriván wrote: > Okay, I've just had time to check it again. I've created a new project in > Eclipse 3.6 called Dynamic Web Project, and added GWT 2.1.0.M2 (set the WAR > directory to src/main/webapp, unchecked Launch & Deploy, but provided war > directory

Re: Google Plugin for Eclipse 3.6 + Different war directory

2010-07-10 Thread Bálint Kriván
Okay, I've just had time to check it again. I've created a new project in Eclipse 3.6 called Dynamic Web Project, and added GWT 2.1.0.M2 (set the WAR directory to src/main/webapp, unchecked Launch & Deploy, but provided war directory using -war "..."). And it still doesn't copy the war files from s

Re: Google Plugin for Eclipse 3.6 + Different war directory

2010-07-01 Thread Bálint Kriván
Hi! Yes, I've downloaded the one with the J2EE support ( http://eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr ). And I made a new workspace for 3.6, so I'm not sure, what's the issue, why it isn't working... The project is the same, I didn't created a new project for 3.6, b

Re: Google Plugin for Eclipse 3.6 + Different war directory

2010-07-01 Thread Jason Parekh
Hi Bálint, Oh, ok. In that case, the only time that GPE copies files to the WAR directory specified by "-war" argument is if you're using the Java EE support in Eclipse. Can you make sure your Eclipse 3.6 includes Java EE support? (Was it the Eclipse for Java EE 3.6 that you downloaded?) Also,

Google Plugin for Eclipse 3.6 + Different war directory

2010-07-01 Thread Bálint Kriván
Sorry, I've forgot to mention that it isn't checked because in the lauch configuration I'm giving an other war directory like this: -war "${project_loc}/location/to/war". And in 3.5, the files/directories (WEB-INF, META-INF) from the "This project has a WAR directory" directory were copied to the o