发布于 2014-06-28 23:02:06 | 163 次阅读 | 评论: 0 | 来源: 网友投递
Apache Buildr Java项目构建工具
Apache Buildr,也是一个面向Java项目的构建工具,它提供了对包括Scala、Groovy和其它可运行于JVM的语言的支持。Apache Buildr的设计理念就是简单和直观。
Apache Buildr 1.4.18 发布,Buildr是一个简单直观的Java项目构建系统,在进行了10个月的开发并获得许多正面反馈之后,Apache基金会将会向Buildr敞开大门并最终接手这个项目,这将是Apache基金会的第一个Ruby项目。
该版本改进记录:
New in this release:
* Fixed: BUILDR-699 - Update the custom_pom addon to avoid failure when
used with zip packages.
* Fixed: BUILDR-694 - "buildr upload" fails: wrong number of arguments in
progress bar read() in Ruby 2.1.0. Submitted By Mark Reibert.
* Change: Remove support for uploads to RubyForge.org with gem dependencies
as the site no longer exists.
* Change: BUILDR-664 - Update Checkstyle addon so that extra_dependencies is
the project dependencies by default. Move the checkstyle
dependencies
to the start of the classpath to avoid problems running checkstyle.
Submitted by Dieter Vrancken.
* Fixed: BUILDR-698 - Correct "Lines of code" example in documentation.
Submitted By: Trejkaz.
* Added: Add ipr.add_glassfish_configuration method for defining a local
glassfish configuration within IDEA.
* Added: Add ipr.add_ruby_script_configuration method for defining a ruby
configuration within IDEA.
* Added: Add ipr.add_java_configuration method for defining a java
configuration within IDEA.
* Change: Include additional rules in default pmd rule set: 'finalizers' and
'braces'.
* Change: Upgrade the version of PMD in use to 5.1.1.
* Change: Supply a default xsl file for generating the jdepend report.
* Fixed: Fix the naming of css_lint addon file so it is made available
as an addon.