# HG changeset patch # User Jan Vrany # Date 1426184616 -3600 # Node ID 46a073301c24301f89900bae9b0f01df3010485c # Parent b710d5471770b04e9f96e61299318a73fd4adcc1 Initial version of JUnit XML report reader. Unfinished! diff -r b710d5471770 -r 46a073301c24 reports/Make.proto --- a/reports/Make.proto Thu Mar 12 19:23:28 2015 +0100 +++ b/reports/Make.proto Thu Mar 12 19:23:36 2015 +0100 @@ -34,7 +34,7 @@ # add the path(es) here:, # ********** OPTIONAL: MODIFY the next lines *** # LOCALINCLUDES=-Ifoo -Ibar -LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/browser -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/helpers -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/lint -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libcomp +LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/browser -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/helpers -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/lint -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/goodies/xml/vw -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libcomp # if you need any additional defines for embedded C code, @@ -126,7 +126,7 @@ # build all packages containing referenced classes for this package -# they are nor needed to compile the package +# they are not needed to compile the package (but later, to load it) references: @@ -141,6 +141,7 @@ # BEGINMAKEDEPEND --- do not remove this line; make depend needs it +$(OUTDIR)Builder__JUnitReportReader.$(O) Builder__JUnitReportReader.$(H): Builder__JUnitReportReader.st $(INCLUDE_TOP)/stx/goodies/xml/vw/SAXDriver.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR) $(OUTDIR)Builder__Report.$(O) Builder__Report.$(H): Builder__Report.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR) $(OUTDIR)Builder__ReportFormat.$(O) Builder__ReportFormat.$(H): Builder__ReportFormat.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR) $(OUTDIR)Builder__ReportRunner.$(O) Builder__ReportRunner.$(H): Builder__ReportRunner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/StandaloneStartup.$(H) $(STCHDR)