0

I would like to try to build Google App Engine for Java from source.

I have tried this:

enter image description here enter image description here enter image description here

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

Robottinosino
  • 10,384
  • 17
  • 59
  • 97
  • 1
    You really shouldn't need to build GAE from scratch just to get proper line numbers. Have you tried just _attaching_ the source? – Matt Ball Sep 03 '12 at 03:14
  • You'd need the exact version of the source that they used to build the plugin you are using, but that should be available somewhere. – Thilo Sep 03 '12 at 03:23
  • I have looked everywhere for matching source/jar... to no avail. – Robottinosino Sep 03 '12 at 03:25
  • Possible duplicate of [Can I restore my source code that has been uploaded into Google AppEngine?](http://stackoverflow.com/questions/2479087/can-i-restore-my-source-code-that-has-been-uploaded-into-google-appengine) – Paul Sweatte Oct 21 '16 at 05:39

0 Answers0