You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Frot <fr...@earthling.net> on 2001/09/17 21:54:01 UTC

tag

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

Fred



Re: tag

Posted by Nico Seessle <ni...@apache.org>.
----- Original Message -----
From: "Frot" <fr...@earthling.net>
To: <an...@jakarta.apache.org>
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