Re: Human-readable version of "XML Log File" ?
"Knuplesch, Juergen" <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Tennis, xsltlogpublisher is new to me. As far as I understand the doku, it will do a xsl transformation on the logfile. So you still need the xsltfile. If you use the one shipped with ANT it will be the same. Note, that there are sometimes problems with different versions of XSLT and versions of the processors. Maybe CC provides another xslt file, but I dont know. Greetings from Germany -- Jürgen Knuplesch ________________________________ Von: Tennis Smith [mailto:[email protected]] Gesendet: Donnerstag, 25. Juni 2009 17:23 An: [email protected] Betreff: Re: [Cruisecontrol-user] Human-readable version of "XML Log File" ? OK, that makes sense. THis is basically the same as the xsltlogpublisher, correct? -T On Thu, Jun 25, 2009 at 8:12 AM, Knuplesch, Juergen <[email protected]> wrote: Hello, I used it in my Buildfile. But obviously you can use it anywhere, where you have access to a XSLT-processor. Greetings -- Jürgen Knuplesch ________________________________ Von: Tennis Smith [mailto:[email protected]] Gesendet: Donnerstag, 25. Juni 2009 16:36 An: [email protected] Betreff: Re: [Cruisecontrol-user] Human-readable version of "XML Log File" ? Thanks, Juergen! That's really helpful. When you say "AntSkript", are you referring to the "config.xml" used in the cc base directory, or to the individutal "build.xml" scripts used in each project directory? Thanks, -T On Thu, Jun 25, 2009 at 6:42 AM, Knuplesch, Juergen <[email protected]> wrote: Hello, there is a XSLT File (part of Ant) that transforms it to HTML, which you can read. I use it in my Antskript: <property name="ant.xsltlogfile.xsltfile" location="${ant.home}/etc/log.xsl"/> <property name="ant.xsltlogfile.out" location="${mailstatus.unittestresultdir}/antlog.html"/> <xslt style="${ant.xsltlogfile.xsltfile}" in="${ant.xsltlogfile.in}" out="${ant.xsltlogfile.out}" > </xslt> Greetings Juergen -- Jürgen Knuplesch www.icongmbh.de icon Systemhaus GmbH Tel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 ________________________________ Von: Tennis Smith [mailto:[email protected]] Gesendet: Donnerstag, 25. Juni 2009 15:26 An: [email protected] Betreff: [Cruisecontrol-user] Human-readable version of "XML Log File" ? Hi, Been googling this question and can't find a definitive answer so far. How can I transform the data shown in the "XML Log File" menu item into something more readable? Looking at it right now, my browser complains there isn't a any "style information" associated with it. Where/how do I get the style info to associate with it? :) -T ------------------------------------------------------------------------------ _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------------ _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------------ _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user