google-code-export / gwtphp-derpc

Automatically exported from code.google.com/p/gwtphp-derpc
1 stars 0 forks source link

gwtphp-derpc-beta jar missing source files? #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create GWT project, for example default GWT hello world
2. Use GWTPHP instead of java based servlet
3. Add gwtphp-derpc-beta-0.1.jar to project libraries
4. Compile / run project in development mode

What do you see instead?
   Validating newly compiled units
      [ERROR] Errors in 'file:.......'
         [ERROR] Line 3: The import com.didactilab cannot be resolved
         [ERROR] Line 4: The import com.didactilab cannot be resolved
         [ERROR] Line 9: PhpRemoteServiceRelativePath cannot be resolved to a type
         [ERROR] Line 9: The attribute value is undefined for the annotation type PhpRemoteServiceRelativePath
         [ERROR] Line 10: PhpService cannot be resolved to a type
   Computing all possible rebind results for 'com.google.gwt.user.client.UserAgentAsserter'
      Rebinding com.google.gwt.user.client.UserAgentAsserter
         Checking rule <generate-with class='com.didactilab.gwt.phprpc.rebind.PhpRpcServiceGenerator'/>
            [WARN] Unknown type 'com.didactilab.gwt.phprpc.client.PhpService' specified in deferred binding rule
.....

What version of the product are you using? On what operating system?
gwtphp-derpc-beta-0.1.jar, Linux/Eclipse Helios 3.6

Please provide any additional information below.
Checking out the sources from SVN and then link / or create own jar works. It 
looks like to me that GWT needs sources to be there? Because normally it would 
compile sources to javascript? Not sure, very new on this java stuff :-)

Original issue reported on code.google.com by lightwor...@gmail.com on 18 May 2011 at 7:26

GoogleCodeExporter commented 9 years ago
You have right. I forgot all source in the Jar. 
GWT need source to convert java to javascript. It cannot do this with class 
file.
I will rebuild jars soon.

Original comment by mathieu....@gmail.com on 18 May 2011 at 10:49

GoogleCodeExporter commented 9 years ago

Original comment by mathieu....@gmail.com on 19 May 2011 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by mathieu....@gmail.com on 5 Jun 2011 at 9:05