项目构建系统,Buildr 1.4.8 发布
jopen 12年前
Buildr是一个简单直观的Java项目构建系统,在进行了10个月的开发并获得许多正面反馈之后,Apache基金会将会向Buildr敞开大门并最终接手这个项目,这将是Apache基金会的第一个Ruby项目。
Buildr 1.4.8 亮点:
- 更改:恢复到输入的非冗长的文件工具的实用方法,以配合buildr1.4.6版本和更早的版本。
- 增加:实验支持jacoco代码覆盖工具。
- 修正:BUILDR-655 - 支持JDK1.7下OSX
- 更改:更新依赖版本;
– builder (3.1.3)
– rubyforge (2.0.4)
– net-ssh (2.6.0)
– hoe (3.1.0)
– rjb (1.4.2)
– rdoc (3.12)
– xml-simple (1.1.1)
– rspec-expectations (2.11.3)
– rspec-mocks (2.11.3)
– rspec-core (2.11.1)
– rspec (2.11.0)
– rubyzip (0.9.9) - Added: BUILDR-652 Generate buildfile from Eclipse workspace. (Niklaus Giger)
- Fixed: BUILDR-627 Support explicitly listed source files in buildr cc task. (Christopher Tiwald)
- Fixed: BUILDR-606 Transitive artifact resolution should not include artifacts in ‘provided’ scope in poms to
match maven behaviour. (Julio Arias) - Change: BUILDR-640 Enable building jekyll and rdoc under more rubies. (Niklaus Giger)
- Change: Mark Buildr:Bnd.remote_repository as deprecated as dependencies appear in maven central.
- Added: BUILDR-654 Add the ability to configure the version of BND used by bnd addon. (Niklaus Giger)
- Added: Create the git_auto_version addon that automatically specifies a version for a git project based
on git describe. - Added: Integrate with Zinc (incremental compilation wrapper for scalac 2.9+)
- Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
ScalaCheck 1.10.0. - Change: Scala artifact repository changed to
http://oss.sonatype.org/content/repositories/releases - Added: BUILDR-645 Support Mercurial as a version control system (Tan Quach)
- Fixed: BUILDR-646 TGZ files do not keep their permissions when extracted
via Buildr::Unzip#extract - Added: Add add_exploded_ear_artifact and add_exploded_ejb_artifact to the idea project extension.
- 更改:默认使用Checkstyle5.5 checkstyle插件。
- Fixed: Fix the add_exploded_war_artifact method on the idea project by adding in missing method
`partition_dependencies`. - 修正:修正的GWT插件的扩展,因此它可以作为一个插件需要。
- 修正:修正未定义的default_web_xml变量的理念项目的add_web_facet方法。
这是一个部分列表 - 请看changelog的全部细节。