You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2016/07/13 21:00:23 UTC

[jira] [Resolved] (CB-10423) Recursive error in plugin add ( windows )

     [ https://issues.apache.org/jira/browse/CB-10423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse MacFadyen resolved CB-10423.
----------------------------------
    Resolution: Fixed

> Recursive error in plugin add ( windows )
> -----------------------------------------
>
>                 Key: CB-10423
>                 URL: https://issues.apache.org/jira/browse/CB-10423
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>         Environment: windows
>            Reporter: Jesse MacFadyen
>            Assignee: Jesse MacFadyen
>              Labels: triaged
>
> windows does not allow symlink unless the shell is run with administrator privileges, which means the fix for [CB-8809] will still fail in most cases.
> The root of the problem is that we are attempting to copy src->dest when src contains dest, so we CAN proceed as long as we skip the destination folder from source.
> repro steps ;
> in a plugin repo that has a demo project, you may want to do something like this to allow other developers to run the demo:
> cd demo
> cordova plugin add ../ 
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org