Hello,
Mark Webb wrote:
I would like to join the ant developers. I have about 5 years of Java programming experience, and would like to help out. What I am currently working on is an ant java preprocessor. This task would work similarly to how a C preprocessor works you would use #ifdef, #ifndef, #elif and #else. Has anyone tried to write such a task?
Check out http://vpp.sourceforge.net/, a Velocity preprocessor. The syntax will be a little different than CCP but it should do what you want. With the <vppjavac> task, you can preprocess and compile in a single step.
-Bill
