> 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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to