Turned out that my problem with permanently registering my custom tasks was
that I was actually using a different set of bits than I thought I was.
Using -verbose gave me the clue. It works as expected, of course.
--
Gary
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 5:08 PM
Subject: Running optional tasks
> I downloaded Pvcs source compiled and put it into optional.jar, which is
in
> %ANT_HOME%\lib.
> When I try to use <pvcs /> I get
> Could not create task of type: pvcs. Common solutions are to use
taskdef
> to declare your task, or, if this is an optional task , to put the
> optional.jar in the lib directory of your ant installation
(ANT_HOME).
>
> What am I doing wrong?
>
> Eric
>
>