You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/11/10 07:37:06 UTC

[jira] Reopened: (MNG-1363) Transitive dependencies with system scope and version range trying to be downloaded

     [ http://jira.codehaus.org/browse/MNG-1363?page=all ]
     
Brett Porter reopened MNG-1363:
-------------------------------


fix broke the build, rolled back

(to reapply, run 
  svn merge -r332219:332220
in maven-artifact after updating)


> Transitive dependencies with system scope and version range trying to be downloaded
> -----------------------------------------------------------------------------------
>
>          Key: MNG-1363
>          URL: http://jira.codehaus.org/browse/MNG-1363
>      Project: Maven 2
>         Type: Bug
>     Versions: 2.0
>     Reporter: Carlos Sanchez
>     Assignee: John Casey
>      Fix For: 2.0.1

>
> Original Estimate: 1 hour
>        Time Spent: 1 hour
>         Remaining: 0 minutes
>
>     <dependency>
>       <groupId>java</groupId>
>       <artifactId>tools</artifactId>
>       <version>[1.4,1.5)</version>
>       <systemPath>${java.home}/../lib/tools.jar</systemPath>
>       <scope>system</scope>
>     </dependency>
> If this dependency is present maven tries to download from the repo
> No versions are present in the repository for the artifact with a range [1.4,1.5)
>   java:tools:null:jar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org