----- Original Message -----
From: "Frot" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 17, 2001 9:54 PM
Subject: <classpath> tag


> What does the <classpath> tag do ? And what are its properties ?
> I don't find it in the docs.
>

It defines a Classpath you can use in other places of your buildfile (if
defined on the top-level, outside any <target>) or a classpath for an
Ant-task that supports a nested classpath-element (for example javac).

See http://jakarta.apache.org/ant/manual/using.html#path

Nico



Reply via email to