ant

antletを試す

ant

http://antworks.sourceforge.net/antlets/java/xbuild-doc.html サイトはApache Forrestで作られたぽい。他は要約するとよくわからん。一つだけわかったことはドキュメントの充実はプロジェクトにはもっとも重要な要素だ。しばらく保留Antletじたいは、Mave…

ant1.6.2の変更点について下書き

ant

# doc fix concerning the dependencies of the ftp task Bugzilla Report 29334. ??? # has now a property nested element, allowing to set string properties for the parser Bugzilla Report 23395. にproperty要素を使って改行を含む文字列をparserに…

propertysetの仕様がよくわかりません。

ant

<property name="value1" value="value1"/> <propertyset id="p1"> <propertyref name="value1"/> </propertyset> <echoproperties> <propertyset refid="p1"/> </echoproperties> <propertyset id="p2" > <propertyset refid="p1"/> </propertyset> <echoproperties> <propertyset refid="p2"/> </echoproperties>結果は以下になっ…</propertyset></property>

xmlcatalogとは

ant

DTDなどをURLで指定した場合、xmlcataglo、毎回それを取得しにいくが、 XMLCatalogの場合、XMLCatalogがローカルのファイルに保存してくれるので再利用が効く。 小規模の場合は使わなくていいか。