Re: calling GWT Javascript compiler from ant

2010-10-05 Thread 3p1...@googlemail.com
description=Create a war file     zip destfile=/path/to/MyWar.war basedir=war/   /target   target name=clean description=Cleans this project     delete dir=war/WEB-INF/classes failonerror=false /   /target /project Let me know if it works for you. On 4 oct, 11:45, 3p1...@googlemail.com 3p1

calling GWT avascript compiler from ant

2010-10-04 Thread 3p1...@googlemail.com
Hi everyone How can i call the gwt Javascript compiler -- 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

calling GWT Javascript compiler from ant

2010-10-04 Thread 3p1...@googlemail.com
Hi everyone How can i call the gwt Javascript compiler from an Ant build script? I am using eclipse 3.5 with GWT plugin 2.0 best regards -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: calling GWT Javascript compiler from ant

2010-10-04 Thread 3p1...@googlemail.com
-style PRETTY or -logLevel DEBUG --       arg value=org.whatever.yourapphere/     /java   /target Basically, the GWT compiler is just a java program you can invoke via the java command... Hope this helps - best regards      Sebastian Rothbucher On 4 Okt., 12:13, 3p1...@googlemail.com 3p1