summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons/jaxme_0.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/xml-commons/jaxme_0.5.2.bb')
-rw-r--r--recipes-core/xml-commons/jaxme_0.5.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-core/xml-commons/jaxme_0.5.2.bb b/recipes-core/xml-commons/jaxme_0.5.2.bb
index b4ec750..03f4f57 100644
--- a/recipes-core/xml-commons/jaxme_0.5.2.bb
+++ b/recipes-core/xml-commons/jaxme_0.5.2.bb
@@ -9,6 +9,20 @@ SRC_URI = "\
9 http://ftp.hosting-studio.de/pub/linux/apache/ant/source/apache-ant-1.7.1-src.tar.bz2;name=ant \ 9 http://ftp.hosting-studio.de/pub/linux/apache/ant/source/apache-ant-1.7.1-src.tar.bz2;name=ant \
10 " 10 "
11 11
12# do_compile:
13# 2. ERROR in src/jaxme/org/apache/ws/jaxme/generator/XJCTask.java (at line 30)
14# import org.apache.ws.jaxme.generator.sg.SGFactoryChain;
15# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16# The import org.apache.ws.jaxme.generator.sg.SGFactoryChain cannot be resolved
17# ----------
18# 3. ERROR in src/jaxme/org/apache/ws/jaxme/generator/XJCTask.java (at line 1055)
19# if (!SGFactoryChain.class.isAssignableFrom(c)) {
20# ^^^^^^^^^^^^^^
21# SGFactoryChain cannot be resolved to a type
22# ----------
23# ... and many more
24PNBLACKLIST[jaxme] ?= "BROKEN: do_compile fails"
25
12S = "${WORKDIR}/ws-${P}" 26S = "${WORKDIR}/ws-${P}"
13 27
14inherit java-library 28inherit java-library