grprakash / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Compiler cannot find classes in another project though project is in build path #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create two projects (one GWT, one Java)
2. Add the Java project to the GWT project build path
2. Have an entry point (in GWT) reference a class in the other project
3. Run the GWT Compiler

What is the expected output? What do you see instead?
The project should build successfully but i get this instead:

"Removing units with errors
   [ERROR] Errors in 'file:/.../AuthenticationService.java'
      [ERROR] Line 26: No source code is available for type User; did you
forget to inherit a required module?"

What version of the product are you using? On what operating system?
RC8 on Windows

Please provide any additional information below.

I found a discussion on it:
http://groups.google.com/group/cypal-studio-for-gwt/browse_thread/thread/117c551
9471be8c0

If I get it correctly the GWT compiler needs the source files and not the
class files, but including the project in the build path only includes the
class files and not the source.

Original issue reported on code.google.com by terence....@gmail.com on 1 Aug 2008 at 7:13

GoogleCodeExporter commented 9 years ago
There was some discussions in the google groups on this as well. I'm already 
working
on it and is scheduled for RC9

Original comment by grprakash on 1 Aug 2008 at 7:26

GoogleCodeExporter commented 9 years ago
Fixed with revision # 94

Original comment by grprakash on 7 Aug 2008 at 6:37