<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 location="${essys.sdk}/src" />
<path refid="project.class.path" />
</classpath>
<jvmarg value="-Xmx448M" />
<jvmarg value="-Xms448M" />
<arg value="-style" />
<arg value="OBF" />
<arg value="-war" />
<arg value="${webContentProjeto}" />
<arg value="${classe}" />
</java>
</target>
Em quarta-feira, 20 de maio de 2015 02:23:58 UTC-4, naveen gayar escreveu:
--HiI 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.Thanksnavindian
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment