GWT Compiler Task

2015-05-20 Thread naveen gayar
Hi I see that gwt provides support for ant. I wish to have the task which compiles the java code and generate javascript folder. Can anybody provide me hint on the same. Thanks navindian -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: GWT Compiler Task

2015-05-20 Thread Mohammed Sameen
Use Jenkins http://jenkins-ci.org/ http://jenkins-ci.org/ On Wednesday, May 20, 2015 at 11:53:58 AM UTC+5:30, naveen gayar wrote: Hi I see that gwt provides support for ant. I wish to have the task which compiles the java code and generate javascript folder. Can anybody provide me hint

Re: GWT Compiler Task

2015-05-20 Thread Mohammed Sameen
Use Jenkins http://jenkins-ci.org/ http://jenkins-ci.org/ On Wednesday, May 20, 2015 at 11:53:58 AM UTC+5:30, naveen gayar wrote: Hi I see that gwt provides support for ant. I wish to have the task which compiles the java code and generate javascript folder. Can anybody provide me hint

GWT Compiler Task

2015-05-20 Thread Thomas Broyer
Have a look at the samples (either download the GWT SDK as a zip file, or browse the source online), some if them use Ant. You can also use the WebAppCreator (or Eclipse new project wizard) to generate a skeleton project with an optional Ant script (have a look at the getting-started docs

Re: GWT Compiler Task

2015-05-20 Thread natan aguiar
target name=CompilarGerarGWT depends=CopiarImagensRelatorio description=Compila para JavaScript unless=PF java failonerror=true fork=true classname=com.google.gwt.dev.Compiler maxmemory=1024M classpath pathelement location=${srcProjeto} / path refid=project.class.path / pathelement