Setup / Problem
I've create a custom Android module for Titanium to display Gif animations inside Ti. The module source code can be found here: https://github.com/m1ga/com.miga.gifview
The actual module is working fine but when I use it with a second module (with the same problem) I receive the following error:
java.util.zip.ZipException: duplicate entry: org/appcelerator/titanium/gen/bindings.json
The problem is inside the gifimageview.jar file:
My two modules each have a bindings.json file inside the /gen folder that contains the same information as the bindings/gifview.json. So if I remove it manually in one module I can use both modules (because there is only one bindings.json now).
Question
How can I advise the compiler not to create this file or change the name? When I compile the module with ant
I see this in the output:
compile:
[javac] Compiling 3 source files to /home/miga/dev/ti.gif/android/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] Note: [KrollBindingGen] Running Kroll binding generator.
[javac] Note: [KrollBindingGen] Succesfully loaded existing binding data: /home/miga/dev/ti.gif/android/build/classes/org/appcelerator/titanium/gen/bindings.json
[javac] Note: [KrollBindingGen] Found binding for proxy GifView
[javac] Note: [KrollBindingGen] Found binding for module Tigifview
[javac] Note: [KrollBindingGen] Generating JSON: file:/home/miga/dev/ti.gif/android/build/classes/org/appcelerator/titanium/gen/bindings.json
[copy] Copying 1 file to /home/miga/dev/ti.gif/android/build/classes
There it is creating the bindings.json
What I've tried
Adding
org.eclipse.jdt.apt.processorOptions/kroll.jsonFile=migagifview.json
to the settings file: https://github.com/m1ga/com.miga.gifview/blob/master/android/.settings/org.eclipse.jdt.apt.core.prefs didn't work
My setup
This was a confirmed bug and is fixed in 6.1.0
Issue details: https://jira.appcelerator.org/browse/TIMOB-23502
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With