I will definitely do this.
<version>0.3.5</version>
is a mistake - it should be 3.5 - so used to make beta versions that the zero was typed before I thought of it.
By the way, I think it would be fairly easy to switch from ant to maven, but to complete the switch:
1) [optional, but better] Follow the maven layout
source files in src/main/java
antlr files in src/main/antlr
test files in src/test/java
2) optional, but much better since it is the only missing dependency, upgrade to jetty >= 6
benjamin
Thanks Benjamin. It seems very much that everyone is using Maven these days, but I dont have any experience with it. If you could continue to post updates, that would be appreciated!
Question, why is version
<version>0.3.5</version>
?
Craig