+1
On May 20, 2008, at 2:37 AM, Assaf Arkin wrote:
This release is primarily to solve the installation problem on Windows
due to unspecific dependency on RJB. Other changes and solved issues
in this release are listed below.
We're voting on the source distributions available here:
http://people.apache.org/~assaf/buildr/1.3.1/distro/
Specifically:
http://people.apache.org/~assaf/buildr/1.3.1/distro/buildr-1.3.1-incubating.tgz
http://people.apache.org/~assaf/buildr/1.3.1/distro/buildr-1.3.1-incubating.zip
The documentation generated for this release is available here:
http://people.apache.org/~assaf/buildr/1.3.1/site/
http://people.apache.org/~assaf/buildr/1.3.1/site/buildr.pdf
The official specification against which this release was tested:
http://people.apache.org/~assaf/buildr/1.3.1/site/specs.html
Changes since 1.3.0:
* Added: Downloading files from SFTP server, uploading to HTTP.
* Added: jibx_bind method to use JiBX for Java<=>XML binding (by David
Peterson).
* Changed: Upgraded to Net::SSH 2.0 and Net::SFTP 2.0.
* Fixed: BUILDR-67 HTTP GET now works with query parameters (Tommy
Knowlton).
* Fixed: BUILDR-68 Now accepting JAVA_HOME setting on OS X (Nathan
Hamblen).
* Fixed: JUnit now accepts java_args and passes these arguments to
the JVM
(only applicable when forking).
* Fixed: BUILDR-70 JUnit not passing environment variables from the
:environment option.
* Fixed: BUILDR-75 Filter now runs if there's a target directory,
even if
there are no source files to copy over, since everyone else just
checks
resources.target for existence before depending on it.
* Fixed: BUILDR-63 Possible fix.
Assaf