Thanks Siegfied!!!

It works!!! 

Servus
Toby

> -----Urspr�ngliche Nachricht-----
> Von: Siegfried G�schl [mailto:[EMAIL PROTECTED]
> Gesendet am: Freitag, 17. Oktober 2003 16:54
> An: Maven Users List
> Cc: '[EMAIL PROTECTED]'
> Betreff: Re: [jelly] How to parameterize xml:transform
> 
> Hi Tobias,
> 
> don't know if this helps but I had a similar problem with XALAN and 
> fully qualified filenames under Windows. Needed to prefix with 
> "file:"
> 
> Cheers,
> 
> Siegfried Goeschl
> 
> On 17 Oct 2003 at 14:59, Rademacher Tobias wrote:
> 
> > 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]
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to