Build Google App Engine Java source from Eclipse
- by Robottinosino
I would like to try to build Google App Engine for Java from source.
I have tried this:
I don't know how to solve the javac Ant task. I am on Mac OS X 10.6.8.
The reason why I am trying to to create a Java Project from the source is that when I try to debug/step-into the sources downloaded from SVN, something is wrong in Eclipse and it does not track execution at the right code line. It seems to be executing "comment lines"? So I don't get an accurate tracking of the code path.
I think what I would ideally need is:
1) svn checkout command with matching REV number of latest SDK
2) wget command downloading matching jar