RE: Magic - included resources for custom Ant task (magic plugin?)
"Stephen McConnell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <002801c4837d$fc904340$1601a8c0@gloria> |
> Then inside you build.xml you can reference the BUILD path using the
> following statement:
>
> <x:path key="xsd2jibx" id="the-path"/>
BTW - if you want to verify what is actually assigned to the 'the-path'
id you can something like this:
<x:path key="xsd2jibx" id="the-path"/>
<property name="some-property" refid="the-path"/>
<echo>${some-property}</echo>
Steve.