Re: How can I combine 2 projects into one with gwt 1.6+?

2009-04-08 Thread yss...@gmail.com
Hi, Brandon Have you found the solution ? I have now same problem as yours. If you've already have solution, could you share it for me please ? thanks. ysshir On Apr 7, 11:47 am, branflake2267 branflake2...@gmail.com wrote: Yea, I want to reuse the submodules as most as possible,  but I

Re: How can I combine 2 projects into one with gwt 1.6+?

2009-04-06 Thread branflake2267
Yea, I want to reuse the submodules as most as possible, but I don't want to compile them into jars every time I make a change. I am trying to figure out how to configure the compiler to use the other projects as if it where one big project. Thanks for your help. Brandon On Mar 26, 2:00 pm,

Re: How can I combine 2 projects into one with gwt 1.6+?

2009-03-26 Thread Sumit Chandel
Hi Brandon, I'm not clear why you would need to compile the sub modules independently from the main module. The GWT compiler performs a monolithic compilation for each module it compiles, therefore the submodules would be completely independent from the main module if they were compiled

Re: How can I combine 2 projects into one with gwt 1.6+?

2009-03-22 Thread branflake2267
Hi Sumit Chandel, Thanks for taking the time to answer my questions! The Ant setup is heading in the right direction for me. I haven't figured out how to include other modules in ant. I have figured out how to include them in the debug configurations, and libraries in eclipse. I would prefer to

Re: How can I combine 2 projects into one with gwt 1.6+?

2009-03-05 Thread Sumit Chandel
Hi Brandon, I think the typical way to reuse an existing GWT module in another is to package that module into a JAR file (source included) and then refer to the module from main project in its module XML file, as you did above. You would then add that JAR to any launch or compilation scripts so

Re: How can I combine 2 projects into one with gwt 1.6+?

2009-03-04 Thread branflake2267
How do I include the classpath for another module so ant will build? - My main module com.gawkat.gwt.Test - In Text.gwt.xml file I include inherits name='com.gawkat.gwt.Apple'/ - I have added Apple projects classpath and src folder to Test Debug Configurations classpath and hosted mode will

How can I combine 2 projects into one with gwt 1.6+?

2009-03-03 Thread branflake2267
Could anybody help me figure out how to combine 2 project into one with gwt 1.6+ and build them in the War folder using the ant system that is already configured? 1. I figured out how to add the included project into the class path in ecplise to work in hosted mode. - Buildpath classpath