You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Daniel Spiewak (JIRA)" <ji...@apache.org> on 2009/07/14 20:11:14 UTC

[jira] Closed: (BUILDR-276) Commands Always Produce Verbose Output Under JRuby

     [ https://issues.apache.org/jira/browse/BUILDR-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Spiewak closed BUILDR-276.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.5
         Assignee: Daniel Spiewak

Fixed in r793998.  It's an ugly hack though, so we may want to find something better.  I still don't understand why RakeFileUtils behaves differently under JRuby than under MRI.

> Commands Always Produce Verbose Output Under JRuby
> --------------------------------------------------
>
>                 Key: BUILDR-276
>                 URL: https://issues.apache.org/jira/browse/BUILDR-276
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>    Affects Versions: 1.3.4
>         Environment: Buildr trunk-ish, JRuby 1.2.0, Apple Java 1.6.0, Mac OS X 10.5.6
>            Reporter: Daniel Spiewak
>            Assignee: Daniel Spiewak
>             Fix For: 1.3.5
>
>
> Running buildr under JRuby produces excess printing to stdout. For example:
> daniel@lal ~/Development/Scala/gll_combinators $ buildr clean
> (in /Users/daniel/Development/Scala/gll_combinators, development)
> Cleaning gll_combinators
> rm -rf /Users/daniel/Development/Scala/gll_combinators/target
> rm -rf /Users/daniel/Development/Scala/gll_combinators/reports
> rm -rf /Users/daniel/Development/Scala/gll_combinators/target/spec/classes
> rm -rf /Users/daniel/Development/Scala/gll_combinators/reports/specs
> rm -rf reports/junit
> Completed in 0.278s
> This issue does not occur under MRI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.