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, because I'm using maven, and it was created with "mvn eclipse:eclipse". I will check maybe the WTP version is different in 3.6, so I have to create a new project using "mvn -Dwtpversion=<version> eclipse:eclipse"
On Thu, Jul 1, 2010 at 5:11 PM, Jason Parekh <[email protected]> wrote: > 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, > are you re-using your existing workspace from Eclipse 3.5? If not, I wonder > if there are differences between how the project was setup in Eclipse 3.5 > and how it is setup in Eclipse 3.6? > > jason > > 2010/7/1 Bálint Kriván <[email protected]> > >> 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 other war >> directory "${project_loc}/location/to/war" and it was working. Now only the >> generated js is generated to "${project_loc}/location/to/war" but the >> important files to the webserver isn't. >> >> So I have a sry directory where are the sources of the war files (my >> module html, with css and WEB-INF + META-INF directories), but I would like >> to compile the whole project to an other directory (because of VCS). I could >> achieved this in 3.5, but not in 3.6, but I really would like to use the new >> eclipse+plugin. >> >> Thanks! >> >> On Wed, Jun 30, 2010 at 11:44 PM, Jason Parekh <[email protected]>wrote: >> >>> Hi Bálint, >>> >>> Is the checkbox "Launch and deploy from this directory" checked? (It is >>> below the text box you enter the WAR directory in the project properties > >>> Google > Web application.) >>> >>> Also, is this a new project or your existing project? >>> >>> If you don't mind, could you create a new message thread? >>> >>> Thanks, >>> jason >>> >>> 2010/6/29 Kriván Bálint <[email protected]> >>> >>>> Hi! >>>> >>>> I've just downloaded Helios, and installed the GPE, but I'm having an >>>> issues, when I'm starting the Dev Mode it says, that the working >>>> directory does not exists. It wasn't a problem in 3.5, but okay, I've >>>> created it. Then I've noticed it doesn't copy the war files from the >>>> specified directory (This project has a WAR directory checked and the >>>> location is given), but 3.5 does. So currently I can't use Eclipse >>>> Helios and GPE because of this. >>>> Do you know something about these issues? Has anybody else experienced >>>> this? >>>> >>>> Thanks for your help, I really looking forward to use the new Eclipse >>>> with the new plugin! >>>> >>>> Regards, >>>> Bálint Kriván >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google Web Toolkit" group. >>>> To post to this group, send email to >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<google-web-toolkit%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-web-toolkit?hl=en. >>>> >>>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Web Toolkit" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]<google-web-toolkit%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >> >> >> >> -- >> Üdv, >> Kriván Bálint >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Üdv, Kriván Bálint -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
