RE: BUG - replacetoken ant tag

2005-03-30 Thread eric . jacob
> To: 'Maven Users List' > Subject: RE: BUG - replacetoken ant tag > > Hi Eric, > > AFAIK, this is a bug in Ant not in Maven (I get it on projects where I use > only Ant). It is because does not support an empty replace string. Add a > space or something and it sho

RE: BUG - replacetoken ant tag

2005-03-29 Thread Vincent Massol
nal Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 30 mars 2005 02:21 > To: Maven Users List > Subject: Re: BUG - replacetoken ant tag > > You could try Maven's SVN HEAD which uses Ant 1.6. > > This is a bug that will likely only get f

Re: BUG - replacetoken ant tag

2005-03-29 Thread Brett Porter
You could try Maven's SVN HEAD which uses Ant 1.6. This is a bug that will likely only get fixed by someone digging in and submitting a patch... any takers? Sorry I can't be of more help at this stage. Cheers, Brett On Tue, 29 Mar 2005 14:36:28 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrot

BUG - replacetoken ant tag

2005-03-29 Thread eric . jacob
Hi, I've fall on this issue with the "ant:replace" task within Maven (jelly script) during my plug-in development: "The token attribute must not be an empty string." It seems that Maven deletes the content of the "replacetoken" before the execution of Ant. I've found an open bug on JIRA re