How to build Eclipse JDT Core from source code via Git?
问题 I want to build Eclipse JDT Core from source code via Git. Naïvely, I cloned git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core.git and tried to run mvn validate (the most basic of Maven phases) from the Git master branch but this failed with errors below. I am a Debian Linux user with Maven 3.0.5 and JDK 1.7 installed. I am interested to hack on class ASTParser, which can parse Java code. I realise building Eclipse projects is hard, but I cannot find the definitive "recipe" page anywhere on