You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2005/09/13 01:35:03 UTC

[jira] Closed: (MPXDOC-19) doc:jsl file path problem

     [ http://jira.codehaus.org/browse/MPXDOC-19?page=all ]
     
Lukas Theussl closed MPXDOC-19:
-------------------------------

     Assign To: Lukas Theussl
    Resolution: Cannot Reproduce

It is not clear from the example if the error comes from the input or output attribute (what is ${base.name}.xml?). If it comes from the output attribute, you have to set the outputDirectory attribute as well. I cannot reproduce this, if somebody still has problems, I will be happy to reopen it.

> doc:jsl file path problem
> -------------------------
>
>          Key: MPXDOC-19
>          URL: http://jira.codehaus.org/browse/MPXDOC-19
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Reporter: dion gillard
>     Assignee: Lukas Theussl
>     Priority: Minor

>
> Original Estimate: 4 days
>         Remaining: 4 days
>
> "Willie Vu" <wi...@yahoo.com> 
> 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?

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org