You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/12/06 21:34:38 UTC

BugRat Report #545 has been filed.

Bug report #545 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/545>

REPORT #545 Details.

Project: Ant
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: low
Severity: serious
Confidence: public
Environment: 
   Release: 1.2
   JVM Release: 1.2.2
   Operating System: NT
   OS Release: 4.0
   Platform: Intel

Synopsis: 
Replace task does not work

Description:
I copied the replace task example right out of the documentation, i.e.

<replace file="${src}/index.html">  <replacetoken><[CDATA[two line
token]]></replacetoken>  <replacevalue><[CDATA[two linetoken]]></replacevalue>
</replace>

and ant is reporting the following problem:

C:\Apps\TestInstall\build.xml:61: The content beginning "<[" is not legal markup
. Perhaps the "[" (&#5b;) character should be a letter.