Have you tried an extra
   <jvmarg value="-style PRETTY"/>

or amended the existing tag to

   <arg value="-Xmx256M -style PRETTY"/>

I haven't tried it, but surely one of those will work.

Ian

http://examples.roughian.com


2009/8/10 Rado <rrrado...@gmail.com>

>
> I can't figure out how to turn of -style pretty in compilation. Here
> is piece of build.xml file from gwt sample application:
>
> <target name="gwtc" depends="javac" description="GWT compile to
> JavaScript">
>    <java failonerror="true" fork="true"
> classname="com.google.gwt.dev.Compiler">
>      <classpath>
>        <pathelement location="src"/>
>        <path refid="project.class.path"/>
>      </classpath>
>      <!-- add jvmarg -Xss16M or similar if you see a
> StackOverflowError -->
>      <jvmarg value="-Xmx256M"/>
>      <!-- Additional arguments like -style PRETTY or -logLevel DEBUG
> -->
>      <arg value="com.google.gwt.sample.showcase.Showcase"/>
>    </java>
>  </target>
>
> what is the exact syntax for -syle pretty?
> I've tried to add line
>    <arg value="-style PRETTY"/>
>  but there was just compilation error about unknown argument.
> Can anybody send me exact line please?
> Thank you.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@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