From dev-return-46967-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Wed Jun 11 10:51:54 2003 Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 81952 invoked by uid 500); 11 Jun 2003 10:51:53 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 81938 invoked from network); 11 Jun 2003 10:51:53 -0000 Received: from unknown (HELO mta10.mail.mel.aone.net.au) (203.2.192.91) by daedalus.apache.org with SMTP; 11 Jun 2003 10:51:53 -0000 Received: from 2Cust60.tnt3.syd4.da.uu.net ([63.60.6.60]) by mta10.mail.mel.aone.net.au with ESMTP id <20030611104839.PUVQ19646.mta10.mail.mel.aone.net.au@2Cust60.tnt3.syd4.da.uu.net> for ; Wed, 11 Jun 2003 20:48:39 +1000 From: Conor MacNeill To: "Ant Developers List" Subject: Re: import statements Date: Wed, 11 Jun 2003 20:56:01 +1000 User-Agent: KMail/1.5 References: <3EE6279F.4040901@cognition.olin.edu> In-Reply-To: <3EE6279F.4040901@cognition.olin.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306112056.01408.conor@cortexebusiness.com.au> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, 11 Jun 2003 04:46 am, Gus Heck wrote: > I was noticing that the file I am working on has it's imports in > alphabetical order. Is this the standard, or are we free to organize our > imports however we want in submissions? > I have noticed some that arn't quite alphabetical, and I actually prefer > a different organization altogether.... > You can put the imports in any order you want. There is no guarantee that they will stay that way, though. Wildcard imports should be avoided. Conor --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org