Hi,

Something screwy is going on and I'm not seeing the problem.  I have
been away from GWT for a couple months on other projects.  In the
meantime my linux box was upgraded to a different distribution than I
have used before.  Now, I try to run the GWT compile script and get:

-logLevel should be followed by one of
  ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL

This is extra odd since I am not using logLevel in the <project>-
compile script.  My script looks like:

#!/bin/sh
APPDIR=`dirname $0`;
java  -cp "$APPDIR/src:$APPDIR/bin:/path/to/gwt-linux-1.5.0/gwt-
user.jar:/path/to/gwt-linux-1.5.0/gwt-dev-linux.jar"
com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@"
com.xyz.foo.myProject;


I am running: Red Hat Enterprise Linux Server release 5.2
Java: version "1.4.2"
GWT 1.5.0

This also happens with GWT 1.5.2

This has got to be something trivial, right?

--~--~---------~--~----~------------~-------~--~----~
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