[ 
https://issues.apache.org/jira/browse/CB-6615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13987583#comment-13987583
 ] 

ASF GitHub Bot commented on CB-6615:
------------------------------------

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-plugman/pull/76

    Fix plugin check error, when plugin dependency with specific version is 
given.

    Fix for this issue: https://issues.apache.org/jira/browse/CB-6615

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugman CB-6615

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugman/pull/76.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #76
    
----
commit 4cccc6a8c672f027e38e8ecfe081e8215ffbc549
Author: Vladimir Kotikov <[email protected]>
Date:   2014-05-02T09:50:49Z

    Fix plugin check error, when plugin dependency with specific version is 
given.

----


> Plugman fails when try to add plugin with specific version dependencies
> -----------------------------------------------------------------------
>
>                 Key: CB-6615
>                 URL: https://issues.apache.org/jira/browse/CB-6615
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, Plugman
>            Reporter: Vladimir Kotikov
>
> Repro steps:
> # Create new Cordova project
> # Add any plugin
> # Add following tag to plugin.xml
> {noformat}
> <dependency id="[email protected]" />
> {noformat}
> # Add any platform.
> Expected: The project should download and install dependent plugin with 
> version 1.0.0
> Actual: The build generates the following output and error:
> {noformat}
> Error 47 Expected fetched plugin to have ID "[email protected]" 
> but got "org.apache.cordova.file". 
> {noformat}
> Related: CB-4809



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to