> - Ant's <arg> element allows a reference to an existing 
> <path> definition to be specified using a "pathref" attribute 
> on <arg>, while we do not allow this.
> 
>       <arg pathref="fop-classpath" />
> 
>       Is this something we should support ? I'd like to avoid 
> this, if its not really necessary.

Isn't it the same as refid (as in the example below) ? If yes - no need to
introduce additional attribute.
 
> - Our <arg> element allows a <path> to be defined inline, 
> while Ant only allow a reference to an existing <path> 
> definition to be set.
> 
>       <arg>
>               <path refid="fop-classpath" />
>       </arg>
> 
>       or
> 
>       <arg>
>               <path>
>                       <pathelement file="afile.txt" />
>               </path>
>       </arg>

Martin



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to