Hi I have the following jelly script:
<echo>${plugin.resources}/clone.xsl</echo>
<echo>${basedir}/project.xml</echo>
<j:file name="${maven.grob.release.pom.file}"
outputMode="xml"
prettyPrint="true"
encoding="UTF-8"
var="clone">
<x:transform
xslt="${plugin.resources}/clone.xsl"
>
<x:parse xml="${basedir}/project.xml"/>
</x:transform>
</j:file>
It throws a MalformedURLException? Whats wrong? All the files are in the
expected directories.
Any hints?
Thx
Toby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]