Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 95691 invoked by uid 500); 13 Aug 2001 17:55:30 -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 95682 invoked from network); 13 Aug 2001 17:55:30 -0000 X-pair-Authenticated: 206.154.117.100 Message-ID: <3B781456.3040400@HaskinFerguson.net> Date: Mon, 13 Aug 2001 13:54:30 -0400 From: Denis Haskin Organization: None User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3) Gecko/20010801 X-Accept-Language: en-us MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Appending to the environment's classpath? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Apologies if this is a FAQ, but I searched the mailing list archives with no luck. Am I correct in understanding that it's impossible to append to the classpath for a javac task if the classpath is set at the OS environment level? I'm using 1.3 on Win2k (and Solaris, but I haven't tested it there) and it appears that if I don't specify any classpath in the build file, it takes the value of the CLASSPATH environment variable (as expected). But I'd like to be able to add to the classpath within the build file, but for the life of me I can't figure out how to do it. Evverything I've tried seems to be ignored, and the classpath stays the same (checking this by using -verbose or -debug). Thanks, dwh