Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 4047 invoked by uid 500); 14 Apr 2001 01:04:49 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 4030 invoked from network); 14 Apr 2001 01:04:47 -0000 Message-ID: <018f01c0c47e$e65b4b40$180e11ac@beasys.com> From: "Gary Keim" To: References: Subject: Re: Running optional tasks Date: Fri, 13 Apr 2001 18:04:47 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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: To: 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 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 > >