M
mark
I tried make my jsp files display about in browser by change their file
name extension to "txt" and
"encoding"/replacing all the "<" with "<" and all the ">" with
">". I tried this
<replace dir="${deploy.path}/${name}/source/src/jsp"
value="<">
<include name="**/*.txt"/>
<replacetoken><![CDATA[<]]></replacetoken>
</replace>
<replace dir="${deploy.path}/${name}/source/src/jsp"
value=">">
<include name="**/*.txt"/>
<replacetoken><![CDATA[>]]></replacetoken>
</replace>
but found ANT just replace "<" with "<".
Any suggestion?
thanks
mark
name extension to "txt" and
"encoding"/replacing all the "<" with "<" and all the ">" with
">". I tried this
<replace dir="${deploy.path}/${name}/source/src/jsp"
value="<">
<include name="**/*.txt"/>
<replacetoken><![CDATA[<]]></replacetoken>
</replace>
<replace dir="${deploy.path}/${name}/source/src/jsp"
value=">">
<include name="**/*.txt"/>
<replacetoken><![CDATA[>]]></replacetoken>
</replace>
but found ANT just replace "<" with "<".
Any suggestion?
thanks
mark