The following comment has been added to this issue:
Author: Brett Porter
Created: Wed, 15 Jan 2003 7:51 PM
Body:
actually, that doesn't make any difference. The same happends with or without Xalan in
the deps (although I think I have a plugin with it in the deps so that may be
misleading).
Anyway, it is printing out the <style> task. Now the weird thing - if I include the
taskdef it works: even if the taskdef is commented out!
Maybe that is a jelly processing problem actually.
I haven't had a chance to test against a recent -beta-8 as it isn't compiling at the
moment.
---------------------------------------------------------------------
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
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>