Hi all,
after playing around with the idea of having the parser in its own
project I started wondering if we should not reorganize the project a
little.
Right now we do a compileJava, produce a bootstrap.jar from that and
then compileGroovy using the bootstrap.jar
Why don´t we move all the bootstrap classes into a bootstrap subproject
and have the remaining java and groovy classes in another (or in main)?
I think then we could also for example get rid of the ant jar call to
produce the bootstrap.jar
bye Jochen
- restructuring sources Jochen Theodorou
-