> From: Nicolas Vervelle [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, March 24, 2005 4:51 AM
> To: [email protected]
> Subject: Sorting a property file ?
> 
> Hi,
> 
> I have a property file that is generated by <modified> in a <fileset>.
> I would like to sort its content so that the files in it are sorted by

> directory.
> Is it possible ?
> 
> Nicolas

Out of curiosity, what would be the point? Since java.util.Properties
extends java.util.Hashtable, when a property file is loaded there is no
way to access the properties in the order in which they exist in the
file.

Rick


--
Rick Genter
Principal Engineer
Silverlink Communications
<mailto:[EMAIL PROTECTED]>
(781) 272-3080 x242

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to