Re: ANT task for a web project using GWT

2010-08-02 Thread lineman78
There are no provided ANT tasks, however it is not that difficult to
write your own ANT macros to do what you want.  Unfortunately I can't
provide you with my macro, but this should be enough to get you
started:




















this is an extreamly over-simplified version of my macro and will need
some work if you have any generators in your project because the GWT
compiler wants them as class files.  My version of the macro also
exposes a lot more of the other compiler options.

On Aug 2, 2:01 pm, Kady  wrote:
> I am trying to integrate couple of GWT 2.0 modules into a web project
> and wanted to integrate the build process of the modules with that of
> the project.
>
> What are the ANT task options that GWT provides? If not, then are
> there any other 3rd party tools?
>
> Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



ANT task for a web project using GWT

2010-08-02 Thread Kady
I am trying to integrate couple of GWT 2.0 modules into a web project
and wanted to integrate the build process of the modules with that of
the project.

What are the ANT task options that GWT provides? If not, then are
there any other 3rd party tools?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.