Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 83264 invoked by uid 500); 9 Jul 2003 14:52:36 -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 83246 invoked from network); 9 Jul 2003 14:52:35 -0000 Received: from tevennec.ago.fr (HELO locarec.ago.fr) (195.101.195.162) by daedalus.apache.org with SMTP; 9 Jul 2003 14:52:35 -0000 Received: from crozet.ago.fr (root@crozet.ago.fr [192.9.200.3]) by locarec.ago.fr (8.12.6/8.12.6/Debian-6Woody) with ESMTP id h69EqaJu004292 for ; Wed, 9 Jul 2003 16:52:36 +0200 Received: (from root@localhost) by crozet.ago.fr (8.9.3+3.2W/8.9.3/Debian 8.9.3-21) id QAA12040 for user@ant.apache.org; Wed, 9 Jul 2003 16:52:36 +0200 Received: from ago.fr (mehetia.ago.fr [192.9.200.27]) by crozet.ago.fr (8.9.3+3.2W/8.9.3/Debian 8.9.3-21) with ESMTP id QAA12033 for ; Wed, 9 Jul 2003 16:52:35 +0200 X-Authentication-Warning: crozet.ago.fr: Host mehetia.ago.fr [192.9.200.27] claimed to be ago.fr Message-ID: <3F0C2C33.F2C832E0@ago.fr> Date: Wed, 09 Jul 2003 16:52:35 +0200 From: Gerard BUNEL X-Mailer: Mozilla 4.75 [fr] (WinNT; U) X-Accept-Language: fr MIME-Version: 1.0 To: user@ant.apache.org Subject: ajbjar task - dependency full Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by AMaViS perl-11 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I initially posted this mail on Jonas mailing list but this one is presumably a better place. When building my EJB jar file, I use the ANT ejbjar task. In order to add automatically needed classes in the jar file I use the parameter: dependency="full". But, When I look inside the JAR file, some additional classes, not needed, are added in it. I'm suspecting some strange dependency between really needed classes and these "not needed" classes. So my question is: Is there a mean to know the rules that are applied byt the FullAnalyser during the ejbjar task. I've been looking around my classes and can't see where are this strange dependencies. I've tested with a tool called DependencyFinder (http://depfind.sourceforge.net/) but I don't find anymore what's wrong in my classes. Did someone already encountered this problem ? Any help appreciated Gerard -- gerard.bunel@ago.fr - Atlantide - http://www.ago.fr/atlantide/ Technop�le Brest Iroise - Site du Vernis - CS 23866 - 29238 BREST Cedex 3 - France - Tel. : +33 (0)2 98 05 43 21 - Fax. : +33 (0)2 98 05 20 34 - e-mail: atlantide-brest@ago.fr Centre Affaires Oberthur - 74D, rue de Paris - 35700 Rennes - France Tel. : +33 (0)2 99 84 15 84 - Fax : +33 (0)2 99 84 15 85 - e-mail: atlantide-rennes@ago.fr --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org