Tagged Questions
2
votes
4answers
287 views
Scala, Maven, and preprocessors
I know all of the philosophical arguments against preprocessors and macros in Java. I don't agree that just because some may abuse a language feature, it should be excluded for all.
I would like to ...
2
votes
1answer
494 views
Using m4 macros with Eclipse & Java
Is there a way to use m4 macros when developing in Java for Eclipse, ie. making sure the preprocessor is automatically invoked before Eclipse compiles?
Or has anyone used another preprocessor ...
0
votes
3answers
236 views
preprocessor API for Java
Does anyone know of a Java preprocessor library? I'm searching for something like m4. I could just invoke m4 from Java and capture the result, but I don't want to depend on m4 being installed in the ...