Reviewers: Lex, bruce, Description: Hi Lex & Bruce,
could you review this patch for me? It cleans up the compiler logging output. In particular, it eliminates showing SOYC logging by default (even when there is no -soyc). It also shows the absolute path of the war directory where compiler output is stored. By default, compiling Hello now shows, which I believe strikes a nice balance: Compiling module com.google.gwt.sample.hello.Hello Compiling 6 permutations Compiling permutation 1... Compiling permutation 2... Compiling permutation 3... Compiling permutation 4... Compiling permutation 5... Compiling permutation 6... Compile of permutations succeeded Linking into /Users/kprobst/work/gwt-trunk-soyc/eclipse/samples/Hello/war/hello Link succeeded Compilation succeeded -- 17.314s Please review this at http://gwt-code-reviews.appspot.com/60802 Affected files: dev/core/src/com/google/gwt/core/ext/soyc/impl/DependencyRecorder.java dev/core/src/com/google/gwt/core/ext/soyc/impl/SplitPointRecorder.java dev/core/src/com/google/gwt/dev/CompilePerms.java dev/core/src/com/google/gwt/dev/Compiler.java dev/core/src/com/google/gwt/dev/GWTCompiler.java dev/core/src/com/google/gwt/dev/PermutationWorkerFactory.java dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---