Hi there...

If I want to make certain classes available on the client side in GWT, then
it has to be in the "client" folder by default.

However, I want to be able to use classes from another project.  I have
access to the source of the project.

Apparently I have to specify the source in the module (*.gwt.xml) but I
can't get it to work and I don't see any working examples on the internet.

Something like this:


<?xml version="1.0" encoding="UTF-8"?>
<module>

    <inherits name="com.google.gwt.user.User"/>
    <inherits name="com.google.gwt.http.HTTP" />

    <entry-point class="com.mystuff.web.gwt.client.MainEntryPoint"/>

    <source path=???????????????????????????>  //What format???
Hard-coded?  Relative path?  Namespace?

    <!-- Do not define servlets here, use web.xml -->
</module>



Does anyone know how I can do this, or even specify multiple source
locations?

By the way, I am using Netbeans 6.8 on Windows, if it helps.

Regards,
Jason.

-- 
You received this message because you are subscribed to the Google Groups 
"CTJUG Tech" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/CTJUG-Tech?hl=en
For Cape Town Java User Group home page see http://www.ctjug.org.za/
For jobs see http://jobs.gamatam.com/

Reply via email to