Revision: 7766
Author: [email protected]
Date: Tue Mar 23 08:46:54 2010
Log: Added reference to permCount.txt
http://code.google.com/p/google-web-toolkit/source/detail?r=7766

Modified:
 /wiki/DistributedBuilds.wiki

=======================================
--- /wiki/DistributedBuilds.wiki        Tue Mar 23 08:23:58 2010
+++ /wiki/DistributedBuilds.wiki        Tue Mar 23 08:46:54 2010
@@ -16,7 +16,7 @@
java -cp ... com.google.gwt.dev.Precompile com.google.gwt.sample.hello.Hello \
     -workDir work
 }}}
-The !CompilePerms command takes a module name and a list of permutations that it should compile. The permutations are numbered sequentially starting from 0. It is up to the embedding build system to know the number of permutations and run the right number of instances of !CompilePerms. Here is a typical set of commands to run: +The !CompilePerms command takes a module name and a list of permutations that it should compile. The permutations are numbered sequentially starting from 0. It is up to the embedding build system to know the number of permutations (which can be obtained from the file {{{permCount.txt}}} in the workDir after running Precompile) and run the right number of instances of !CompilePerms. Here is a typical set of commands to run:
 {{{
java -cp ... com.google.gwt.dev.CompilePerms com.google.gwt.sample.hello.Hello \
     -workDir work

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

To unsubscribe from this group, send email to 
google-web-toolkit-contributors+unsubscribegooglegroups.com or reply to this email with 
the words "REMOVE ME" as the subject.

Reply via email to