Re: need to change relative path to absolute path

2008-09-11 Thread Pete Kay
Hi,

I am bringing up a brand new default app that I am creating using
ApplicationCreator and ProjectCreator.  However, I am getting the following
error when Runing it from Eclipse:

'com.yht.ui.gwt.Application/Application.html' does not appear to be a valid
fully-qualified Java class name
Google Web Toolkit 1.5.2
ApplicationCreator [-eclipse projectName] [-out dir] [-overwrite] [-ignore]
[-addToClassPath classPathEntry] [-addModule module] className
where
  -eclipse Creates a debug launch config for the named eclipse
project
  -out The directory to write output files into (defaults to
current)
  -overwrite   Overwrite any existing files
  -ignore  Ignore any existing files; do not overwrite
  -addToClassPath  Adds extra elements to the class path.
  -addModule   Adds extra GWT modules to be inherited.
and
  classNameThe fully-qualified name of the application class to
create

What is wrong with my eclipse?  Could someone please help me out?

Thank you in advance for all your help.

Pete

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---



need to change relative path to absolute path

2008-09-10 Thread ArunDhaJ

Hi All,
I'm using GWTv1.5.0. Actually I'm using gwt as an UI integrating with
a third party framework. I need to change all the relative references
for the resources to an absolute reference. Like the reference to
Standard.css is relatively refered as /gwt/standard/standard.css, i
need to add my host address too to make it an absolute reference like
http://localhost/ord?module://module/com/mycompany/myapplication/rc/gwt/standard/standard.css

Please help me in this regards. Thanks in advance !

- ArunKumar.D
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---