Hello,
I have a little projet that is composed of a single Servlet.
It's working fine on localhost, but when I want to deploy I get
the following errors :
Validating newly compiled units
Ignored 1 unit with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all
errors.
Finding entry point classes
[ERROR] Errors in
'file:/C:/Users/magnetik/git/semola-rdf/org.magnetik/src/org/magnetik/semola/client/RDFServlet.java'
[ERROR] Line 13: No source code is available for type
javax.servlet.http.HttpServlet; did you forget to inherit a required module?
[ERROR] Line 16: No source code is available for type
javax.servlet.http.HttpServletRequest; did you forget to inherit a required
module?
[ERROR] Line 16: No source code is available for type
javax.servlet.http.HttpServletResponse; did you forget to inherit a
required module?
[ERROR] Line 25: No source code is available for type
com.hp.hpl.jena.rdf.model.Model; did you forget to inherit a required
module?
[ERROR] Line 25: No source code is available for type
com.hp.hpl.jena.rdf.model.ModelFactory; did you forget to inherit a
required module?
[ERROR] Line 37: No source code is available for type
java.io.ByteArrayInputStream; did you forget to inherit a required module?
[ERROR] Unable to find type 'org.magnetik.semola.client.RDFServlet'
[ERROR] Hint: Previous compiler errors may have made this type
unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may
not be inheriting a required module or a module may not be adding its
source path entries properly
Here are the files :
src/org/magnetik/semola/client/RDFServlet.java :
http://pastebin.com/mARFWJ1d
src/org/magnetik/semola/Org_magnetik.gwt.xml : http://pastebin.com/Vei545K2
war/web.xml : http://pastebin.com/y5KKP64w
Ask me if you need any additional informations.
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/HjDgk8LfT1MJ.
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-appengine?hl=en.