Re: Help - multiple modules in the same Eclipse project

2009-07-31 Thread Rajeev Dayal
In your launch configuration for A, do you specify both the A and B modules on the command line when launching hosted mode? On Thu, Jul 30, 2009 at 2:08 PM, Petarian imran...@gmail.com wrote: Hi, I have two modules A and B in one eclipse project. Both have their own Launcher, which work

Re: Help - multiple modules in the same Eclipse project

2009-07-31 Thread Imran
Perfect. I wasn't doing that. Thanks Rajeev. Petarian. On Fri, Jul 31, 2009 at 11:52 AM, Rajeev Dayal rda...@google.com wrote: In your launch configuration for A, do you specify both the A and B modules on the command line when launching hosted mode? On Thu, Jul 30, 2009 at 2:08 PM,

Help - multiple modules in the same Eclipse project

2009-07-30 Thread Petarian
Hi, I have two modules A and B in one eclipse project. Both have their own Launcher, which work fine. However, when once I launch A, I want to type the URL for B. For example: When I launch A, the URL is: http://localhost:/A.html I want to type: http://localhost:/B.html in the same