アキはフリーランスのプログラマーです >> Java >> Ant >> 索引

このエントリーを含むはてなブックマーク このエントリーを含むECナビ人気ニュース

replace

■公式Manual

Core Task

説明

ディレクトリーベースのタスクです。

テキスト中の文字列を置き換えます。

属性

casesensitive

【参照】

defaultexcludes

【参照】

description

【参照】

dir

【参照】

encoding

【参照】

excludes

【参照】

excludesfile

【参照】

file

【参照】

followsymlinks

【参照】

id

【参照】

includes

【参照】

includesfile

【参照】

propertyfile

【参照】

replacefilterfile

【参照】

summary

【参照】

taskname

【参照】

token

【参照】

value

【参照】

含む

and

contains

containsregexp

custom

date

depend

depth

different

exclude

excludesfile

filename

include

includesfile

majority

modified

none

not

or

patternset

present

replacefilter

replacetoken

replacevalue

selector

size

type

含まれる

サンプル

絶対パスを、../パスに変えている例

<replace dir="html" encoding="Shift_JIS">
<replacefilter  token="src="/" value="src="../"/>
<replacefilter  token="href="/" value="href="../"/>
</replace>

このエントリーを含むはてなブックマーク このエントリーを含むECナビ人気ニュース