You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Iron Bone (JIRA)" <ji...@apache.org> on 2014/03/04 01:11:22 UTC

[jira] [Created] (CB-6158) Adding file transfer plugin directly from git repository causes a compilation error

Iron Bone created CB-6158:
-----------------------------

             Summary: Adding file transfer plugin directly from git repository causes a compilation error
                 Key: CB-6158
                 URL: https://issues.apache.org/jira/browse/CB-6158
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 3.4.0
         Environment: OSX and Windows 7
            Reporter: Iron Bone


cordova create Test
cd Test
cordova platform add android
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
cordova build android

The last comand returns an error.
When the plugin is instaled in this way:

cordova plugin add org.apache.cordova.file-transfer

There are no problems with building.
The given problem is only with file-transfer plugin

The given way of instaling plugins is used in Netbeans so at this moment it is not possible to create new working project.



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