You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/10/21 01:38:51 UTC

[1/2] cordova-plugin-file git commit: fix install on amazon-fireos

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master 869bf1bc5 -> aa1c17f49


fix install on amazon-fireos

I'm shooting in the dark, here, so someone knowledgable please check this.

I was previously getting this error:

Failed to install 'cordova-plugin-file':Error: Uh oh!
".../plugins/cordova-plugin-file/src/android/FileHelper.java" not found!

Inspection showed src/android/FileHelper.java doesn't exist, so I removed that line.

I also added the AssetFilesystem.java line for consistency with the android section, but don't know if it's needed.

Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/989ff131
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/989ff131
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/989ff131

Branch: refs/heads/master
Commit: 989ff131ffa3c8dd66ba367de2cc4ec4a24864e1
Parents: 4e85ac8
Author: masonicboom <ma...@users.noreply.github.com>
Authored: Sat Apr 25 21:29:02 2015 -0700
Committer: masonicboom <ma...@users.noreply.github.com>
Committed: Sat Apr 25 21:29:02 2015 -0700

----------------------------------------------------------------------
 plugin.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/989ff131/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9640e42..3ccf1b7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -163,12 +163,13 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <source-file src="src/android/NoModificationAllowedException.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/TypeMismatchException.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/FileUtils.java" target-dir="src/org/apache/cordova/file" />
-        <source-file src="src/android/FileHelper.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/DirectoryManager.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/LocalFilesystemURL.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/Filesystem.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/LocalFilesystem.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/ContentFilesystem.java" target-dir="src/org/apache/cordova/file" />
+        <source-file src="src/android/AssetFilesystem.java" target-dir="src/org/apache/cordova/file" />
+
         
         <!-- android specific file apis -->
         <js-module src="www/android/FileSystem.js" name="androidFileSystem">


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


[2/2] cordova-plugin-file git commit: Merge branch 'patch-1' of https://github.com/masonicboom/cordova-plugin-file

Posted by pu...@apache.org.
Merge branch 'patch-1' of https://github.com/masonicboom/cordova-plugin-file


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/aa1c17f4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/aa1c17f4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/aa1c17f4

Branch: refs/heads/master
Commit: aa1c17f4947ef4f4fb053f6b3ba02076de885726
Parents: 869bf1b 989ff13
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Oct 20 16:38:45 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Oct 20 16:38:45 2015 -0700

----------------------------------------------------------------------
 plugin.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/aa1c17f4/plugin.xml
----------------------------------------------------------------------


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