You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2010/03/01 18:59:05 UTC

[jira] Created: (BUILDR-390) Buildr::group() should accept :classifier argument

Buildr::group() should accept :classifier argument
--------------------------------------------------

                 Key: BUILDR-390
                 URL: https://issues.apache.org/jira/browse/BUILDR-390
             Project: Buildr
          Issue Type: Improvement
          Components: Core features
    Affects Versions: 1.3.5
            Reporter: Alex Boisvert
            Assignee: Alex Boisvert
            Priority: Minor
             Fix For: 1.4


As Peter Dettman pointed out in BUILDR-251, group() is not applying the :classifier:

e.g. I rebuilt Apache Camel against Spring 3.0 and discovered:

puts artifact('org.apache.camel:camel-core:jar:spring3:2.2.0').to_spec
    => org.apache.camel:camel-core:jar:spring3:2.2.0

puts group('camel-core', :under=>'org.apache.camel', :version=>'2.2.0', :classifier=>'spring3')[0].to_spec
    => org.apache.camel:camel-core:jar:2.2.0

Note:  :classifier was not documented as supported, but it makes sense to add it for completeness.

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


[jira] Resolved: (BUILDR-390) Buildr::group() should accept :classifier argument

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-390.
----------------------------------

    Resolution: Fixed

Fixed.

Sending        CHANGELOG
Sending        lib/buildr/packaging/artifact.rb
Sending        spec/packaging/artifact_spec.rb
Transmitting file data ...
Committed revision 917616.


> Buildr::group() should accept :classifier argument
> --------------------------------------------------
>
>                 Key: BUILDR-390
>                 URL: https://issues.apache.org/jira/browse/BUILDR-390
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.3.5
>            Reporter: Alex Boisvert
>            Assignee: Alex Boisvert
>            Priority: Minor
>             Fix For: 1.4
>
>
> As Peter Dettman pointed out in BUILDR-251, group() is not applying the :classifier:
> e.g. I rebuilt Apache Camel against Spring 3.0 and discovered:
> puts artifact('org.apache.camel:camel-core:jar:spring3:2.2.0').to_spec
>     => org.apache.camel:camel-core:jar:spring3:2.2.0
> puts group('camel-core', :under=>'org.apache.camel', :version=>'2.2.0', :classifier=>'spring3')[0].to_spec
>     => org.apache.camel:camel-core:jar:2.2.0
> Note:  :classifier was not documented as supported, but it makes sense to add it for completeness.

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