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

# 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に渡せるようになった。
使ってないから何ともいえない。
# Docs fixes for xmlvalidate.html, javadoc.html, starteam. Bugzilla Reports 27092, 27284, 27554.
???
# now accepts nested s. Bugzilla Report 26364.
pathconvertは現在のpathをtarget OSの形式に変換します。
mapper要素を追加できるようになったのでファイル名も切り替えられる。
# Shipped XML parser is now Xerces-J 2.6.2.
XMLパーサーはXerces-J 2.6.2
# Added nested file element to filelist.
前とどう違うのか不明?
# spelling fixes, occurred. Bugzilla Report 27282.
???
# add uid and gid to tarfileset. Bugzilla Report 19120.
windowsだから使わないな。
# has a verbose attribute to get some feedback during the transfer and new [local|remote][File|Todir] alternatives to file and todir that explicitly state the direction of the transfer.
verbose属性が追加
@がファイル名に含まれる時ように、属性が追加
ファイル名に@があるとこは等環境ではありえないです。
# The OS/2 wrapper scripts have been adapted to use the new launcher. Bugzilla Report 28226.

# now also captures stderr output. Bugzilla Report 28349.
sshexecがstderrを取得できる
# now supports a nested . Bugzilla Report 11249.
xslt使用時にファイル名をmapperで指定できるようになった。
xmlファイル名の後ろにenとか付けないから使わないな。
# has filelist support.
touchがfilelist対応
# task lets you set the priority of the current thread; non-forking code will inherit this priority in their main thread.
niceは使ったことないな。
# New attribute "negate" on to invert selection criteria.
propertysetにnegate属性追加、これはないと不便です。
# New "pattern" attribute for selector.
これまでdatetimeのMM/DD/YYYY HH:MM形式しか使えなかったのが
patternを使えるようになったので、dateselectorが使いやすくなると思います。