Using External Jars in Eclipse

2009-10-08 Thread Rakmos

I have been searching for several hours for some type of a tutorial on
how to do this.  I was wanting to use some widgets from GwtExt because
of their easy validation methods, but cannot seem to get my webapp to
compile.

I have linked the jar file as an external jar, and it shows up under
Referenced Libraries in the Package Explorer in eclipse.

Do I need to add a source tag in the gwt.xml file for my webapp?  If
so, what is the format of this tag?

Also, I keep seeing the term java classpath.  What does that mean?  Is
that was appears in the Package Explorer under src?

The error message is :

Unable to find 'com/gwtext/client/widgets/form/TextField.gwt.xml' on
your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Help with web application if possible.

2009-09-28 Thread Rakmos

I have eclipse installed with the GWT as well as the full blown Java
SDK.  I created a GWT template web application that is standard within
eclipse.  I basically am testing functionality of being able to send
an email using the shell that is provided from eclipse.  I have
renamed several files, and for whatever reason, when I change the
web.xml file located in the war/WEB-INF directory to the relative path
for the servlet -- I change the url-pattern property of the servlet-
mapping item to /email instead of /greet -- I lose the ability to
communicate with the server.  My question is where else is this
information being stored, because it clearly is not pulling the
information just from the web.xml file.

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