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 2008/04/30 05:48:55 UTC

[jira] Commented: (BUILDR-63) Buildr Attempts to Download JAR for POM-Only Project

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

Daniel Spiewak commented on BUILDR-63:
--------------------------------------

A reduced test case:

repositories.remote << 'http://databinder.net/repo'

define 'TestApp' do
  project.version = '0.1'  
  compile.with transitive('net.databinder:databinder-app-ao:jar:1.2-alpha1')
  package :jar
end

> Buildr Attempts to Download JAR for POM-Only Project
> ----------------------------------------------------
>
>                 Key: BUILDR-63
>                 URL: https://issues.apache.org/jira/browse/BUILDR-63
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.3
>            Reporter: Daniel Spiewak
>            Priority: Blocker
>         Attachments: buildfile
>
>
> This is basically BUILDR-9, except I couldn't just reopen the bug.  This is 100% reproducible for me, both with the attached buildfile and with other such transitive dependencies that I have tried.  I'm marking this as a blocker because transitive dependencies really can't be considered stable until this is fixed.

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