Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 40020 invoked from network); 22 Jan 2002 10:40:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Jan 2002 10:40:56 -0000 Received: (qmail 14333 invoked by uid 97); 22 Jan 2002 10:41:00 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 14314 invoked by uid 97); 22 Jan 2002 10:41:00 -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 14303 invoked from network); 22 Jan 2002 10:40:59 -0000 Date: Tue, 22 Jan 2002 11:40:57 +0100 (CET) From: Holger Rauch Sender: hrauch@miami.datech2.er.heitec.net Reply-To: Holger Rauch To: Ant Users List Subject: RE: Examples for Task In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Ylan! Thanks a lot for your reply! On Mon, 21 Jan 2002, Ylan Segal wrote: > [...] > I do not think will do that, but it is not clear to me what do you > want it to acomplish. What it does now is delete classes that depend on > classes that are out-of-date and thus will be recompiled. How would that > work in a jar? where would the source code for the classes in the jar be? What I want to do is building a JAR file of our app. The Java source code contains import statements that are referring to classes (like JDBC drivers, XML parsers, etc.) that are contained in JARs. What I wanted to know is whether Ant's task is able to "look" into the different JARs included in my CLASSPATH and copies ONLY THE NEEDED classes to the resulting JAR file (instead of indifferently copying all classes and creating a bloated resulting JAR). The size of the resulting JAR is of importance to me since it contains several applets and because most of our customers access the Internet via a modem. Sorry in case I was not clarifying this properly in the beginning. Greetings, Holger -- To unsubscribe, e-mail: For additional commands, e-mail: