Re: Build file Corresponding to GWT Compilation From Eclipse

2010-06-16 Thread Sripathi Krishnan
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

Build file Corresponding to GWT Compilation From Eclipse

2010-06-15 Thread Daniel Simons
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