summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons/xom_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/xml-commons/xom_1.1.bb')
-rw-r--r--recipes-core/xml-commons/xom_1.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-core/xml-commons/xom_1.1.bb b/recipes-core/xml-commons/xom_1.1.bb
index 7405dab..c37965b 100644
--- a/recipes-core/xml-commons/xom_1.1.bb
+++ b/recipes-core/xml-commons/xom_1.1.bb
@@ -10,6 +10,17 @@ SRC_URI = "\
10 file://04_remove_sun_import.patch \ 10 file://04_remove_sun_import.patch \
11 " 11 "
12 12
13# DEBUG: Executing shell function do_compile
14# ----------
15# 1. ERROR in src/nu/xom/UnicodeUtil.java (at line 0)
16# /* Copyright 2005 Elliotte Rusty Harold
17# ^
18# Internal compiler error: java.lang.StackOverflowError at org.eclipse.jdt.internal.compiler.ast.Expression.checkNPE(Expression.java:511)
19# ----------
20# Exception in thread "main" java.lang.StackOverflowError
21# at org.eclipse.jdt.internal.compiler.ast.Expression.checkNPE(Expression.java:511)
22PNBLACKLIST[xom] ?= "BROKEN: do_compile fails with internal javac error"
23
13S = "${WORKDIR}/XOM" 24S = "${WORKDIR}/XOM"
14 25
15inherit java-library 26inherit java-library