Closed GoogleCodeExporter closed 9 years ago
Actually the compiler output is shown on the console. How much you see though
depends
on the logLevel you set. You are using INFO, at that level, you probably only
see
"Compiling module . . . . " but that IS the compiler output. If you want more
info,
set the level.
[INFO] [gwt:compile]
[INFO] establishing classpath list (buildClaspathList - scope = COMPILE)
[INFO] google.webtoolkit.home (gwtHome) *not* set, using project POM for GWT
dependencies
Compiling module com.totsp.sample.Application
Compilation succeeded
Linking compilation into
/opt/projects/gwt-maven/maven-googlewebtoolkit2-plugin/simplesample/target/maven
-gwt-sample-1.0-SNAPSHOT/com.totsp.sample.Application
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
Original comment by charlie....@gmail.com
on 7 Oct 2008 at 9:06
Thanks. I thought INFO was the lowest level...I'll see what it looks like with
other
levels.
Original comment by gfiv...@gmail.com
on 7 Oct 2008 at 9:09
Original issue reported on code.google.com by
gfiv...@gmail.com
on 3 Oct 2008 at 2:11