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 GWT"s webAppCreator to generate a sample
project. A build.xml file will be generated as well, and it will have
targets for GWT compilation and hosted mode execution. You can adapt this
script for your specific project.

Give that a try, and post back here if you run into any problems.


Rajeev

On Thu, Jul 30, 2009 at 1:31 PM, johnyzee <[email protected]> wrote:

>
> 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 can run these.
>
> At the very least I need to be able to run the GWT compile action from
> my scripts, so I can have a one click 'compile -> package -> deploy'
> process.
>
> In addition to that I would like to be able to start up the
> application in hosted mode from my (Ant) build scripts.
>
> I would appreciate any pointers
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to