GWTC is a Java program that reads java files and compiles it into
Javascript. The main class of this java program is
com.google.gwt.dev.Compiler and you can invoke this program in various
ways.

ANT and Eclipse are just two possible (and most typical) ways of invoking
the GWT compiler. If you want a scaffold build.xml for your project, run
the webAppCreator script that ships with GWT.

--Sri


On 16 June 2010 01:49, Daniel Simons <daniel.simo...@gmail.com> wrote:

> I'm curious about what occurs with regard to Ant when eclipse compiles my
> gwt project.  I'm assuming there is a build.xml file that is generated and
> ant runs some javac process declared within the build.xml to compile the
> java into javascript.  If this is correct, is it possible to view the
> contents of that file?  If not correct, could someone explain further what
> is actually going on?
>
>
> Thanks,
> Daniel
>
> --
> 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<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> 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 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.

Reply via email to