zac spitzer wrote:

>Mach II has been released
>
>http://www.mach-ii.com
>
>with three sample apps, roulette, contactmanager and shopping cart
>
>redsky required
>
>being australian, I am thinking this is more of the usual aussie jvm 
>date problems
>as i'm hitting a date problem on the parsing of the xml config file..
>
>anyone got any pointers?
>
ok, it's fixable with a lsparsedatetime on the

MachII\framework\AppLoader.cfc
    shouldReloadConfig
        <cfset lastConfigDate = configFile.dateLastModified/>      
             becomes
        <cfset lastConfigDate = 
LSParseDateTime(configFile.dateLastModified)/>

now I'm on a (shudder) old win98 box here so maybe it will work 
different on w2k etc,
but having CFDIRECTORY return non-parsable dates for datelastmodified is 
REALLY dumb MM!

Zac



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to