Re: Using -compileReport and JUnit

2011-05-12 Thread chris.ruffalo
I solved it by making an empty sample project.  I figured that since
the JUnit compilation was happening that there would be some way to
interface with the compiler under it.

Chris

On May 12, 4:01 am, Raphael André Bauer
 wrote:
> On Wed, May 11, 2011 at 10:48 PM, chris.ruffalo  
> wrote:
>
> > I'm working on a GWT extension library and would like to get a compile
> > report.  My project is just an adjunct to GWT and doesn't have any
> > UI.  I will be creating samples when the library is finished but the
> > bulk of my code generation is done now.
>
> > Is there any way to set -compileReport while using JUnit?
>
> Don't think it's possible. You need some kind of starting point to
> make the cross compilation happen (usually an entry point of a
> module). If you don't have such a starting point there is no way to
> generate the compileReport.
>
> Best,
>
> Raphael
>
>
>
>
>
>
>
>
>
> > Thanks.
>
> > Chris
>
> > --
> > 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 
> > 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-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.



Re: Using -compileReport and JUnit

2011-05-12 Thread Raphael André Bauer
On Wed, May 11, 2011 at 10:48 PM, chris.ruffalo  wrote:
>
> I'm working on a GWT extension library and would like to get a compile
> report.  My project is just an adjunct to GWT and doesn't have any
> UI.  I will be creating samples when the library is finished but the
> bulk of my code generation is done now.
>
> Is there any way to set -compileReport while using JUnit?

Don't think it's possible. You need some kind of starting point to
make the cross compilation happen (usually an entry point of a
module). If you don't have such a starting point there is no way to
generate the compileReport.


Best,

Raphael

>
> Thanks.
>
> Chris
>
> --
> 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.
>
>

-- 
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.



Using -compileReport and JUnit

2011-05-11 Thread chris.ruffalo

I'm working on a GWT extension library and would like to get a compile
report.  My project is just an adjunct to GWT and doesn't have any
UI.  I will be creating samples when the library is finished but the
bulk of my code generation is done now.

Is there any way to set -compileReport while using JUnit?

Thanks.

Chris

-- 
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.