Re: GWT Eclipse plugin Ant integration

2009-08-03 Thread Eric
On Jul 31, 9:15 am, Rajeev Dayal rda...@google.com wrote: 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 GWTs webAppCreator to generate a sample project. A build.xml file

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 erjab...@gmail.com wrote: On Jul 31, 9:15 am, Rajeev Dayal rda...@google.com wrote: Hi,

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 GWTs webAppCreator to generate a sample project. A build.xml file will be generated as well, and it will have targets for GWT

GWT Eclipse plugin Ant integration

2009-07-30 Thread johnyzee
I am starting off a new project on GWT 1.7 and trying to utilize the GWT Eclipse plugin. So far it seems to work well, but one thing I really need is being able to script some of the plugin's features so I can integrate it with my build scripts. I have not been able to find f.ex. Ant tasks that