intuit / simple_deploy

Maintenance Mode - Simple Deploy is an opinionated CLI tool for managing AWS Cloud Formation Stacks.
MIT License
64 stars 22 forks source link

Added additional logging for find_xml_file error from xml-simple #197

Closed ccloes-intuit closed 11 years ago

ccloes-intuit commented 11 years ago

@brettweavnet, @rickmendes ... this is not intended to be merged as it is a branch for use by Bradley and Vinu to try and reproduce the find_xml_file error with additional logging.

ccloes-intuit commented 11 years ago

@brettweavnet, @thbishop, @rickmendes ... I believe this is what is causing the xml parse issue that Bradley and Vinu are seeing. If a "blank" exception is sent to xml-simple, it barfs because it assumes you are trying to parse a local file.

I believe that this will resolve this.

ccloes-intuit commented 11 years ago

@brettweavnet ... don't merge yet... I want to spend a little more time with this. I will chat with you tomorrow.