BuildLogViewer/readme.txt
author Sebastian Brannstrom <sebastianb@symbian.org>
Tue, 10 Aug 2010 19:10:57 +0100
changeset 22 d5911f90500d
parent 2 6894bf2709c0
permissions -rwxr-xr-x
Added the missing database.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
bbe0af256f1b here is a demo which reads and displays xml.
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
This program reads the build output log and presents it to the user.  It makes liberal use of the "Simple DOM Model Example" example provided by Qt. 
bbe0af256f1b here is a demo which reads and displays xml.
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
1
8e9c5760ce6f working on a status view
John Kern <johnk@symbian.org>
parents: 0
diff changeset
     3
To test it out. build it with Qt Creator.  Launch it and open one of the xml files in the test_data directory. 
8e9c5760ce6f working on a status view
John Kern <johnk@symbian.org>
parents: 0
diff changeset
     4
2
6894bf2709c0 add some regex to parse status information.
John Kern <johnk@symbian.org>
parents: 1
diff changeset
     5
Build output, in general, isn't valid xml as it must record all output to be useful. You may find trace output from scripts