Re: Replace problem

2006-09-12 Thread Keith Hall
Have you tried Michael Bauroth wrote: > Hi MAT, > > unfortunately the issue is another one (using Eclipse): > > > The value of attribute "value" associated with an element type > "replace" must not contain the '<' character. > > > Regards > Michael > > Mathieu Champlon schrieb: >> Michael Bauro

Re: Replace problem

2006-09-12 Thread Michael Bauroth
No, & isn't allowed too :( I've found another solution(!) at all :) In the build script itself I use an import of an external property file: The property file contains: encoding = The replace task in the build script looks like this: Regards Michael Mathieu Champlon schrieb: Michae

Re: Replace problem

2006-09-12 Thread Mathieu Champlon
Michael Bauroth a écrit : Hi MAT, unfortunately the issue is another one (using Eclipse): The value of attribute "value" associated with an element type "replace" must not contain the '<' character. What about : The > is probably not required but it surely does not harm... MAT. --

Re: Replace problem

2006-09-12 Thread Michael Bauroth
Hi MAT, unfortunately the issue is another one (using Eclipse): The value of attribute "value" associated with an element type "replace" must not contain the '<' character. Regards Michael Mathieu Champlon schrieb: Michael Bauroth a écrit : Hi, I'm having a little problem with the repla

Re: Replace problem

2006-09-12 Thread Mathieu Champlon
Michael Bauroth a écrit : Hi, I'm having a little problem with the replace task. Here is the code snippet: " /> The use of wrapping CDATA doesn't work too. Have you eventually any suggestions? Hello, If I understand the issue correctly : or MAT. ---