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 <[email protected]> wrote: > On Wed, May 11, 2011 at 10:48 PM, chris.ruffalo <[email protected]> > 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
