You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Daniel Audino (JIRA)" <ji...@apache.org> on 2013/10/08 22:14:43 UTC

[jira] [Commented] (CB-5015) fileUtils is not defined error in BB10 file plugin

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

Daniel Audino commented on CB-5015:
-----------------------------------

Tested and found no unexpected errors occurred running mobile-spec on 3.1 with the latest file plugin.

> fileUtils is not defined error in BB10 file plugin
> --------------------------------------------------
>
>                 Key: CB-5015
>                 URL: https://issues.apache.org/jira/browse/CB-5015
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry
>    Affects Versions: 3.0.0
>            Reporter: Bryan Higgins
>            Assignee: Bryan Higgins
>
> This was reported on the BB forums:
> Hello,
>  
> I'm trying to use the org.apache.cordova.file plugin however there seems to be a problem with the includes. If you look in for example:
>  
> C:\<myproject>\platforms\blackberry10\www\plugins\org.apache.cordova.file\www\blackberry10\File.js
>  
> for this code block:
>  
> /**
>  * Returns a "slice" of the file.
>  * Slices of slices are supported.
>  * start {Number} The index at which to start the slice (inclusive).
>  * end {Number} The index at which to end the slice (exclusive).
>  */
> File.prototype.slice = function(start, end) {
>     return fileUtils.createFile(this.nativeFile.slice(start, end));
> };
>  
> fileUtils is not defined. Adding the below line like in FileWriter.js didn't work either:
>  
> EDIT: actually the below line does work when you use a semi-colon instead of comma! But should still be fixed in the official release too.
>  
> var fileUtils = require('./BB10Utils');
> Link to thread:
> http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Phonegap-3-0-File-plugin-fileUtils-not-defined/m-p/2618103#M40965



--
This message was sent by Atlassian JIRA
(v6.1#6144)