设为首页 收藏本站
查看: 4073|回复: 0

[软件发布] Apache Ant 1.9.5 发布

[复制链接]

尚未签到

发表于 2015-7-23 13:29:26 | 显示全部楼层 |阅读模式
腾讯SNG夏日招聘集结号:200个空缺岗位,JAVA、C++、云计算、Android……
DSC0000.jpg   Apache Ant 1.9.5 发布,此版本主要是个 bug 修复版本,也包括一些新特性,比如新资源集合 allbutlast/allbutfirst,作为现有资源 first/last 的补充。
  
  二进制包和源代码都已提供下载:
  
  http://ant.apache.org/bindownload.cgi 
  http://ant.apache.org/srcdownload.cgi 
  
  云环境方面的重要改进
  - -------------------------------------------
  
  * The ReplaceTokens filter can now use token-separators longer than
  one character.
  Bugzilla Report 56584
  
  * The changes that added 's support for gzip encoding
  automatically uncompressed content that would not have been touched
  before - like when downloading .tar.gz files.  A new flag has
  been added to control the behavior and its default will make
  work as it did in 1.9.3.
  Bugzilla Report 57048
  
  Bugs 修复
  - -----------
  
  * TarArchiveInputStream failed to read archives with empty gid/uid
  fields.
  Bugzilla Report 56641
  
  * TarArchiveInputStream could throw IOException when reading PAX
  headers from a "slow" InputStream.
  
  * XMLJunitResultFormatter could throw NullPointerException if Java
  cannot determine the local hostname.
  Bugzilla Report 56593
  
  * URLResource#getLastModified tried to access the connection to the
  URL without making sure it was established, potentially leading to
  a NullPointerException when using FTP.
  Bugzilla Report 56873
  
  * Long-Name and -link or PAX-header entries in TAR archives
  always had the current time as last modfication time, creating
  archives that are different at the byte level each time an
  archive was built.
  
  * runant.py should now work as well when the path of the Java
  executable contains spaces.
  github pull request #1
  
  *  now supports nested  and  elements.
  Bugzilla Report 47002
  
  * complete-ant-cmd.pl now also knows about the -file option.
  Bugzilla Report 57371
  
  * the br-replace template inside the XSLT stylesheets used by
   could cause stack overflows or out-of-memory errors
  when applied to big outputs.
  Bugzilla Report 57341
  
  * removed spurious warning about unclosed ZipFiles when reading the
  archive failed.
  Port of https://issues.apache.org/jira/browse/COMPRESS-297
  
  * FileUtils.rename which is used by several tasks can throw a
  NullPointerException if the "normal" renameTo operation fails and
  an exception occurs while rename falls back to copying and
  deleting the file.
  Bugzilla Report 57533
  
  * complete-ant-cmd.pl would incorrectly suggest words from the build
  file description.
  Bugzilla Report 51931
  
  * complete-ant-cmd.pl now also completes tasks without a description.
  Bugzilla Report 57542
  
  * LocalPropertyStack could run into ConcurrentModificationException
  when tasks spawned new child threads that accessed the properties.
  Bugzilla Report 55074
  
  * TarEntry's constructor with a File and a String arg didn't
  normalize the name.
  
  * Between 1.8.4 and 1.9.0 TarInputStream started to parse file
  names using the platform's default encoding rather than as ASCII.
  This has been a breaking change that has never been marked as such
  (in fact it went unnoticed).  In order to allow  and
  to work on platforms who's encoding doesn't match
  the encoding of file names inside the archive, both now support
  encoding attributes.
  The attribute has also been added to  for symmetry.
  Bugzilla Report 57822
  
  其他改进
  - --------------
  
  * it is now possible to provide proxy configuration to signjar
  when using the timestamped authority.
  Bugzilla Report 56678
  
  * complete-ant-cmd.pl now also analyzes the ANT_ARGS environment
  variable.
  Bugzilla Report 57371
  
  * ported some of the write-optimization of Commons Compress 1.10 to
  the ZIP package
  
  * adapted unit tests to Java9 and added "javac1.9" as valid option
  for javac's compiler attribute.
  
  * performance improvements for
  Bugzilla Report 57588
  
  * MailLogger can now add CC and BCC addresses.
  Bugzilla Report 57789.
  

  * 's buffer>   and .
  github pull requests #8 and #9
  

  * The tar package can now deal with group and user>  0x80000000.
  https://issues.apache.org/jira/browse/COMPRESS-314
  https://issues.apache.org/jira/browse/COMPRESS-315
  
  *  has new attributes fileMode and dirMode that control the
  permissions on the remote side when sending data via SSH.
  Bugzilla Report 43271.
  
  * New  and  resource collections can be used
  to select all but a given subset of a resource collection.
  Bugzilla Report 57834.
  
  Apache Ant,是一个将软件编译、测试、部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。由Apache软件基金会所提供。
  在线API doc:http://tool.oschina.net/apidocs/apidoc?api=ant-1.8.4

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-89888-1-1.html 上篇帖子: Rust 承诺六周的发布周期 下篇帖子: Apache Storm 0.9.5 发布,分布式实时计算
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表