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

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

    [ https://issues.apache.org/jira/browse/BUILDR-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731019#action_12731019 ] 

Assaf Arkin commented on BUILDR-276:
------------------------------------

I don't understand the difference in behavior either.  I looked at the code twice -- even caffeinated myself for the second pass -- and don't see why it behaves the way it does under JRuby.  Under the circumstances, this hack looks like the most elegant solution.

> 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.