Re: GWT JAR Issue

2009-07-31 Thread CI-CUBE
Well, the basic issue (JAR creation) is fixed, I simply re-installed Eclipse (planned to switch to 3.5 anyway). Just for clarification (and to avoid additional effort): if I want to include a separate Java library, this must be introduced to GWT as another GWT project? So there's no way - e.g.

Re: GWT JAR Issue

2009-07-31 Thread Rajeev Dayal
Hi, Any java code that is used by GWT must be in some module's source path. The Interface that you're referencing in (2) from (1) is not part of any module's source path. One way to get around this without introducing a new module is to change the package of the interface so that from the

GWT JAR Issue

2009-07-30 Thread CI-CUBE
For my non-trivial GWT O3D(JS) App I need to split the code into a (1) Java library and a (2) GWT Project using that library. (1) and (2) are created as projects inside Eclipse (3.4.2, GWT 1.7, App Engine 1.2.2, JDK 1.6.0_13); (1) is a regular Java project, (2) was created using the GWT wizard.

Re: GWT JAR Issue

2009-07-30 Thread CI-CUBE
P.S. The class files properly are created but nothing where the JAR file should appear --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT JAR Issue

2009-07-30 Thread frederick8206
is like this inherits name='net.myapp.module1.Module1'/ 2009-07-31 frederick8206 发件人: CI-CUBE 发送时间: 2009-07-30 23:20:57 收件人: Google Web Toolkit 抄送: 主题: GWT JAR Issue For my non-trivial GWT O3D(JS) App I need to split the code into a (1) Java library and a (2) GWT Project using