Not all variables replaced when filtering

2011-03-30 Thread Asmann, Roland
Hi all, I am running Maven 2.2.1 and am using the resources-plugin 2.4.3 and for some reason Maven only replaces 6 instances of my 7 variable definitions (or better said: 30 of my 35 variables). I tries setting the delimiter (since this was a bug in 2.4 if I remember correctly), but this

Re: Not all variables replaced when filtering

2011-03-30 Thread Wayne Fay
I even tried to add some other variables, but it seems that at a certain point, it just stops replacing them! Does anybody know what I can do to get this working? Clearly, reduce the number of variables... ;-) (that's a wink... its a joke) I've never run into this but I don't have all that

Re: Not all variables replaced when filtering

2011-03-30 Thread Asmann, Roland
OK, found it... It seems the bug with '@' from the 2.4 release still isn't fixed (correctly). I found that I have 7 '@' in my file and the variables *after* the 7th '@' weren't replaced! In my tries with the delimiters, I forgot to tell Maven not to use the defaults -- this did the trick for

Re: Not all variables replaced when filtering

2011-03-30 Thread Olivier Lamy
Hello, I'm interested to have a sample project to reproduce :-). Can you attach it to a jira issue ? Thanks! 2011/3/30 Asmann, Roland roland.asm...@adesso.at: OK, found it... It seems the bug with '@' from the 2.4 release still isn't fixed (correctly). I found that I have 7 '@' in my file

Re: Not all variables replaced when filtering

2011-03-30 Thread Asmann, Roland
I found that I have 7 '@' in my file and the variables *after* the 7th '@' weren't replaced! To clarify: removing one or adding one worked like a charm! -- Roland Asmann Senior Software Engineer adesso Austria GmbH Floridotower 26. Stock T +43 1 2198790-27 Floridsdorfer

Re: Not all variables replaced when filtering

2011-03-30 Thread Asmann, Roland
On 30.03.2011 18:11, Olivier Lamy wrote: Hello, I'm interested to have a sample project to reproduce :-). Can you attach it to a jira issue ? Thanks! Here you go: http://jira.codehaus.org/browse/MRESOURCES-141 -- Roland Asmann Senior Software Engineer adesso Austria GmbH Floridotower 26.

Re: Not all variables replaced when filtering

2011-03-30 Thread Asmann, Roland
On 30.03.2011 18:28, Asmann, Roland wrote: On 30.03.2011 18:11, Olivier Lamy wrote: Hello, I'm interested to have a sample project to reproduce :-). Can you attach it to a jira issue ? Thanks! Here you go: http://jira.codehaus.org/browse/MRESOURCES-141 Another addition: I