Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 22408 invoked from network); 11 Aug 2008 18:26:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 18:26:18 -0000 Received: (qmail 79145 invoked by uid 500); 11 Aug 2008 18:26:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 79111 invoked by uid 500); 11 Aug 2008 18:26:13 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 79100 invoked by uid 99); 11 Aug 2008 18:26:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 11:26:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of qazwart@gmail.com designates 72.14.220.157 as permitted sender) Received: from [72.14.220.157] (HELO fg-out-1718.google.com) (72.14.220.157) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 18:25:18 +0000 Received: by fg-out-1718.google.com with SMTP id 16so1032331fgg.22 for ; Mon, 11 Aug 2008 11:25:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=aGcmNrKaIvgCbJdfIlN5D1WR5A/uPFjtGAdeXR+EBd8=; b=aG7nZ19pR0UXbVRpJO7hVuynA2b0Puurum2Wo1w2oBfgIN/U50jc4IjgDkkRlkf3IX lNiIqHXDcaeBkSmxkSQzVLyhj4sPUQClMINbt+ERYaPYYUd9Ec0mtuDKItNi0h8DFQV0 L9FhognnzZ1qzYeJfoOVMz1q4j8Iqwzy+1ULE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=kDoauwQj6ofyBVW1Za5FJhvxNOHBtjrjBJHjZLIltPOoSsj1RWL6OuRX2DnsVZNg33 OfaiNAePTlPQZCZ9wtjhBhkETbZB3zvTsP413fmiFsdCgln6wsP5ysGUPBniHFxyC2Nb ZVqwLQ2C4FO0j8z4rfilZv2ZApUyExm4ekMwM= Received: by 10.86.70.11 with SMTP id s11mr782497fga.51.1218479144381; Mon, 11 Aug 2008 11:25:44 -0700 (PDT) Received: by 10.86.91.1 with HTTP; Mon, 11 Aug 2008 11:25:44 -0700 (PDT) Message-ID: Date: Mon, 11 Aug 2008 14:25:44 -0400 From: "David Weintraub" To: "Ant Users List" Subject: Jar file keeps appearing in classpath MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I have a very weird jarfile that actually has an invalid format (called bad.jar in this example). I have no earthly idea how it is used, but we have to include it. I have a directory called "lib" which is referred to in my build.xml as "${library.dir}". Inside "${library.dir}" are all the files I need in my classpath and then some. In my build.xml, I have the following lines: DEBUG: CLASSPATH = "${classpath.property}" And, when I execute the build.xml, I get the following: $ ant Buildfile: build.xml compile: [echo] DEBUG: CLASSPATH = "blah, blah, blah" [javac] Compiling 73 source files to project/target/compile [javac] error: error reading project/lib/bad.jar; error in opening zip file [javac] 1 error I can examine the echo statement where I am printing out the classpath, and bad.jar does not appear in it. Yet, the javac task is complaining about bad.jar. Any ideas? -- David Weintraub qazwart@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org