I created an issue and attached a sample project here:
https://issues.apache.org/jira/browse/BUILDR-689


On Tue, Oct 22, 2013 at 1:09 PM, Peter Donald <[email protected]>wrote:

> Hi,
>
> That does sound fairly bad. Can you give me steps to reproduce this? I
> tried
>
> $ cat > Gemfile
> source 'https://rubygems.org'
>
> gem 'buildr', '= 1.4.14'
>
> $ cat > buildfile
> define "x" do
>   project.version = '1.0.0'
>   project.group = 'x'
>
>   package(:war)
> end
> $ bundle exec buildr clean package
> (in /Users/peter/Code/tmp/x, development)
> Cleaning x
> Building x
> Packaging x
> Packaging x-1.0.0.war
> Running integration tests...
> Completed in 0.020s
>
>
> And I have also tried a few other variants which all seem to work.
> What version of ruby/os/etc do I need to be running to reproduce?
>
> --
> Cheers,
>
> Peter Donald
>

Reply via email to