You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by simon litwan <si...@wyona.com> on 2005/06/14 15:19:30 UTC

log history URI

hi list

i found in the docu a hint about viewing log files.

Logging
Every time an AntTask is invoked, a log file is created unsing the
XmlLogger (manual entry, JavaDoc). For the location of the log files,
see section File Locations. The log history can be viewed at the URI

http://.../<publication>/logs/tasks/index.html

but i get a error: The area [logs] is not valid!

does somebody know is this a bug, or do i make something wrong?

cheers
simon



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: log history URI

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
simon litwan wrote:

> http://.../<publication>/logs/tasks/index.html
> 
> but i get a error: The area [logs] is not valid!
> 
> does somebody know is this a bug, or do i make something wrong?

<!-- View Logs -->
         <map:match pattern="view-logs" type="usecase">

           <map:match pattern="overview" type="step">
             <map:generate src="pubs/{../../1}/logs/tasks" 
type="directory"/>
             <map:transform src="{fallback:xslt/logs/directory2html.xsl}"/>
             <map:transform src="{fallback:xslt/util/page2xhtml.xsl}">
               <map:parameter name="context-prefix" 
value="{request:contextPath}"/>
             </map:transform>
             <map:serialize/>
           </map:match>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org