Sounds like a maven error, so I moved it to our build tools forum. Which Eclipse are you using? What maven plugin do you have installed? Are you behind a proxy? What is the full stack trace?
Bill Gorder wrote:Sounds like a maven error, so I moved it to our build tools forum. Which Eclipse are you using? What maven plugin do you have installed? Are you behind a proxy? What is the full stack trace?
So many questions!
Eclipse 3.7
Maven Plug in: Comiler plugin? 2.3.2
Proxy is not an issue. I have my settings.xml set
How do I get the full stack trace?
Could you try running the build from the command line and posting the full mvn output? Most likely you don't have access to the repository that Maven is attempting to get the antlr JAR from.
Peter Johnson wrote:Could you try running the build from the command line and posting the full mvn output? Most likely you don't have access to the repository that Maven is attempting to get the antlr JAR from.
I fixed it. I changed Antlr to version 3.4. Deleted that part of my repo. In Eclipse, I configured my project as a Maven project (oops), and then ran .