Hey, I'm new to GWT and I was wondering if it's recommended to use
GQuery or should I try to stick to pure Java as much as possible?

In any case I've seen the wiki for how to use GQuery and I can't find
the build.xml file anywhere in my Eclipse Project =/ (Eclipse Galileo)
it says I must do this:

which will create a bunch of files containing a sample project. Find
the build.xml file and edit the section with id="project.class.path"
adding

<pathelement location="PATH_TO_DOWNLOADED_gwtquery-1.0-SNAPSHOT.jar"/>

If you're using Eclipse, you may also want to edit the .classpath file
and add the following:

<classpathentry kind="lib" path="PATH_TO_DOWNLOADED_gwtquery-1.0-
SNAPSHOT.jar"/>

but I can't find the build.xml and I'm unsure if the .classpath it
refers to is the one at the beginning of the project (just
a .classpath file).

Also I was wondering how and where to add the javadoc of GQuery so I
can have access to it while developing... thanks  for any answer =)

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