Passing params/variables through reactor

2005-09-19 Thread Haldi, Silvio
Hi I'm having a problem passing variables set in top level maven.xml by using x:set var=myVar select=.. or j:set var=myVar value=foo to subproject when calling it with a reactor tag. When I'm trying to read the variable in the subproject's maven.xml the value isn't set. Is there a way to pass

RE: Passing params/variables through reactor

2005-09-19 Thread Haldi, Silvio
a simple testcase ... Arnaud On 9/19/05, Haldi, Silvio [EMAIL PROTECTED] wrote: Hi I'm having a problem passing variables set in top level maven.xml by using x:set var=myVar select=.. or j:set var=myVar value=foo to subproject when calling it with a reactor tag. When I'm trying to read

RE: x:parse with absolute filename does not work OR How to load/parse an xml file using absolute filename (based on Windows)?

2005-09-05 Thread Haldi, Silvio
loadFile (which runs with absolute file names (also with non-URL syntax))? Many Thanks Silvio -Original Message- From: Haldi, Silvio [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 1. September 2005 18:33 To: Maven Users List Subject: RE: x:parse with absolute filename does not work If I do

RE: x:parse with absolute filename does not work OR How to load/parse an xml file using absolute filename (based on Windows)?

2005-09-05 Thread Haldi, Silvio
To: Maven Users List Subject: Re: x:parse with absolute filename does not work OR How to load/parse an xml file using absolute filename (based on Windows)? Create a java.io.File using ${basedir}/Foo/baar and then get the URL from it. On 9/5/05, Haldi, Silvio [EMAIL PROTECTED] wrote: Hi all I

RE: x:parse with absolute filename does not work OR How to load/parse an xml file using absolute filename (based on Windows)?

2005-09-05 Thread Haldi, Silvio
Finally I brought it to work with the following statements: j:new className=java.io.File var=myFile j:arg type=java.lang.String value=${basedir}/Foo/baar / /j:new x:parse var=editionsFile xml=${myFile.toURL()}/ Cheers Silvio -Original Message- From: Haldi, Silvio [mailto:[EMAIL

x:parse with absolute filename does not work

2005-09-01 Thread Haldi, Silvio
Hi I wan't to parse an XML document on my filesystem using the parse tag from the XML Jelly-library. If I specify the source XML file by an absolute Path it does not work. It seems that the parse tag is expecting a relative (to ${basedir}) path. I want to to something like this: x:parse

RE: x:parse with absolute filename does not work

2005-09-01 Thread Haldi, Silvio
filename does not work On Thu, 1 Sep 2005, Haldi, Silvio wrote: x:parse expects an URL, so prefix the filename with 'file://'. Hi I wan't to parse an XML document on my filesystem using the parse tag from the XML Jelly-library. If I specify the source XML file by an absolute Path it does not work

AW: StatCVS Plugin support for SVN?

2005-01-20 Thread Haldi, Silvio
for SVN? Is there a StatSVN project? StatCVS write their Maven plugin themselves. - Brett On Wed, 19 Jan 2005 14:34:24 +0100, Haldi, Silvio [EMAIL PROTECTED] wrote: Hi all does anybody know if it is planned to work out/migrate the StatCVS Plugin to support also Subversion repositories

StatCVS Plugin support for SVN?

2005-01-19 Thread Haldi, Silvio
Hi all does anybody know if it is planned to work out/migrate the StatCVS Plugin to support also Subversion repositories (StatSVN)? Thanks for any hint Silvio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

AW: SCM 1.5 Plugin Beta 3

2005-01-19 Thread Haldi, Silvio
Hi I found it ;-) here... http://svn.apache.org/repository/maven/plugins/ silvio Von: Craig S.Cottingham [mailto:[EMAIL PROTECTED] Gesendet: Mi 19.01.2005 18:39 An: Maven Users List Betreff: Re: SCM 1.5 Plugin Beta 3 -BEGIN PGP SIGNED MESSAGE-