Re: Reference to interface in another project

2009-06-15 Thread bdemchak
Hi, Isaac and Rajeev and everyone else ... I got a good result by following this advice, though with a few bumps. I'm posting a (hopefully) good accounting here so that this post can be helpful to others. As originally described, I was trying to create a project that contains common constants in

Re: Reference to interface in another project

2009-06-07 Thread Rajeev Dayal
Hi Barry, Issac is correct. Please try out his approach, and post back on this thread if you have any other questions or problems. Rajeev On Fri, Jun 5, 2009 at 5:03 PM, Isaac Truett wrote: > Everything you use on the client has to be part of a GWT module. Just > create a module definition (*.

Re: Reference to interface in another project

2009-06-05 Thread Isaac Truett
Everything you use on the client has to be part of a GWT module. Just create a module definition (*.gwt.xml) with pointing to your interfaces. Inherit that module in your app, and you're set. On Tue, Jun 2, 2009 at 5:04 PM, Barry wrote: > > Hi -- > > I have seen a lot of posts referring to vari

Reference to interface in another project

2009-06-02 Thread Barry
Hi -- I have seen a lot of posts referring to variants of this problem, but haven't seen a resolution to this specific situation ... and I'm afraid I'm not making headway. This seems very simple, but if I can't do it, please let me know. I'm running Eclipse 3.4.2 with GWT 1.5.2. I have a perfect