Steps to reproduce:
1. Clone or download the zip for
ti.yahoo
module from here
https://github.com/appcelerator-modules/ti.yahoo.
2. In the console navigate to
ti.yahoo-master/android/
.
3. Run
appc run
.
Actual result:
1. The build fails with error:
[ERROR] Failed to compile Java source files:
[ERROR]
[ERROR] warning: [options] bootstrap class path not set in conjunction with -source 7
[ERROR] Note: [KrollBindingGen] Running Kroll binding generator.
[ERROR] Note: [KrollBindingGen] No binding data found, creating new data file: org.appcelerator.titanium.gen/bindings.json
[ERROR] Note: [KrollBindingGen] Found binding for module TiYahoo
[ERROR] Note: [KrollBindingGen] Generating JSON: file:///Users/lchoudhary/Desktop/ti.yahoo-master/android/build/classes/org/appcelerator/titanium/gen/bindings.json
[ERROR] /Users/lchoudhary/Desktop/ti.yahoo-master/android/build/generated/java/ti/yahoo/AssetCryptImpl.java:15: error: AssetCryptImpl is not abstract and does not override abstract method getAssetPaths() in AssetCrypt
[ERROR] public class AssetCryptImpl implements KrollAssetHelper.AssetCrypt
[ERROR] ^
[ERROR] Note: /Users/lchoudhary/Desktop/ti.yahoo-master/android/build/generated/java/ti/yahoo/AssetCryptImpl.java uses unchecked or unsafe operations.
[ERROR] Note: Recompile with -Xlint:unchecked for details.
[ERROR] 1 error
[ERROR] 1 warning
Expected result:
1. Module build is successful.
No comments