Re: compiling projects with multiple GWT Client modules

2011-03-11 Thread nacho
On Friday, March 11, 2011 1:19:32 AM UTC-3, zixzigma wrote: Hello Everyone, I have broken my Client side part of my GWT app, into several gwt modules, - a common module configuring EventBus,PlaceController,ActivityMapper, + EntryPoint) - several modules each corresponding to a

Re: compiling projects with multiple GWT Client modules

2011-03-11 Thread Brian Reilly
now when I compile individual modules, I get   [ERROR] Module has no entry points defined. I understand this is because only one of my modules has the EntryPoint. do you know how I can get around this problem ? - do you think the only solution is to define a dummy EntryPoint, to make

compiling projects with multiple GWT Client modules

2011-03-10 Thread zixzigma
Hello Everyone, I have broken my Client side part of my GWT app, into several gwt modules, - a common module configuring EventBus,PlaceController,ActivityMapper, + EntryPoint) - several modules each corresponding to a Functional Area (Reports, Tasks, etc), these don't have any EntryPoint,