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/08/29 21:34:32 UTC

[jira] Assigned: (BUILDR-304) Referencing an existing package task using the package method fails if the package has a custom filename

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

Daniel Spiewak reassigned BUILDR-304:
-------------------------------------

    Assignee: Assaf Arkin

> Referencing an existing package task using the package method fails if the package has a custom filename
> --------------------------------------------------------------------------------------------------------
>
>                 Key: BUILDR-304
>                 URL: https://issues.apache.org/jira/browse/BUILDR-304
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.3, 1.3.4
>         Environment: Any
>            Reporter: Rhett Sutphin
>            Assignee: Assaf Arkin
>         Attachments: 0001-Make-package-jar-accessor-behavior-work-when-the-p.patch
>
>
> With a project definition like this:
> define 'foo' do
>   package(:jar, :file => 'custom.jar')
> end
> attempting to refer to the defined package via project('foo').package(:jar) fails -- buildr creates a new package task instead.  See this thread for more discussion and the fix:
> http://markmail.org/search/?q=Don%27t%20prepend%20the%20parent%20id%20to%20the%20subproject%20id#query:Don%27t%20prepend%20the%20parent%20id%20to%20the%20subproject%20id+page:1+mid:q7vjuhly2v6lwhru+state:results
> Per the discussion, I'll provide a patch shortly.

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