From ant-dev-return-15509-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Mon Jul 09 13:12:53 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 72503 invoked by uid 500); 9 Jul 2001 13:12:43 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 72002 invoked from network); 9 Jul 2001 13:12:37 -0000 >Received: from pc1mplr (pc1-mplr.oce.nl [134.188.160.217]) by smtp02.oce.nl (8.9.3/8.9.3) with SMTP id PAA00066 for ; Mon, 9 Jul 2001 15:04:38 +0200 (MET DST) Message-ID: <00d501c10878$1b37e430$d9a0bc86@pc1mplr> From: "Maurice le Rutte" To: References: <37B2E6BFD50BD411970000B0D021D9C032393C@intranet.tel.cril.net> <002b01c10857$ee97fe80$73010c3f@cognetnt> <0107091927000G.02725@helm.realityforge.org> <3B499FFB.6E4CD593@somanetworks.com> Subject: Re: [PATCH] BorlandDeploymentTool task Date: Mon, 9 Jul 2001 15:07:28 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > I'm with Peter on this one. I'm vastly more in favour of explicit imports than > promiscous * imports, for exactly the reasons Peter describes. In our project we use explicit imports. Sometimes you end up with importing over 20 classes. I think gives way to much import lines. Personally I use the rule to explicitely import when having less than 4 classes from one package. Maurice le Rutte.