Monday, July 23, 2012

Re: Cannot compile from command line

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/-/sKm2hfPweuwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment