Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 77849 invoked from network); 23 Apr 2002 16:31:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Apr 2002 16:31:35 -0000 Received: (qmail 23247 invoked by uid 97); 23 Apr 2002 16:31:31 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 23230 invoked by uid 97); 23 Apr 2002 16:31:30 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 23219 invoked from network); 23 Apr 2002 16:31:30 -0000 Message-ID: From: "Saripalli, Raju" To: "'Ant Users List'" Subject: RE: task Date: Tue, 23 Apr 2002 12:31:22 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1EAE4.4E002540" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1EAE4.4E002540 Content-Type: text/plain I set build.sysclasspath to 'ignore', and it works for tasks but has no effect for classpath settings in tasks. Raju -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: Tuesday, April 23, 2002 12:02 PM To: ant-user@jakarta.apache.org Subject: Re: task On Tue, 23 Apr 2002, Raju Saripalli wrote: > Is there a way of elminating the inclusion of the classpath of the > process which actually started the initial Ant build? It depends on the task. has includeantruntime for this. A more general solution is the magic build.sysclasspath property, see - setting it to ignore will probably do what you want but may have unwanted side effects, give it a try. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: ------_=_NextPart_001_01C1EAE4.4E002540--