Codebase list android-platform-frameworks-data-binding / 4343915
Added a dependency on JAXB to fix the build failure with Java 9 (Closes: #894287) Emmanuel Bourg 5 years ago
4 changed file(s) with 31 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 android-platform-frameworks-data-binding (2.2.2-3) UNRELEASED; urgency=medium
1
2 * Team upload.
3 * Added a dependency on JAXB to fix the build failure with Java 9
4 (Closes: #894287)
5
6 -- Emmanuel Bourg <ebourg@apache.org> Fri, 12 Oct 2018 10:45:28 +0200
7
08 android-platform-frameworks-data-binding (2.2.2-2) unstable; urgency=medium
19
210 * added circular dep libandroid-tools-annotations-java (Closes: #849222)
99 libandroid-tools-annotations-java,
1010 libcommons-io-java,
1111 libguava-java,
12 libjaxb-api-java,
1213 libjuniversalchardet-java,
1314 maven-repo-helper
1415 Standards-Version: 4.1.4.1
0 Description: Adds an explicit dependency on JAXB to fix the build failure witjh Java 9 and later
1 Author: Emmanuel Bourg <ebourg@apache.org>
2 Forwarded: no
3 Bug-Debian: https://bugs.debian.org/894287
4 --- a/compilerCommon/build.gradle
5 +++ b/compilerCommon/build.gradle
6 @@ -41,6 +41,7 @@
7 compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
8 compile 'com.google.guava:guava:17.0'
9 compile 'com.android.tools:annotations:24.5.0'
10 + compile 'javax.xml.bind:jaxb-api:debian'
11 }
12
13 project.tasks.create(name : "generateXmlLexer", type : JavaExec) {
14 @@ -86,4 +87,4 @@
15 tasks['exportBuildVersions'].dependsOn('processResources')
16
17 project.ext.pomName = 'Data Binding Compiler Common'
18 -project.ext.pomDesc = 'Common library that can be shared between different build tools'
19 \ No newline at end of file
20 +project.ext.pomDesc = 'Common library that can be shared between different build tools'
00 build.patch
1 jaxb-dependency.patch