summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/xml-commons')
-rw-r--r--recipes-core/xml-commons/dom4j_1.6.1.bb2
-rw-r--r--recipes-core/xml-commons/jaxen_1.1.6.bb4
-rw-r--r--recipes-core/xml-commons/jaxme_0.5.2.bb77
-rw-r--r--recipes-core/xml-commons/jaxp1.3_1.4.01.bb1
-rw-r--r--recipes-core/xml-commons/jdom_1.1.3.bb3
-rw-r--r--recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb1
-rw-r--r--recipes-core/xml-commons/xom_1.2.10.bb4
-rw-r--r--recipes-core/xml-commons/xpp2_2.1.10.bb3
-rw-r--r--recipes-core/xml-commons/xpp3_1.1.3.4.O.bb7
9 files changed, 10 insertions, 92 deletions
diff --git a/recipes-core/xml-commons/dom4j_1.6.1.bb b/recipes-core/xml-commons/dom4j_1.6.1.bb
index ee46dfd..0ba3f0e 100644
--- a/recipes-core/xml-commons/dom4j_1.6.1.bb
+++ b/recipes-core/xml-commons/dom4j_1.6.1.bb
@@ -1,6 +1,6 @@
1SUMMARY = "A simple and flexible library for working with XML, XPath and XSLT" 1SUMMARY = "A simple and flexible library for working with XML, XPath and XSLT"
2DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT" 2DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT"
3LICENSE = "BSD" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f752b663f2a821c3b32482fc6aece3c" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f752b663f2a821c3b32482fc6aece3c"
5 5
6HOMEPAGE = "http://dom4j.github.io" 6HOMEPAGE = "http://dom4j.github.io"
diff --git a/recipes-core/xml-commons/jaxen_1.1.6.bb b/recipes-core/xml-commons/jaxen_1.1.6.bb
index 2741f2c..13f5fdc 100644
--- a/recipes-core/xml-commons/jaxen_1.1.6.bb
+++ b/recipes-core/xml-commons/jaxen_1.1.6.bb
@@ -4,7 +4,7 @@ DOM, XOM, dom4j, and JDOM. Is it also possible to write adapters that \
4treat non-XML trees such as compiled Java byte code or Java beans as XML, \ 4treat non-XML trees such as compiled Java byte code or Java beans as XML, \
5thus enabling you to query these trees with XPath too.\ 5thus enabling you to query these trees with XPath too.\
6" 6"
7LICENSE = "BSD" 7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2e66c2e2482aa23c11342f1469fa3b6" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2e66c2e2482aa23c11342f1469fa3b6"
9 9
10HOMEPAGE = "http://jaxen.org/" 10HOMEPAGE = "http://jaxen.org/"
@@ -15,7 +15,7 @@ DEPENDS = "fastjar-native virtual/javac-native xerces-j xom"
15SRCREV = "7d7755ac8b19daa2ff6f319f432b864cc72d89b6" 15SRCREV = "7d7755ac8b19daa2ff6f319f432b864cc72d89b6"
16 16
17SRC_URI = "\ 17SRC_URI = "\
18 git://github.com/codehaus/${BPN} \ 18 git://github.com/codehaus/${BPN};protocol=https;branch=master \
19 http://www.jdom.org/dist/binary/archive/jdom-1.1.tar.gz;name=jdom \ 19 http://www.jdom.org/dist/binary/archive/jdom-1.1.tar.gz;name=jdom \
20" 20"
21SRC_URI[jdom.md5sum] = "22745cbaaddb12884ed8ee09083d8fe2" 21SRC_URI[jdom.md5sum] = "22745cbaaddb12884ed8ee09083d8fe2"
diff --git a/recipes-core/xml-commons/jaxme_0.5.2.bb b/recipes-core/xml-commons/jaxme_0.5.2.bb
deleted file mode 100644
index b563cc6..0000000
--- a/recipes-core/xml-commons/jaxme_0.5.2.bb
+++ /dev/null
@@ -1,77 +0,0 @@
1SUMMARY = "Implementation of the JAXB API"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
4AUTHOR = "Apache Software Foundation"
5HOMEPAGE = "http://ws.apache.org/jaxme"
6
7SRC_URI = "\
8 http://apache.org/dist/ws/jaxme/source/ws-${P}-src.tar.gz;name=archive \
9 http://ftp.hosting-studio.de/pub/linux/apache/ant/source/apache-ant-1.7.1-src.tar.bz2;name=ant \
10 "
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
26S = "${WORKDIR}/ws-${P}"
27
28inherit java-library
29
30DEPENDS = "fastjar-native log4j1.2 xerces-j xalan-j commons-codec hsqldb antlr antlr-native"
31
32do_compile() {
33 oe_makeclasspath cp -s log4j-1.2 xercesImpl xalan2 commons-codec hsqldb antlr
34 cp=build-api:build-jaxme:build-js:build-xs:build-pm:$cp
35
36 jaxme_build src/api build-api $cp jaxmeapi-${PV}.jar
37
38 runantlr -o src/js/org/apache/ws/jaxme/js/jparser src/js/org/apache/ws/jaxme/js/jparser/java15.g
39 jaxme_build src/js build-js $cp jaxmejs-${PV}.jar
40
41 jaxme_build src/xs build-xs $cp jaxmexs-${PV}.jar
42
43 jaxme_build src/jaxme build-jaxme $cp ${JARFILENAME}
44
45# jaxme_build src/pm build-pm $cp jaxmepm-${PV}.jar
46}
47
48do_install_append() {
49 oe_jarinstall jaxmeapi-${PV}.jar jaxmeapi.jar
50 oe_jarinstall jaxmejs-${PV}.jar jaxmejs.jar
51 oe_jarinstall jaxmexs-${PV}.jar jaxmexs.jar
52 oe_jarinstall jaxmepm-${PV}.jar jaxmepm.jar
53}
54
55# Compile helper
56# 1 - source dir
57# 2 - dest dir
58# 3 - classpath
59# 4 - jar file name
60jaxme_build() {
61 mkdir -p $2
62
63 ant_sourcepath=${WORKDIR}/apache-ant-1.7.1/src/main
64
65 echo "javac -sourcepath $ant_sourcepath:$1 -cp $3 -d $2 \`find $1 -name "*.java"\`"
66 javac -sourcepath $ant_sourcepath:$1 -cp $3 -d $2 `find $1 -name "*.java" -and -not \( -wholename "*junit*" -or -wholename "*examples*" \) `
67 (cd $1 && find . -name "*.properties" -exec cp {} ${S}/$2/{} \;)
68
69 rm -rf $2/org/apache/tools
70
71 fastjar -C $2 -c -f $4 .
72}
73
74SRC_URI[archive.md5sum] = "084ebfe4a816058f8ff6bd731fa70df4"
75SRC_URI[archive.sha256sum] = "0415d721259acf95c564fb84606bb17f6227c1cc444e89b78d1cd9903c1c88dc"
76SRC_URI[ant.md5sum] = "0d68db4a1ada5c91bcbf53cefd0c2fd7"
77SRC_URI[ant.sha256sum] = "4dc49a7260ef90a6dc6611b7e96b9f047d507589736d4a2ad6efbe3edfc6fba6"
diff --git a/recipes-core/xml-commons/jaxp1.3_1.4.01.bb b/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
index 98cb077..7965bb8 100644
--- a/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
+++ b/recipes-core/xml-commons/jaxp1.3_1.4.01.bb
@@ -27,7 +27,6 @@ do_compile() {
27 fastjar cfm ${JARFILENAME} manifest.commons -C build . 27 fastjar cfm ${JARFILENAME} manifest.commons -C build .
28} 28}
29 29
30SRC_URI[md5sum] = "2fea8e97a5d4d1a24bd05f5f62f3e04e"
31SRC_URI[sha256sum] = "d34bd88dc89c5c1ed2545ec5c61e4606fc28beb200a6fecf8c3ed17694181866" 30SRC_URI[sha256sum] = "d34bd88dc89c5c1ed2545ec5c61e4606fc28beb200a6fecf8c3ed17694181866"
32 31
33BBCLASSEXTEND = "native" 32BBCLASSEXTEND = "native"
diff --git a/recipes-core/xml-commons/jdom_1.1.3.bb b/recipes-core/xml-commons/jdom_1.1.3.bb
index df9125d..c7b42f1 100644
--- a/recipes-core/xml-commons/jdom_1.1.3.bb
+++ b/recipes-core/xml-commons/jdom_1.1.3.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Parses, manipulates, and outputs XML using standard Java constructs" 1SUMMARY = "Parses, manipulates, and outputs XML using standard Java constructs"
2DESCRIPTION = "JDOM aims to provide a complete, Java-based solution for \ 2DESCRIPTION = "JDOM aims to provide a complete, Java-based solution for \
3accessing, manipulating, and outputting XML data from Java code." 3accessing, manipulating, and outputting XML data from Java code."
4LICENSE = "BSD" 4LICENSE = "BSD-4-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=897c700e4c122d8f4ef8f6d253a6f744" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=897c700e4c122d8f4ef8f6d253a6f744"
6 6
7HOMEPAGE = "http://jdom.org/" 7HOMEPAGE = "http://jdom.org/"
@@ -9,7 +9,6 @@ HOMEPAGE = "http://jdom.org/"
9DEPENDS = "fastjar-native virtual/javac-native jaxen" 9DEPENDS = "fastjar-native virtual/javac-native jaxen"
10 10
11SRC_URI = "http://www.jdom.org/dist/source/archive/jdom-${PV}.tar.gz" 11SRC_URI = "http://www.jdom.org/dist/source/archive/jdom-${PV}.tar.gz"
12SRC_URI[md5sum] = "dc8391e84cfdb170fcd8279aa370019f"
13SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f" 12SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f"
14 13
15PACKAGE_ARCH = "${TUNE_PKGARCH}" 14PACKAGE_ARCH = "${TUNE_PKGARCH}"
diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
index 42ce703..0fafcea 100644
--- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
+++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
@@ -36,7 +36,6 @@ do_compile() {
36 fastjar cfm ${JARFILENAME} src/manifest.resolver -C build org 36 fastjar cfm ${JARFILENAME} src/manifest.resolver -C build org
37} 37}
38 38
39SRC_URI[md5sum] = "46d52acdb67ba60f0156043f30108766"
40SRC_URI[sha256sum] = "55dbe7bd56452c175320ce9a97b752252c5537427221323c72e9b9c1ac221efe" 39SRC_URI[sha256sum] = "55dbe7bd56452c175320ce9a97b752252c5537427221323c72e9b9c1ac221efe"
41 40
42BBCLASSEXTEND = "native" 41BBCLASSEXTEND = "native"
diff --git a/recipes-core/xml-commons/xom_1.2.10.bb b/recipes-core/xml-commons/xom_1.2.10.bb
index 8b43c39..9b09e4d 100644
--- a/recipes-core/xml-commons/xom_1.2.10.bb
+++ b/recipes-core/xml-commons/xom_1.2.10.bb
@@ -14,7 +14,7 @@ PV_jaxen = "1.1.6"
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 http://www.cafeconleche.org/XOM/${P}-src.tar.gz;name=archive \ 16 http://www.cafeconleche.org/XOM/${P}-src.tar.gz;name=archive \
17 git://github.com/codehaus/${SRCNAME_jaxen};name=jaxen \ 17 git://github.com/codehaus/${SRCNAME_jaxen};name=jaxen;branch=master;protocol=https \
18 file://04_remove_sun_import.patch \ 18 file://04_remove_sun_import.patch \
19" 19"
20SRC_URI[archive.md5sum] = "9f3a2ae827a9f6826fe76e4b7b0c22b3" 20SRC_URI[archive.md5sum] = "9f3a2ae827a9f6826fe76e4b7b0c22b3"
@@ -36,7 +36,7 @@ do_move_jaxen() {
36 36
37} 37}
38 38
39addtask move_jaxen after do_removebinaries before do_patch 39addtask move_jaxen after do_deletebinaries before do_patch
40 40
41do_compile() { 41do_compile() {
42 mkdir -p build 42 mkdir -p build
diff --git a/recipes-core/xml-commons/xpp2_2.1.10.bb b/recipes-core/xml-commons/xpp2_2.1.10.bb
index 6fc81a2..170f4ff 100644
--- a/recipes-core/xml-commons/xpp2_2.1.10.bb
+++ b/recipes-core/xml-commons/xpp2_2.1.10.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Streaming pull XML parser for java" 1SUMMARY = "Streaming pull XML parser for java"
2LICENSE = "BSD-like" 2LICENSE = "BSD-4-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d40c660a53e36a103a35c170d38d0ef6"
4HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/" 4HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/"
5 5
@@ -30,5 +30,4 @@ do_compile() {
30 fastjar -C build-oe -c -f ${JARFILENAME} . 30 fastjar -C build-oe -c -f ${JARFILENAME} .
31} 31}
32 32
33SRC_URI[md5sum] = "865ca4e2496c215d301b57450137626f"
34SRC_URI[sha256sum] = "ad82569b809e29c19b8223feaa12923f97bb4bbc942ff985857f9d853db489cf" 33SRC_URI[sha256sum] = "ad82569b809e29c19b8223feaa12923f97bb4bbc942ff985857f9d853db489cf"
diff --git a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
index 1f02cb7..ce344c4 100644
--- a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
+++ b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Streaming pull XML parser for Java (3rd edition)" 1SUMMARY = "Streaming pull XML parser for Java (3rd edition)"
2LICENSE = "BSD-like" 2LICENSE = "BSD-4-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c"
4 4
5HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1" 5HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1"
@@ -39,12 +39,11 @@ do_compile() {
39 fastjar -C build-xpath -c -f xpp3-xpath-${PV}.jar . 39 fastjar -C build-xpath -c -f xpp3-xpath-${PV}.jar .
40} 40}
41 41
42do_install_append() { 42do_install:append() {
43 oe_jarinstall xpp3-xpath-${PV}.jar xpp3-xpath.jar 43 oe_jarinstall xpp3-xpath-${PV}.jar xpp3-xpath.jar
44} 44}
45 45
46FILES_libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*" 46FILES:libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*"
47 47
48 48
49SRC_URI[md5sum] = "e1b6aeaad1cd06e64568aae1a507d5c6"
50SRC_URI[sha256sum] = "404c0cd332f54ecf9807dc86d365c17dcffab669994c9dcbbad31fbc4b59f811" 49SRC_URI[sha256sum] = "404c0cd332f54ecf9807dc86d365c17dcffab669994c9dcbbad31fbc4b59f811"