Build Google App Engine Java source from Eclipse
Posted
by
Robottinosino
on Stack Overflow
See other posts from Stack Overflow
or by Robottinosino
Published on 2012-09-03T03:09:18Z
Indexed on
2012/09/03
3:38 UTC
Read the original article
Hit count: 234
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
© Stack Overflow or respective owner