Problem using in GWT project classes from other project/source folders

Posted by voipsecuritydigest.com on Stack Overflow See other posts from Stack Overflow or by voipsecuritydigest.com
Published on 2010-03-18T20:45:43Z Indexed on 2010/03/18 20:51 UTC
Read the original article Hit count: 360

Filed under:
|
|
|

My project contains 2 source folder, one is generic J2EE application another is smartCleintGWT,

I want to use some already existing DTO classes from first source folder (src)

Note that class used on client side and on server side of GWT project!

When I do that I getting error

[ERROR] Errors in 'file:/C:/..Projects/Admin/DMX/src_console/com/ho/nod/client/AdminRPC.java' [ERROR] Line 7: No source code is available for type com.dmx.synch.server.descriptors.DMXLicense; did you forget to inherit a required module?

Source is available obviously; is there any way to import all that into GWT?

PS In the future 2 source folder will be separated into 2 projects...I hope it wont be that complicated as well.

© Stack Overflow or respective owner

Related posts about gwt

Related posts about external