You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bo...@werken.com on 2003/01/15 15:31:39 UTC

[maven-bug] New comment: (MAVEN-187) style/xslt ant task not recognised

The following comment has been added to this issue:

     Author: dion gillard
    Created: Wed, 15 Jan 2003 8:31 AM
       Body:
Are you sure you have xalan etc in the dependencies?
---------------------------------------------------------------------
View the issue:

  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-187


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-187
    Summary: style/xslt ant task not recognised
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
  Component: None
   Versions:
             1.0-beta-7

   Assignee: Jason van Zyl
   Reporter: Brett Porter

    Created: Mon, 6 Jan 2003 10:56 PM
    Updated: Mon, 6 Jan 2003 10:56 PM

Description:
Both of the following (identical) ant tags just echo to the console:

  <style in="${maven.test.reportsDirectory}/TESTS-TestSuites.xml" out="${maven.docs.dest}/junit-report-mail.html" style="${plugin.dir}/overview-summary.xsl" processor="trax" />

  <xslt in="${maven.test.reportsDirectory}/TESTS-TestSuites.xml" out="${maven.docs.dest}/junit-report-mail.html" style="${plugin.dir}/overview-summary.xsl" processor="trax" />

This occurs if it is maven.xml, or plugin.jelly for a plugin.

The workaround is:
<taskdef name="style" classname="org.apache.tools.ant.taskdefs.XSLTProcess" />



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.werken.com/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira