Re: GWT 1.7 - Development Environment using Eclipse, unable to find weird on classpath

2010-11-05 Thread Panke
It is called WatchdogMain.gwt.xml (with a lowercase D) and is located
at de/spenarion/Watchdog

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



Re: GWT 1.7 - Development Environment using Eclipse, unable to find weird on classpath

2010-11-04 Thread Panke
On 3 Nov., 21:09, Rajeev Dayal rda...@google.com wrote:
 Can you post the source for WatchdogMain.html?


Hi,

you can find a slightly modified version here: 
http://paste.pocoo.org/show/285884/

Thank you, Panke

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



Re: GWT 1.7 - Development Environment using Eclipse, unable to find weird on classpath

2010-11-04 Thread Rajeev Dayal
What is the name of your .gwt.xml file? Is it called WatchDogMain.gwt.xml?
Is it located under your src root/de/szenarion/watchdog/ ?


On Thu, Nov 4, 2010 at 3:13 AM, Panke t.pankr...@googlemail.com wrote:

 On 3 Nov., 21:09, Rajeev Dayal rda...@google.com wrote:
  Can you post the source for WatchdogMain.html?
 

 Hi,

 you can find a slightly modified version here:
 http://paste.pocoo.org/show/285884/

 Thank you, Panke

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



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



Re: GWT 1.7 - Development Environment using Eclipse, unable to find weird on classpath

2010-11-03 Thread Rajeev Dayal
Can you post the source for WatchdogMain.html?

On Tue, Nov 2, 2010 at 4:38 AM, Panke t.pankr...@googlemail.com wrote:

 Hello everybody,

 I’m a student of computer science and in a new job of mine I can work
 at an existing application with gwt.
 Sadly I’m running into problems setting up my development environment.
 At the moment I’m able to compile
 and deploy the application to tomcat successfully, but running it in
 hosted mode does not work.

 When I click the run green button, the the hosted browser comes up and
 in the develoment shell I get these errors:

  [TRACE] The development shell servlet received a request for
 'szenarion/watchdog/server/WatchdogImpl' in module 'de.gwt.xml'
   [TRACE] Loading module 'de'
[ERROR] Unable to find 'de.gwt.xml' on your classpath; could be a
 typo, or maybe you forgot to include a classpath entry for source?

 What I don’t understand is, that I have no module called de.gwt.xml. I
 guess this is an error in my configuration,
 but I don’t know where.

 This is my first time  (seriously) using java and my very first time
 using gwt, so I’ll descripe my environment as
 precise as possible:

 I’m using Windows 7 x64, GWT 1.7 and I have Java6 x86 and x64
 installed. JAVA_HOME points to the x86 version as does my eclipse run
 configuration. Besides that, the run configuration looks like this:

 main class: com.google.gwt.dev.GWTShell
 arguments: -out www de.szenarion.watchdog.WatchdogMain/
 WatchdogMain.html
 classpath: gwt-dev-windows.jar gwt-servlet.jar gwt-user.jar (+ 3rd
 party libs)
 environment: java_home as stated above

 Does anyone know what goes wrong here?

 Thank you, Panke

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



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



GWT 1.7 - Development Environment using Eclipse, unable to find weird on classpath

2010-11-02 Thread Panke
Hello everybody,

I’m a student of computer science and in a new job of mine I can work
at an existing application with gwt.
Sadly I’m running into problems setting up my development environment.
At the moment I’m able to compile
and deploy the application to tomcat successfully, but running it in
hosted mode does not work.

When I click the run green button, the the hosted browser comes up and
in the develoment shell I get these errors:

 [TRACE] The development shell servlet received a request for 
 'szenarion/watchdog/server/WatchdogImpl' in module 'de.gwt.xml'
  [TRACE] Loading module 'de'
   [ERROR] Unable to find 'de.gwt.xml' on your classpath; could be a typo, 
   or maybe you forgot to include a classpath entry for source?

What I don’t understand is, that I have no module called de.gwt.xml. I
guess this is an error in my configuration,
but I don’t know where.

This is my first time  (seriously) using java and my very first time
using gwt, so I’ll descripe my environment as
precise as possible:

I’m using Windows 7 x64, GWT 1.7 and I have Java6 x86 and x64
installed. JAVA_HOME points to the x86 version as does my eclipse run
configuration. Besides that, the run configuration looks like this:

main class: com.google.gwt.dev.GWTShell
arguments: -out www de.szenarion.watchdog.WatchdogMain/
WatchdogMain.html
classpath: gwt-dev-windows.jar gwt-servlet.jar gwt-user.jar (+ 3rd
party libs)
environment: java_home as stated above

Does anyone know what goes wrong here?

Thank you, Panke

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