Hi all,

Maven can't run replacetoken tag... Maven, Jelly or Werkz seams to
delete the content inside replacetoken tag before ant is
executed by maven...
<replace file="teste.txt">
   <replacetoken>123</replacetoken>
   <replacevalue>12345</replacevalue>
</replace>
With this example String "123" is deleted and ant (executed by maven)
can't run because "The token attribute must not be an empty string."

Is this a Maven problem, Jelly problem or Werkz problem?

I need some guidings to continue searching the source of this
problem...

Thanks,
Cassio M. Nosshe



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

Reply via email to