Marco Cosentino - 2007-02-03

I installed googlipse both in my laptop (Toshiba Satellite) and in my standalone PC (Pentiu IV / AsusP5P800) but i cannot run the 'Hello World' project into my laptop... i get:
*******************************************************
Unknown argument: -
Google Web Toolkit 1.2.22
GWTShell [-port port-number] [-noserver] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logLevel level] [-gen dir] [-out dir] [-style style] [url]

where
  -port       Runs an embedded Tomcat instance on the specified port (defaults to 8888)
  -noserver   Prevents the embedded Tomcat server from running, even if a port is specified
  -whitelist  Allows the user to browse URLS that match the specified regexes (comma or space separated)
  -blacklist  Prevents the user browsing URLS that match the specified regexes (comma or space separated)
  -logLevel   The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL
  -gen        The directory into which generated files will be written for review
  -out        The directory to write output files into (defaults to current)
  -style      Script output style: OBF[USCATED], PRETTY, or DETAILED (defaults to OBF)
and
  url         Automatically launches the specified URL
**********************************************************
Here my config:

Eclipse SDK Version: 3.2.1 (installed by WST all-in-one pack)
GWT 1.2.22
Googlipse 0.5.4
jre 1.6.0

OS: Windows XP sp2

Thanks a lot!!