The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Mon, 4 Aug 2003 9:48 AM
Changes:
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-390&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-390
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-390
Summary: doc:jsl file path problem
Type: Bug
Status: Unassigned
Priority: Minor
Time Spent: Unknown
Remaining: 4 days
Project: maven
Components:
plugin-xdoc
Fix Fors:
1.1
Versions:
1.0-beta-9
Assignee:
Reporter: dion gillard
Created: Sat, 12 Apr 2003 8:43 PM
Updated: Mon, 4 Aug 2003 9:48 AM
Description:
"Willie Vu" <[EMAIL PROTECTED]>
12/04/2003 10:58 PM
<doc:jsl> misintreprets the input file name. It keeps appending the
basedir. For instance,
<doc:jsl
input="${maven.build.dir}/TestSummary1-myTest.xml"
output="${base.name}.xml"
stylesheet="${plugin.resources}/report.jsl"
omitXmlDeclaration="true"
outputMode="xml"
prettyPrint="true"
/>
When I echo ${maven.build.dir}/TestSummary1-myTest.xml, I got
[echo] c:\temp\testwebtest/target/TestSummary1-myTest.xml
This is the error I got:
BUILD FAILED
null:283:77: <x:parse>
c:\temp\testwebtest\C:\temp\testwebtest\target\webtest\TestSummary1-myTest.x
m
l (The filename, directory name, or volume label syntax is incorrect) Nested
exception: c:\temp\test
webtest\C:\temp\testwebtest\target\webtest\TestSummary1-myTest.xml (The
filename, directory name, or
volume label syntax is incorrect)
Total time: 45 seconds
Any idea?
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]