How to generate enum from properties file using ant?

Posted by 01 on Stack Overflow See other posts from Stack Overflow or by 01
Published on 2010-06-09T07:22:52Z Indexed on 2010/06/09 7:32 UTC
Read the original article Hit count: 139

Filed under:
|
|
|
|

I want to iterate over all properties and generate enum class that have every property.

Im thinking about writing custom task, but I think i would need to put it in extra jar :|

im using maven and i want to do it in generate-sources phase.

© Stack Overflow or respective owner

Related posts about java

Related posts about ant