You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by masakura <gi...@git.apache.org> on 2015/04/02 10:59:02 UTC

[GitHub] cordova-plugin-camera pull request: Fix build error no orog.apache...

GitHub user masakura opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/82

    Fix build error no orog.apache.cordova.file

    Although uses the org.apache.cordova.file.FileUtils package in ac4af88f551406fa7b38a1343a3fc423a9ae9233, there is no dependency org.apache.cordova.file plugin.
    
    ```
    $ cordova --version
    4.3.0
    $ cordova create cordova1
    $ cd cordova1
    $ cordova platform add android
    $ cordova plugin add https://github.com/apache/cordova-plugin-camera.git
    $ cordova build
    ...
    Running command: /home/masakura/Documents/tmp/cordova1/platforms/android/cordova/build 
    Buildfile: /home/masakura/??????????????????/tmp/cordova1/platforms/android/build.xml does not exist!
    Build failed
    
    /home/masakura/ドキュメント/tmp/cordova1/platforms/android/cordova/node_modules/q/q.js:126
                        throw e;
                              ^
    Error code 1 for command: ant with args: debug,-f,/home/masakura/ドキュメント/tmp/cordova1/platforms/android/build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=ant-gen
    ERROR building one of the platforms: Error: /home/masakura/Documents/tmp/cordova1/platforms/android/cordova/build: Command failed with exit code 8
    You may not have the required environment or OS to build this project
    Error: /home/masakura/Documents/tmp/cordova1/platforms/android/cordova/build: Command failed with exit code 8
        at ChildProcess.whenDone (/home/masakura/.nvm/v0.10.38/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:131:23)
        at ChildProcess.emit (events.js:98:17)
        at maybeClose (child_process.js:766:16)
        at Process.ChildProcess._handle.onexit (child_process.js:833:5)
    ```

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

    $ git pull https://github.com/masakura/cordova-plugin-camera fix-build-error-no-file-plugin

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

    https://github.com/apache/cordova-plugin-camera/pull/82.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 #82
    
----
commit 3f6c73e2f0870f8952f06a1037cc97dbe7f2feb3
Author: Tomo Masakura <fj...@aa.jp.fujitsu.com>
Date:   2015-04-02T08:28:33Z

    Fix build error no orog.apache.cordova.file

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-camera pull request: Fix build error no org.apache....

Posted by vladimir-kotikov <gi...@git.apache.org>.
Github user vladimir-kotikov commented on the pull request:

    https://github.com/apache/cordova-plugin-camera/pull/82#issuecomment-148350161
  
    This import was removed in https://github.com/apache/cordova-plugin-camera/commit/c2e0db2b869762fd09b3977c5cc0af5a8ee4e79b. This PR is not actual anymore. Please close.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-camera pull request: Fix build error no org.apache....

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-plugin-camera/pull/82


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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