You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Ittay Dror (JIRA)" <ji...@apache.org> on 2009/02/16 06:28:59 UTC

[jira] Created: (BUILDR-251) classifiers are not handled when downloading snapshot artifacts

classifiers are not handled when downloading snapshot artifacts
---------------------------------------------------------------

                 Key: BUILDR-251
                 URL: https://issues.apache.org/jira/browse/BUILDR-251
             Project: Buildr
          Issue Type: Bug
          Components: Dependency management
    Affects Versions: 1.3.4
            Reporter: Ittay Dror
             Fix For: 1.3.4


e.g., if i download the sources artifact of an artifact with SNAPSHOT, it will download the file of the artifact, not that of the sources, since it doesn't use the classifiers in the url

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


[jira] Commented: (BUILDR-251) classifiers are not handled when downloading snapshot artifacts

Posted by "Peter Dettman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839563#action_12839563 ] 

Peter Dettman commented on BUILDR-251:
--------------------------------------

I am actually having a problem with classifiers in Buildr 1.3.5, though it's not SNAPSHOT related.

"artifact" is OK, as mentioned above, but "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

I can only guess this might have been the problem for the original reporter.
Re-open this issue, or file new one?


> classifiers are not handled when downloading snapshot artifacts
> ---------------------------------------------------------------
>
>                 Key: BUILDR-251
>                 URL: https://issues.apache.org/jira/browse/BUILDR-251
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>
> e.g., if i download the sources artifact of an artifact with SNAPSHOT, it will download the file of the artifact, not that of the sources, since it doesn't use the classifiers in the url

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


[jira] Resolved: (BUILDR-251) classifiers are not handled when downloading snapshot artifacts

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

Alex Boisvert resolved BUILDR-251.
----------------------------------

    Resolution: Incomplete

Yes, works for me too.  Please reopen with more detailed description of the issue / reproducible case.

> classifiers are not handled when downloading snapshot artifacts
> ---------------------------------------------------------------
>
>                 Key: BUILDR-251
>                 URL: https://issues.apache.org/jira/browse/BUILDR-251
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>
> e.g., if i download the sources artifact of an artifact with SNAPSHOT, it will download the file of the artifact, not that of the sources, since it doesn't use the classifiers in the url

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


[jira] Commented: (BUILDR-251) classifiers are not handled when downloading snapshot artifacts

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839781#action_12839781 ] 

Alex Boisvert commented on BUILDR-251:
--------------------------------------

I created BUILDR-390 to follow-up on the group() issue.

> classifiers are not handled when downloading snapshot artifacts
> ---------------------------------------------------------------
>
>                 Key: BUILDR-251
>                 URL: https://issues.apache.org/jira/browse/BUILDR-251
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>
> e.g., if i download the sources artifact of an artifact with SNAPSHOT, it will download the file of the artifact, not that of the sources, since it doesn't use the classifiers in the url

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


[jira] Commented: (BUILDR-251) classifiers are not handled when downloading snapshot artifacts

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

Antoine Toulme commented on BUILDR-251:
---------------------------------------

artifact('group:artifact:extension:classifier:1.3-SNAPSHOT').invoke
does call:
http://example.com/group/artifact/1.3-SNAPSHOT/artifact-1.3-SNAPSHOT-classifier.extension

Is there something I am missing ? It looks like the classifier is used allright.

> classifiers are not handled when downloading snapshot artifacts
> ---------------------------------------------------------------
>
>                 Key: BUILDR-251
>                 URL: https://issues.apache.org/jira/browse/BUILDR-251
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>
> e.g., if i download the sources artifact of an artifact with SNAPSHOT, it will download the file of the artifact, not that of the sources, since it doesn't use the classifiers in the url

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