You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/03/03 23:14:27 UTC

[jira] Created: (BUILDR-394) Release task fails with standalone distribution

Release task fails with standalone distribution
-----------------------------------------------

                 Key: BUILDR-394
                 URL: https://issues.apache.org/jira/browse/BUILDR-394
             Project: Buildr
          Issue Type: Bug
          Components: JRuby
            Reporter: Antoine Toulme


The release task fails with the current trunk, trying to do a release by calling jruby:

/home/release/tools/buildr-1.4.0-jruby-1.4.0/bin/jruby -S buildr _1.4.0_ --buildfile /home/release/tools/hudson/config/jobs/Process_Designer_Release_Build/workspace/oryx/Buildfile.next --environment development clean upload DEBUG=no
:1: /home/release/tools/buildr-1.4.0-jruby-1.4.0/bin/buildr:17: , unexpected kIN (SyntaxError)

case "`uname`" in
^

I think we can bypass jruby -S since we have a buildr executable now.


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


[jira] Commented: (BUILDR-394) Release task fails with standalone distribution

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840914#action_12840914 ] 

Antoine Toulme commented on BUILDR-394:
---------------------------------------

There are a few ways to fix this issue - for now I'll patch my own installation to remove jruby -S - but before we invest more in it we need to see if we want to keep this distribution format or if jruby has better tricks to package gems on top of it.

> Release task fails with standalone distribution
> -----------------------------------------------
>
>                 Key: BUILDR-394
>                 URL: https://issues.apache.org/jira/browse/BUILDR-394
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>            Reporter: Antoine Toulme
>
> The release task fails with the current trunk, trying to do a release by calling jruby:
> /home/release/tools/buildr-1.4.0-jruby-1.4.0/bin/jruby -S buildr _1.4.0_ --buildfile /home/release/tools/hudson/config/jobs/Process_Designer_Release_Build/workspace/oryx/Buildfile.next --environment development clean upload DEBUG=no
> :1: /home/release/tools/buildr-1.4.0-jruby-1.4.0/bin/buildr:17: , unexpected kIN (SyntaxError)
> case "`uname`" in
> ^
> I think we can bypass jruby -S since we have a buildr executable now.

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