Hi,
I was having a similar problem
Try removing the ".\src\de\crizzi\testwiese;" and using 
"de.crizzi.testwiese.testwiese" as the module instead

For my app it worked like this:

java -cp 
%gwt_path%\gwt-dev.jar;%gwt_path%\gwt-user.jar;%gwt_path%\validation-api-1.0.0.GA.jar;%gwt_path%\validation-api-1.0.0.GA-sources.jar;.\lib\json-rpc-1.0.jar;.\lib\libthrift-0.6.1.jar;.\lib\slf4j-api.jar;.\lib\slf4j-simple.jar;.\src
 
com.google.gwt.dev.Compiler -logLevel INFO 
com.newtec.cameracalibration.Calibration

On Monday, July 23, 2012 8:04:32 PM UTC+2, kratzbaumkordel wrote:
>
> Hi Joseph, thanks for your reply and sorry it took me so long!
>
> My batch file looks like this (with real paths this time). It is located 
> in the project's main folder (one level above src folder). The module is 
> renamed to "testwiese" in the .gwt.xml file using <module rename-to ...>.
>
> java -cp 
> C:\gwt-2.4.0\gwt-dev.jar;C:\gwt-2.4.0\gwt-user.jar;C:\gwt-2.4.0\validation-api-1.0.0.GA.jar;C:\gwt-2.4.0\validation-api-1.0.0.GA-sources.jar;.\lib\gwt-dnd-3.1.2.jar;.\lib\gwt-voices-2.0.0.jar;.\src\de\crizzi\testwiese;.\src
>  
> com.google.gwt.dev.Compiler -logLevel DEBUG testwiese
>
>
>
> Am Mittwoch, 18. Juli 2012 03:22:39 UTC+2 schrieb Joseph Lust:
>>
>> Can you supply the commandline argument you're using to launch the GWT 
>> compile from in the batch file?
>>
>> Just a wild guess, since you've redacted your path, but on my GWT 
>> projects the argument passed in looks something like this:
>> com.lustforge.testbed.TestBed
>> *
>> *
>> Perhaps you need:
>> main.package.client.entrypoint.EntryPoint 
>>
>>
>>
>>
>> Sincerely,
>> Joseph
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/qqTFQIo-FJYJ.
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