发布于 2014-07-07 23:30:29 | 155 次阅读 | 评论: 0 | 来源: 网友投递
			Apache Buildr Java项目构建工具
Apache Buildr,也是一个面向Java项目的构建工具,它提供了对包括Scala、Groovy和其它可运行于JVM的语言的支持。Apache Buildr的设计理念就是简单和直观。		
Apache Buildr 1.4.19 发布,此版本更新内容如下:
  * Fixed:  BUILDR-700 - Ensure SNAPSHOT artifacts, constructed using the
            download(artifact('group:artifact:jar:1-SNAPSHOT') =>
            'http://example.com/...') construct will correctly download the
            artifacts from configured URL.
  * Fixed:  BUILDR-700 - Fix bug where buildr was truncating SNAPSHOT files
            that had not changed since last update check and HTTP was returning
            "HTTP Not Modified" status.
  * Fixed:  Fix bug introduced in 1.4.18 version of custom_pom addon where
            poms are created for artifacts that have a classifier.
更多内容请看:http://buildr.apache.org/

Buildr是一个简单直观的Java项目构建系统,在进行了10个月的开发并获得许多正面反馈之后,Apache基金会将会向Buildr敞开大门并最终接手这个项目,这将是Apache基金会的第一个Ruby项目。