Titanium JIRA Archive
Appcelerator Modules (MOD)

[MOD-2472] Ti.yahoo module fails to build with compile error

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterLokesh Choudhary
AssigneeGary Mathews
Created2018-11-28T17:53:39.000+0000
Updated2018-11-28T18:00:47.000+0000

Description

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.

Comments

No comments

JSON Source