Validation of Python Project XML
Status: Beta
Brought to you by:
cyberlynx
A design and code change should be made to Pythana so that if/when a user
tries to load an invalid project it validates if all files/modules exist
in the file location specified with the project XML file, if it does not
then:
1) Warning is generated : Would you like to continue? Yes/No/Yes All
1a) If Yes then validate next file entry in project file
1b) If Yes All then validate rest of file entries in project file
1c) If No abort load
2) If invalid file entries are detected then they are included in the
project but have are identified as invalid (red exclamation for example).