Flipboard / GoldenGate

An Android annotation processor for generating type safe javascript bindings (Bridges)
BSD 3-Clause "New" or "Revised" License
120 stars 19 forks source link

compile errors #3

Closed jjhesk closed 9 years ago

jjhesk commented 9 years ago

Error:Execution failed for task ':OverDragLayout:androidJavadocs'.

Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/Users/hesk/GitHub/HypebeastStore-Android-Native/hypebeaststore/OverDragLayout/build/tmp/androidJavadocs/javadoc.options'

This happens when it try to ship out the apk to the adb and eventually cause javadoc generation failed.

This is my compile list:


dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:21.0.3'
    /*compile('com.jeremyfeinstein.slidingmenu:library:1.3@aar') {
              exclude module: 'support-v4'
            }*/
    compile 'com.google.code.gson:gson:2.3.1'
    compile 'com.squareup.okhttp:okhttp:2.2.0'
    compile 'org.lucasr.twowayview:twowayview:0.1.4'
    compile project(':JazzListView')
    compile('de.psdev.licensesdialog:licensesdialog:1.6.0') {
        exclude module: 'support-v4'
    }
    compile 'com.squareup.picasso:picasso:2.4.0'
    compile project(':L-dialogs')
    compile 'com.afollestad:material-dialogs:0.6.3.0'
    compile 'me.drakeet.materialdialog:library:1.2.2'
    compile 'com.squareup.okhttp:okhttp-urlconnection:2.2.0'
    compile project(':libHkmCheck')
    compile 'com.nineoldandroids:library:2.4.0'
    // compile 'com.daimajia.slider:library:1.1.2@aar'
    compile 'com.android.support:appcompat-v7:21.0.3'
    //exclude module: 'support-v4'
    compile 'uk.co.chrisjenx:calligraphy:2.0.1'
    //compile 'com.github.traex.expandablelayout:library:1.2.2'
    compile 'com.melnykov:floatingactionbutton:1.2.0'
    compile 'it.neokree:MaterialTabs:0.11'
    compile 'com.lsjwzh:materialloadingprogressbar:0.2.0-RELEASE'
    compile project(':jsoup-1.8.1')
    compile 'au.com.gridstone:grex:1.1.0'
    compile 'au.com.gridstone:grex-gson-converter:1.1.0'
    compile 'org.lucasr.twowayview:twowayview:0.1.0'
    compile 'com.etsy.android.grid:library:1.0.5'
    // see changelog
    compile 'com.nvanbenschoten.motion:library:1.0.2'
    compile project(':WheelViewLib')
    compile project(':daimajiaslider')
    compile project(':OverDragLayout')
    compile 'com.facebook.rebound:rebound:0.3.7'
    //http://facebook.github.io/rebound/

    //https://github.com/facebook/rebound/blob/master/rebound-android-example/src/main/java/com/facebook/rebound/example/MainActivity.java
    compile project(':eexpandedview')
    apt 'com.flipboard.goldengate:compiler:1.2.0'
    compile 'com.flipboard.goldengate:api:1.2.0'
}
ZacSweers commented 9 years ago

I don't think this is related to GoldenGate, since the stacktrace is specific to OverDragLayout. Since you include the project locally, my guess is that you've included code that would regularly publish it to maven. Please take it up with that developer.

jjhesk commented 9 years ago

i see. i will track with them.