hi,
i've changed default project structure so it follows maven project
convention  e.i. source directory is src/main/java instead of original
src folder (i had to update myapp.launch file so eclipse could
recognize my changes).
The problem I have at the moment is that after creating a separate
module in the same application my source files are not being found by
GWT. My project structure is
src/main/java
com.xx.ui.client.event (package name)
com.xx.ui.client.mvc (package name) (com.xx.ui package is my custom
module package)

com.xx.myapp.MyApp
com.xx.myapp.public

MyApp.gwt.xml located in com.xx.myapp inherits
<inherits name='com.xx.ui.MyExt'/> and the package in com.xx.ui has
MyExt.gwt.xml module definition.

What I've noticed is that when I first time call any class from MyExt
module e.g. ClassA eclipse finds a source and debugger works fine but
as soon as it encounters any other class from the same module (MyExt)
e.g. ClassB everything breaks down. No java files from my module can
be found :(


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to