I'm currently in the process of replacing javaparser with my new project antlr-java-parser which supports JDK7. My question is, should I create a new wrapping project, or replace the existing one? In the end, my new project should replace the need for javaparser, so for now, I'm using the javaparser wrapper.

Also, to develop locally, I've had to hack the jars around a bit since spring-roo references dependencies from the maven central repository. Is there a better way to locally develop code that requires changes in both spring-roo and spring-roo-wrapping?