enhancement request for Ant event builder task
Thorsten Möller <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <00c401c37bc2$dc736dd0$33d71e8d@Thoro> |
Hi, today I used the ant event taskdef for the first time and I was wondering why I couldn't specify a parameter to tell another name and directory for the template file (by default EventBuilder.template). I know, there is the "template" parameter inside the <build-events> tag in the events.xml, but when using this I must specify an absolute path to get it working. I suppose the file must exist somewhere in the classpath but all I tried to palce the file somewher in a classpath directory doesn't work. It would be very useful to have a task with an additionally parameter something like this: <events sourceout="myOutDir" descriptor="myOptionsDir/events.xml" template="myOptionsDir/myEventTemplate.template"/> Thorsten