On Jan 19, 4:59 pm, jfagh <jfa...@gmail.com> wrote:
> Juan,
> Also, you need to include both .java and .class files in your JAR. And
> the .java files must not reference any unsupported libraries (i.e.
> those that cannot be translated from java to js by GWT)
> James

He doesn't need to include the source files in the same jar. It is
perfectly
valid to build more than one file, presumably through Ant or Maven:

module.jar
module-src.jar
module-javadoc.jar

I would include module.gwt.xml in the source jar.  But if he's trying
to
include third-party libraries without source code in his GWT
compilation,
he'll have problems.  They should stay on the server.

Respectfully,
Eric Jablow
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to