On Fri, 6 Jun 2003 12:24 am, Timothy Bennett wrote: > Is there any way to tell Phoenix that you'd like a special ordering to the > loading of SARs in the apps directory. Currently it seems to default to > the order in which the SARs were copied into the apps directory.
The default is system specific behaviour. Basically the order in which the OS returns the files when you list them. I just went and changed the CVS version of Phoenix so that it orders the deployments lexicographically. From the javadocs; "The ordering defined by this method depends upon the underlying system. On UNIX systems, alphabetic case is significant in comparing pathnames; on Win32 systems it is not." -- Cheers, Peter Donald ------------------------------------------------------------ militant agnostic: i don't know, and you don't know either. ------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
