Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 29762 invoked from network); 19 Dec 2002 16:13:25 -0000 Received: from exchange.sun.com (HELO nagoya.betaversion.org) (192.18.33.10) by daedalus.apache.org with SMTP; 19 Dec 2002 16:13:25 -0000 Received: (qmail 18771 invoked by uid 97); 19 Dec 2002 16:14:24 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 18728 invoked by uid 97); 19 Dec 2002 16:14:23 -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 18697 invoked by uid 98); 19 Dec 2002 16:14:22 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Aaron Kelley" To: "'Ant Users List'" Subject: RE: Problem with ClassFileSet Date: Thu, 19 Dec 2002 09:13:00 -0700 Message-ID: <001a01c2a779$8117b090$6935a8c0@ecsplus.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <3E01ED8E.1060606@decodon.com> Importance: Normal X-Authenticated-Sender: akelley@ecsplus.com X-MDRemoteIP: 12.253.136.210 X-Return-Path: akelley@ecsplus.com X-MDaemon-Deliver-To: ant-user@jakarta.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Changing the code is not an option. Not all of it is my code (many developers) and the number of projects we are building is getting pretty massive. Also, we have an odd convention where Views are loaded from Modules. The View is loaded way back in a base class by a naming convention. So this would not work either. Aaron -----Original Message----- From: Frank-Michael Moser [mailto:moser@decodon.com] Sent: Thursday, December 19, 2002 9:02 AM To: Ant Users List Subject: Re: Problem with ClassFileSet How about a workaround: To all your source-files which contain a declaration like MyClass.class add a dummy member MyClass myClassDummy; You will see that GenJar (and the current version of classpath, too) now is able to pick up MyClass as dependency automatically. I don't know if this is an option for you, but however it is a generic and simple work-around. Frank-Michael -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: