Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 12788 invoked by uid 500); 28 Jul 2003 20:14:04 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 12775 invoked from network); 28 Jul 2003 20:14:03 -0000 Received: from swan.risc.uni-linz.ac.at (193.170.37.126) by daedalus.apache.org with SMTP; 28 Jul 2003 20:14:03 -0000 Received: from risc.uni-linz.ac.at (koyote.risc.uni-linz.ac.at [193.170.37.121]) by swan.risc.uni-linz.ac.at (8.12.3/8.12.3/Debian-6.4) with ESMTP id h6SKE7fC010114 for ; Mon, 28 Jul 2003 22:14:08 +0200 Message-ID: <3F25840F.9020101@risc.uni-linz.ac.at> Date: Mon, 28 Jul 2003 22:14:07 +0200 From: Rebhi Baraka User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: ar-sa, ar MIME-Version: 1.0 To: user@ant.apache.org Subject: classpath in javac and java Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In my build file, when I build javac target, I notice that it includes all jar files in CLASSPATHs in my .tcshrc script. But when building a java target it does not include them. What is the reason behind this behavior. In this case, how can I exclude any jars other than the jars I specify in the build file? Thanks, Rebhi. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org