Created
February 26, 2011 21:45
-
-
Save knowtheory/845651 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| caelesta:wifi_detector knowtheory$ rake install | |
| (in /Users/knowtheory/Code/ruby/wifi_detector) | |
| Android SDK Tools Revision 10 | |
| Project Target: Android 2.2 | |
| API level: 8 | |
| ------------------ | |
| Resolving library dependencies: | |
| No library dependencies. | |
| ------------------ | |
| Importing rules file: tools/ant/main_rules.xml | |
| -debug-obfuscation-check: | |
| -set-debug-mode: | |
| -compile-tested-if-test: | |
| -pre-build: | |
| -dirs: | |
| Creating output directories if needed... | |
| -aidl: | |
| Compiling aidl files into Java classes... | |
| -renderscript: | |
| Compiling RenderScript files into Java classes and RenderScript bytecode... | |
| -resource-src: | |
| Generating R.java / Manifest.java from the resources... | |
| -pre-compile: | |
| compile: | |
| /Users/knowtheory/Code/android-sdk-mac_x86/tools/ant/main_rules.xml:384: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds | |
| Compiling 1 source file to /Users/knowtheory/Code/ruby/wifi_detector/bin/classes | |
| -post-compile: | |
| -obfuscate: | |
| -dex: | |
| Converting compiled files and external libraries into /Users/knowtheory/Code/ruby/wifi_detector/bin/classes.dex... | |
| warning: Ignoring InnerClasses attribute for an anonymous inner class | |
| (jline.UnixTerminal$1) that doesn't come with an | |
| associated EnclosingMethod attribute. This class was probably produced by a | |
| compiler that did not target the modern .class file format. The recommended | |
| solution is to recompile the class from source, using an up-to-date compiler | |
| and without specifying any "-target" type options. The consequence of ignoring | |
| this warning is that reflective operations on this class will incorrectly | |
| indicate that it is *not* an inner class. | |
| warning: Ignoring InnerClasses attribute for an anonymous inner class | |
| (jline.UnsupportedTerminal$1) that doesn't come with an | |
| associated EnclosingMethod attribute. This class was probably produced by a | |
| compiler that did not target the modern .class file format. The recommended | |
| solution is to recompile the class from source, using an up-to-date compiler | |
| and without specifying any "-target" type options. The consequence of ignoring | |
| this warning is that reflective operations on this class will incorrectly | |
| indicate that it is *not* an inner class. | |
| warning: Ignoring InnerClasses attribute for an anonymous inner class | |
| (jline.WindowsTerminal$1) that doesn't come with an | |
| associated EnclosingMethod attribute. This class was probably produced by a | |
| compiler that did not target the modern .class file format. The recommended | |
| solution is to recompile the class from source, using an up-to-date compiler | |
| and without specifying any "-target" type options. The consequence of ignoring | |
| this warning is that reflective operations on this class will incorrectly | |
| indicate that it is *not* an inner class. | |
| warning: Ignoring InnerClasses attribute for an anonymous inner class | |
| (org.joda.time.DateTimeZone$1) that doesn't come with an | |
| associated EnclosingMethod attribute. This class was probably produced by a | |
| compiler that did not target the modern .class file format. The recommended | |
| solution is to recompile the class from source, using an up-to-date compiler | |
| and without specifying any "-target" type options. The consequence of ignoring | |
| this warning is that reflective operations on this class will incorrectly | |
| indicate that it is *not* an inner class. | |
| -package-resources: | |
| Packaging resources | |
| Creating full resource package... | |
| -package-debug-sign: | |
| Creating WifiDetector-debug-unaligned.apk and signing it with a debug key... | |
| debug: | |
| Running zip align on final apk... | |
| Debug Package: /Users/knowtheory/Code/ruby/wifi_detector/bin/WifiDetector-debug.apk | |
| install: | |
| Installing /Users/knowtheory/Code/ruby/wifi_detector/bin/WifiDetector-debug.apk onto default emulator or device... | |
| 722 KB/s (3581082 bytes in 4.838s) | |
| pkg: /data/local/tmp/WifiDetector-debug.apk | |
| Success | |
| caelesta:wifi_detector knowtheory$ rake test | |
| (in /Users/knowtheory/Code/ruby/wifi_detector) | |
| Android SDK Tools Revision 10 | |
| Project Target: Android 2.2 | |
| API level: 8 | |
| ------------------ | |
| Resolving library dependencies: | |
| No library dependencies. | |
| ------------------ | |
| Importing rules file: tools/ant/main_rules.xml | |
| Running tests | |
| Buildfile: /Users/knowtheory/Code/ruby/wifi_detector/test/build.xml | |
| [setup] Android SDK Tools Revision 10 | |
| [setup] Project Target: Android 2.2 | |
| [setup] API level: 8 | |
| [setup] | |
| [setup] ------------------ | |
| [setup] Resolving library dependencies: | |
| [setup] No library dependencies. | |
| [setup] | |
| [setup] ------------------ | |
| [setup] | |
| [setup] WARNING: No minSdkVersion value set. Application will install on all Android versions. | |
| [setup] | |
| [setup] Importing rules file: tools/ant/test_rules.xml | |
| -install-tested-project: | |
| [setup] Android SDK Tools Revision 10 | |
| [setup] Project Target: Android 2.2 | |
| [setup] API level: 8 | |
| [setup] | |
| [setup] ------------------ | |
| [setup] Resolving library dependencies: | |
| [setup] No library dependencies. | |
| [setup] | |
| [setup] ------------------ | |
| [setup] | |
| [setup] | |
| [setup] Importing rules file: tools/ant/main_rules.xml | |
| -debug-obfuscation-check: | |
| -set-debug-mode: | |
| -compile-tested-if-test: | |
| -pre-build: | |
| -dirs: | |
| [echo] Creating output directories if needed... | |
| -aidl: | |
| [echo] Compiling aidl files into Java classes... | |
| -renderscript: | |
| [echo] Compiling RenderScript files into Java classes and RenderScript bytecode... | |
| -resource-src: | |
| [echo] Generating R.java / Manifest.java from the resources... | |
| -pre-compile: | |
| compile: | |
| [javac] /Users/knowtheory/Code/android-sdk-mac_x86/tools/ant/main_rules.xml:384: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds | |
| [javac] Compiling 1 source file to /Users/knowtheory/Code/ruby/wifi_detector/bin/classes | |
| -post-compile: | |
| -obfuscate: | |
| -dex: | |
| [echo] Converting compiled files and external libraries into /Users/knowtheory/Code/ruby/wifi_detector/bin/classes.dex... | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class | |
| [apply] (jline.UnixTerminal$1) that doesn't come with an | |
| [apply] associated EnclosingMethod attribute. This class was probably produced by a | |
| [apply] compiler that did not target the modern .class file format. The recommended | |
| [apply] solution is to recompile the class from source, using an up-to-date compiler | |
| [apply] and without specifying any "-target" type options. The consequence of ignoring | |
| [apply] this warning is that reflective operations on this class will incorrectly | |
| [apply] indicate that it is *not* an inner class. | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class | |
| [apply] (jline.UnsupportedTerminal$1) that doesn't come with an | |
| [apply] associated EnclosingMethod attribute. This class was probably produced by a | |
| [apply] compiler that did not target the modern .class file format. The recommended | |
| [apply] solution is to recompile the class from source, using an up-to-date compiler | |
| [apply] and without specifying any "-target" type options. The consequence of ignoring | |
| [apply] this warning is that reflective operations on this class will incorrectly | |
| [apply] indicate that it is *not* an inner class. | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class | |
| [apply] (jline.WindowsTerminal$1) that doesn't come with an | |
| [apply] associated EnclosingMethod attribute. This class was probably produced by a | |
| [apply] compiler that did not target the modern .class file format. The recommended | |
| [apply] solution is to recompile the class from source, using an up-to-date compiler | |
| [apply] and without specifying any "-target" type options. The consequence of ignoring | |
| [apply] this warning is that reflective operations on this class will incorrectly | |
| [apply] indicate that it is *not* an inner class. | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class | |
| [apply] (org.joda.time.DateTimeZone$1) that doesn't come with an | |
| [apply] associated EnclosingMethod attribute. This class was probably produced by a | |
| [apply] compiler that did not target the modern .class file format. The recommended | |
| [apply] solution is to recompile the class from source, using an up-to-date compiler | |
| [apply] and without specifying any "-target" type options. The consequence of ignoring | |
| [apply] this warning is that reflective operations on this class will incorrectly | |
| [apply] indicate that it is *not* an inner class. | |
| -package-resources: | |
| [echo] Packaging resources | |
| [aapt] Creating full resource package... | |
| -package-debug-sign: | |
| [apkbuilder] Creating WifiDetector-debug-unaligned.apk and signing it with a debug key... | |
| debug: | |
| [echo] Running zip align on final apk... | |
| [echo] Debug Package: /Users/knowtheory/Code/ruby/wifi_detector/bin/WifiDetector-debug.apk | |
| install: | |
| [echo] Installing /Users/knowtheory/Code/ruby/wifi_detector/bin/WifiDetector-debug.apk onto default emulator or device... | |
| [exec] 444 KB/s (3581082 bytes in 7.875s) | |
| [exec] pkg: /data/local/tmp/WifiDetector-debug.apk | |
| [exec] Success | |
| -debug-obfuscation-check: | |
| -set-debug-mode: | |
| -compile-tested-if-test: | |
| -pre-build: | |
| -dirs: | |
| [echo] Creating output directories if needed... | |
| [mkdir] Created dir: /Users/knowtheory/Code/ruby/wifi_detector/test/gen | |
| [mkdir] Created dir: /Users/knowtheory/Code/ruby/wifi_detector/test/bin/classes | |
| -aidl: | |
| [echo] Compiling aidl files into Java classes... | |
| -renderscript: | |
| [echo] Compiling RenderScript files into Java classes and RenderScript bytecode... | |
| -resource-src: | |
| [echo] Generating R.java / Manifest.java from the resources... | |
| -pre-compile: | |
| compile: | |
| [javac] /Users/knowtheory/Code/android-sdk-mac_x86/tools/ant/main_rules.xml:384: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds | |
| [javac] Compiling 2 source files to /Users/knowtheory/Code/ruby/wifi_detector/test/bin/classes | |
| [javac] Note: /Users/knowtheory/Code/ruby/wifi_detector/test/src/org/ruboto/test/ActivityTest.java uses unchecked or unsafe operations. | |
| [javac] Note: Recompile with -Xlint:unchecked for details. | |
| -post-compile: | |
| -obfuscate: | |
| -dex: | |
| [echo] Converting compiled files and external libraries into /Users/knowtheory/Code/ruby/wifi_detector/test/bin/classes.dex... | |
| -package-resources: | |
| [echo] Packaging resources | |
| [aapt] Creating full resource package... | |
| -package-debug-sign: | |
| [apkbuilder] Creating WifiDetectorTest-debug-unaligned.apk and signing it with a debug key... | |
| debug: | |
| [echo] Running zip align on final apk... | |
| [echo] Debug Package: /Users/knowtheory/Code/ruby/wifi_detector/test/bin/WifiDetectorTest-debug.apk | |
| install: | |
| [echo] Installing /Users/knowtheory/Code/ruby/wifi_detector/test/bin/WifiDetectorTest-debug.apk onto default emulator or device... | |
| [exec] 449 KB/s (6151 bytes in 0.013s) | |
| [exec] pkg: /data/local/tmp/WifiDetectorTest-debug.apk | |
| [exec] Success | |
| run-tests: | |
| [echo] Running tests ... | |
| [exec] | |
| [exec] org.ruboto.test.ActivityTest: | |
| [exec] Test results for InstrumentationTestRunner= | |
| BUILD SUCCESSFUL | |
| Total time: 2 minutes 16 seconds | |
| caelesta:wifi_detector knowtheory$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run-tests:
[echo] Running tests ...
[exec]
[exec] org.ruboto.test.ActivityTest:..
[exec] Test results for InstrumentationTestRunner=..
[exec] Time: 16.948
[exec]
[exec] OK (2 tests)
[exec]
[exec]
BUILD SUCCESSFUL
Total time: 2 minutes 11 seconds
.
Finished in 158.781 seconds.
1 tests, 0 assertions, 0 failures, 0 errors