Re: [gwt-contrib] Some separate compilation errors/questions
I have a patch in review at https://gwt-review.googlesource.com/#/c/7290/to make that error message more helpful when strict source inclusion is turned on. On Thu, Apr 24, 2014 at 12:02 PM, John Stalcup wrote: > Incremental builds are strict about source paths. > > Normal compiles implicitly include "client", but incremental builds do not > because doing so would create massive amounts of duplicate source inclusion. > > Based on the error message i think you need to add a " path="client" />" to the biz/codr/gwt/incremental/Inremental.gwt.xml file. > Let me know if this fixes it for you. > > > On Thu, Apr 24, 2014 at 1:37 AM, Jens wrote: > >> Thanks for trying it out. >>> >>> I would open bugs for these issues. >>> >> >> After fixing all errors in my small app I encountered a final error I am >> unable to solve. The incremental compiler can't seem to find the EntryPoint >> of my app. After some debugging it looks like that all classes pulled in by >> my entry point module (root module) are missing in the corresponding >> LibraryTypeOracle. In case I did something strange I created a new empty >> project with EntryPoint and this fails to compile as well: >> >> https://code.google.com/p/google-web-toolkit/issues/detail?id=8686 >> >> -- J. >> >> >> -- >> http://groups.google.com/group/Google-Web-Toolkit-Contributors >> --- >> You received this message because you are subscribed to the Google Groups >> "GWT Contributors" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [gwt-contrib] Some separate compilation errors/questions
Incremental builds are strict about source paths. Normal compiles implicitly include "client", but incremental builds do not because doing so would create massive amounts of duplicate source inclusion. Based on the error message i think you need to add a "" to the biz/codr/gwt/incremental/Inremental.gwt.xml file. Let me know if this fixes it for you. On Thu, Apr 24, 2014 at 1:37 AM, Jens wrote: > Thanks for trying it out. >> >> I would open bugs for these issues. >> > > After fixing all errors in my small app I encountered a final error I am > unable to solve. The incremental compiler can't seem to find the EntryPoint > of my app. After some debugging it looks like that all classes pulled in by > my entry point module (root module) are missing in the corresponding > LibraryTypeOracle. In case I did something strange I created a new empty > project with EntryPoint and this fails to compile as well: > > https://code.google.com/p/google-web-toolkit/issues/detail?id=8686 > > -- J. > > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > --- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [gwt-contrib] Some separate compilation errors/questions
> > Thanks for trying it out. > > I would open bugs for these issues. > After fixing all errors in my small app I encountered a final error I am unable to solve. The incremental compiler can't seem to find the EntryPoint of my app. After some debugging it looks like that all classes pulled in by my entry point module (root module) are missing in the corresponding LibraryTypeOracle. In case I did something strange I created a new empty project with EntryPoint and this fails to compile as well: https://code.google.com/p/google-web-toolkit/issues/detail?id=8686 -- J. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.