On Fri, 6 Sep 2002, Martin <mgainty@hotmail.com> wrote:
> try Ant 1.5Beta2
no reason to use a beta, especially not one that is older than the
latest released version of Ant. The build.sysclasspath property is
there and works since Ant 1.3 IIRC.
This here
> From: "Freier, Rod" <rfreier@acs.utah.edu>
>
> <property build.sysclasspath="ignore" />
Is simply a syntax error, the property task doesn't work that way and
the correct solution (using name and value attributes) has already
been posted.
Stefan
|