You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Willie Vu <wi...@yahoo.com> on 2003/04/12 14:58:59 UTC

doc:jsl file path problem

<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?


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