Nightly Distribution of the master branch

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
2 minutes
Duration
14 minutes
Labels
None
Revision
455e08314403715802b4d0f14b990c701a371a64
Total tests
575
Failing since
#1577 (Changes by Florian Schmaus <flo@geekplace.eu>)
Fixed in
#1580 (Manual run by daryl herzmann)
No failed test found. A possible compilation error occurred.

Tests

Responsible

  • Florian Schmaus Florian Schmaus Automatically assigned

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 455e08314403715802b4d0f14b990c701a371a64 Merge pull request #236 from vanitasvitae/BodyProvider
Add and register BodyElementProvider
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 779ebd5d692633d4a0992cb34f7b85a7f27a871c Merge pull request #234 from vanitasvitae/fixDeliveryReceipts
Make receipts id optional (SMACK-815)
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 90b1afe41705bb2ca6242aa109eb21de765bdddb Merge pull request #233 from vanitasvitae/fixtable
Fix extensions table
Paul Schaub <vanitasvitae@fsfe.org> Paul Schaub <vanitasvitae@fsfe.org> 901b316c06b2a455461f43befbd937415b5cf3a6 Add and register BodyElementProvider
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ab30b0c921f4db77478ba419420679931d9b89b3 Add AndroidSmackInitializer.initialize(Context)
This commit also changes the usage of the android.jar found in the
androidBootClasspath gradle variable, because
AndroidSmackInitializer.initialize(Context) pulls in

org.minidns.dnsserverlookup.android21.AndroidUsingLinkProperties

from minidns-android21, which has a @TargetApi annotation which is
only available on Android SDK API level 16 or higher. Otherwhise we
would get

> Task :smack-android:compileJava FAILED
/home/flo/.gradle/caches/modules-2/files-2.1/org.minidns/minidns-android21/0.3.0/13f273d095e51d701283062a25e867f3ff26d258/minidns-android21-0.3.0.jar(/org/minidns/dnsserverlookup/android21/AndroidUsingLinkProperties.class): warning: Cannot find annotation method 'value()' in type 'TargetApi': class file for android.annotation.TargetApi not found
/home/flo/.gradle/caches/modules-2/files-2.1/org.minidns/minidns-android21/0.3.0/13f273d095e51d701283062a25e867f3ff26d258/minidns-android21-0.3.0.jar(/org/minidns/dnsserverlookup/android21/AndroidUsingLinkProperties.class): warning: Cannot find annotation method 'value()' in type 'TargetApi'
error: warnings found and -Werror specified
1 error

when compiling smack-android.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSMACK-815Could not obtain issue details from Jira