I manually added all of the dependencies of Google App Engine SDK to my Eclipse project. That is, I add all JAR files to the classpath of the Eclipse project. I also extracted all JAR files that contained a "repackaged" folder and added them to the classpath as well. The resulting .classpath file of Eclipse looks like the one at <http:// goo.gl/BnP0a>. After adding all the dependencies of Google App Engine SDK, Eclipse can now resolve all of the import statements. However, I still get hundreds of compilation problems. Please see <http://goo.gl/ TZ5wE> for a list of compilation problems that exist in my Eclipse project. Would someone be able to help me resolve these compilation problems?
Thanks, Mohsen Vakilian On Dec 20, 6:41 pm, Mohsen Vakilian <[email protected]> wrote: > I imported the code at <http://googleappengine.googlecode.com/svn/ > trunk/java/> into Eclipse but have a hard time resolve all the > compilation problems. > > I've successfully ran the "dist" target of the ANT script at <http:// > googleappengine.googlecode.com/svn/trunk/java/build.xml>. > > The main problem is that GAE has many dependencies and some of the > dependencies are buried inside the "repackaged" folders of JAR files. > I wonder if there is a better way to fetch all the dependencies of > GAE. I looked for Maven files in the repository but couldn't find any. > I'd appreciate your help in compiling GAE source code in Eclipse. > > Thanks, > Mohsen Vakilian -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
