diff -r 044383f39525 -r be27ed110b50 buildframework/helium/tools/preparation/overlays.ant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/tools/preparation/overlays.ant.xml Wed Oct 28 14:39:48 2009 +0000 @@ -0,0 +1,62 @@ + + + + + Scans the overlay structure and creates report. + + + + + + + + + +import comments + +files = r'${overlay.files.path}'.split(';') + +# Create a comment parser that extracts branchInfo XML elements in comments +parser = comments.CommentParser(files, 'branchInfo') +doc = parser.scan() + +# Write the XML content to a log file +logfile = open(r'${overlays.log.file}', 'w') +doc.xml(logfile, indent=u"yes") +logfile.close() + + + + + + + + + WARNING: 'overlay.files' reference not defined. Overlay scanning will not happen. + + + + \ No newline at end of file