Skip to content

Instantly share code, notes, and snippets.

@vchimev
Created August 2, 2016 09:40
Show Gist options
  • Save vchimev/eef3d5419b965089785d36c4ff9e8cb0 to your computer and use it in GitHub Desktop.
Save vchimev/eef3d5419b965089785d36c4ff9e8cb0 to your computer and use it in GitHub Desktop.
mcsofvchimev:nativescript-background-http vchimev$ grunt tests --os-version 9.0 --device "iPhone 6 90" --verbose
Initializing
Command-line options: --os-version=9, --device=iPhone 6 90, --verbose
Reading "Gruntfile.js" Gruntfile...OK
Registering Gruntfile tasks.
{ ios: { version: 9, device: 'iPhone 6 90' },
tns: 'tns',
tsd: 'node /Users/vchimev/Work/git/nativescript-background-http/node_modules/tsd/build/cli.js',
tsc: 'node /Users/vchimev/Work/git/nativescript-background-http/node_modules/typescript/lib/tsc.js' }
Reading package.json...OK
Parsing package.json...OK
Initializing config...OK
Registering "grunt-exec" local Npm module tasks.
Reading /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-exec/package.json...OK
Parsing /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-exec/package.json...OK
Loading "exec.js" tasks...OK
+ exec
Registering "grunt-contrib-copy" local Npm module tasks.
Reading /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-contrib-copy/package.json...OK
Parsing /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-contrib-copy/package.json...OK
Loading "copy.js" tasks...OK
+ copy
Registering "grunt-contrib-clean" local Npm module tasks.
Reading /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-contrib-clean/package.json...OK
Parsing /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-contrib-clean/package.json...OK
Loading "clean.js" tasks...OK
+ clean
Registering "grunt-mkdir" local Npm module tasks.
Reading /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-mkdir/package.json...OK
Parsing /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-mkdir/package.json...OK
Loading "mkdir.js" tasks...OK
+ mkdir
Registering "grunt-typedoc" local Npm module tasks.
Reading /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-typedoc/package.json...OK
Parsing /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-typedoc/package.json...OK
Loading "typedoc.js" tasks...OK
+ typedoc
Registering "grunt-mocha-appium" local Npm module tasks.
Reading /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-mocha-appium/package.json...OK
Parsing /Users/vchimev/Work/git/nativescript-background-http/node_modules/grunt-mocha-appium/package.json...OK
Loading "mocha-appium.js" tasks...OK
+ mochaAppium
Loading "Gruntfile.js" tasks...OK
+ android, default, github.io, http-dev, ios, tests
Running tasks: tests
Running "tests" task
Running "default" task
Running "clean:dist" (clean) task
Verifying property clean.dist exists in config...OK
Files: [no src] -> dist
Options: force=false, no-write=false
>> 0 paths cleaned.
Running "exec:gradle_android_upload_service" (exec) task
Verifying property exec.gradle_android_upload_service exists in config...OK
File: [no files]
gradle build
Expecting exit code 0
>>
>> FAILURE: Build failed with an exception.
>>
>> * Where:
>> Build file '/Users/vchimev/Work/git/nativescript-background-http/deps/android-upload-service/build.gradle' line: 12
>>
>> * What went wrong:
>> A problem occurred evaluating root project 'android-upload-service'.
>> >
>> Failed to apply plugin [id 'com.android.library']
>>
>> >
>> Gradle version 2.2 is required. Current version is 2.14. If using the gradle wrapper, try editing the distributionUrl in /Users/vchimev/Work/git/nativescript-background-http/deps/android-upload-service/gradle/wrapper/gradle-wrapper.properties to gradle-2.2-all.zip
>> * Try:
>>
>> Run with --stacktrace
>> option to get the stack trace. Run with
>> --info
>> or
>> --debug
>> option to get more log output.
BUILD FAILED
Total time: 2.802 secs
>> Exited with code: 1.
Warning: Task "exec:gradle_android_upload_service" failed. Use --force to continue.
Aborted due to warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment