module.xml to module-properties.xml (ant build) translation
"Michael Homeijer" <[email protected]>
| Newsgroups | gmane.comp.krysalis.devel |
|---|---|
| Message-ID | <002401c4014d$1368a070$657ba8c0@homeijer> |
In the init antlet I have transformed the module.xml to a module-properties.xml which is imported after creation. This way we don't need hardcoded src paths in antlets, and for now, we can do without the jxpath notation. Additionally, we could introduce macro's. For example filesets that contain only java files or test files or something. Michael