Re: Maven + compileReport

2010-05-17 Thread Brian Reilly
The GWT maven plugin actually generates compile reports by default
when it detects that you're using GWT 2.0:

http://mojo.codehaus.org/gwt-maven-plugin/compile-mojo.html#soyc

The files are dropped in an "extra" directory for files that aren't
for deployment:

http://mojo.codehaus.org/gwt-maven-plugin/compile-mojo.html#extra

If you don't change the default build directory, that'll put the
compile report someplace like target/extra//soycReport/
compile-report/.

-Brian

On May 10, 8:09 am, guigui  wrote:
> I use Maven 2, and I want to use the option compileReport.
>
> But I don't know how to execute with Maven.
>
> Can you help me ?
>
> --
> 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 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Maven + compileReport

2010-05-12 Thread guigui
I use Maven 2, and I want to use the option compileReport.

But I don't know how to execute with Maven.

Can you help me ?

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.