[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29359] [PATCH 14/31] gnu: Add java-jaxp.
From: |
Julien Lepiller |
Subject: |
[bug#29359] [PATCH 14/31] gnu: Add java-jaxp. |
Date: |
Sun, 19 Nov 2017 18:57:48 +0100 |
* gnu/packages/java.scm (java-jaxp): New variable.
---
gnu/packages/java.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3e8985595..f1a425418 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7929,3 +7929,37 @@ wider problem of Object to Object transformation.")
(description "Joda-Time is a replacement for the Java date and time
classes prior to Java SE 8.")
(license license:asl2.0)))
+
+;; TODO: Debian builds several jars out of this: jaxp-1.4.jar,
+;; xml-apis.jar and xml-apis-1.4.01.jar.
+(define-public java-jaxp
+ (package
+ (name "java-jaxp")
+ (version "1.4.01")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://apache/xerces/xml-commons/source/"
+ "xml-commons-external-" version "-src.tar.gz"))
+ (sha256
+ (base32 "0rhq32a7dl9yik7zx9h0naz2iz068qgcdiayak91wp4wr26xhjyk"))))
+ (build-system ant-build-system)
+ (arguments
+ `(#:jar-name "jaxp.jar"
+ #:jdk ,icedtea-8
+ #:source-dir ".."
+ #:tests? #f)); no tests
+ (home-page "http://xerces.apache.org/xml-commons/")
+ (synopsis "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)")
+ (description "Jaxp from the Apache XML Commons project is used by
+the Xerces-J XML parser and Xalan-J XSLT processor and specifies these APIs:
+
address@hidden
address@hidden Document Object Model (DOM)
address@hidden Simple API for XML (SAX)
address@hidden Java APIs for XML Processing (JAXP)
address@hidden Transformation API for XML (TrAX)
address@hidden Document Object Model (DOM) Load and Save
address@hidden JSR 206 Java API for XML Processing
address@hidden itemize")
+ (license license:asl2.0)))
--
2.15.0
- [bug#29359] [PATCH 06/31] gnu: Add java-hawtjni., (continued)
- [bug#29359] [PATCH 06/31] gnu: Add java-hawtjni., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 11/31] gnu: Add java-cdi-api., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 17/31] gnu: Add java-xom., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 23/31] gnu: Add java-jaxen., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 22/31] gnu: Add java-dom4j., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 09/31] gnu: Add java-jboss-el-api-spec., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 20/31] gnu: Add java-xpp3., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 14/31] gnu: Add java-jaxp.,
Julien Lepiller <=
- [bug#29359] [PATCH 10/31] gnu: Add java-jboss-interceptors-api-spec., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 18/31] gnu: Fix java-eclipse-jetty-security-9.2 build failure., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 21/31] gnu: Add java-xmlpull2., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 19/31] gnu: Add java-xsdlib., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 13/31] gnu: Add java-joda-time., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 26/31] gnu: Add java-jettison., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 25/31] gnu: Add java-stax., Julien Lepiller, 2017/11/19
- [bug#29359] [PATCH 31/31] gnu: Add java-xmlunit-legacy., Julien Lepiller, 2017/11/19