On Thu, 23 Oct 2003, peter reilly <[EMAIL PROTECTED]> wrote:

> The following does the same ......
> 
>   <target name="i-have-won-over-gump">
>     <antcall target="j">
>       <param name="build.sysclasspath" value="ignore"/>
>     </antcall>
>   </target>

It doesn't - if build.sysclasspath is a user property of course.  Try
it with ant -Dbuild.sysclasspath=only and you'll see.

Stefan

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

Reply via email to