This is an automated email from the ASF dual-hosted git repository.
mukulg pushed a commit to branch xml-schema-1.1-tests
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/xml-schema-1.1-tests by this
push:
new c4710e264 committing few changes to xerces-j readme document
c4710e264 is described below
commit c4710e2641999a6bb7bc14f06267edb2fc1a95b7
Author: Mukul Gandhi <[email protected]>
AuthorDate: Sat Oct 12 18:01:18 2024 +0530
committing few changes to xerces-j readme document
---
README | 47 +++++++++++++++++++++++++----------------------
1 file changed, 25 insertions(+), 22 deletions(-)
diff --git a/README b/README
index 3dc82f025..977c5158f 100644
--- a/README
+++ b/README
@@ -1,35 +1,38 @@
-/*
+
+ Xerces Java XML Schema 1.1 tests instructions
+ ---------------------------------------------
+
+===========================================================================
* Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
+ * contributor license agreements. Please see the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
+ * The ASF licenses this file to you under the Apache License, Version 2.0
+ * (the "License"). You may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- */
+===========================================================================
-This SVN branch contains, following XML Schema 1.1 tests,
-1) IBM / Xerces implementation of W3C XML Schema 1.1 test suite (within the
folder "w3c_xmlschema11-testsuite").
-2) Xerces proprietary XML Schema 1.1 tests (within the top level folders,
"src" and "data").
+This Apache Xerces-J GitHub repos branch contains following XML Schema 1.1
tests:
+1) Xerces-J implementation of W3C XML Schema 1.1 test-suite within the folder
"w3c_xmlschema11-testsuite".
+2) Xerces-J specific XML Schema 1.1 tests within the folders "src" and "data"
at the top-level of this
+codebase repos branch.
-Configuration notes, for running Xerces proprietary XML Schema 1.1 tests:
-Minimum JRE needed to run these tests is 1.7. These unit tests contain a
folder "data" parallel
-to the "src" folder, that contain the XML and XSD documents needed for the
unit tests. Before
-invoking this unit test suite, the following argument needs to be provided to
the Java VM,
+Instructions for running Xerces-J specifc XML Schema 1.1 tests:
+Minimum JRE needed to run these tests is 1.8. These unit tests contain a
folder "data" parallel
+to the "src" folder, that contain the XML and XML Schema documents needed to
run the unit tests. Before
+running this unit test-suite the following JVM argument needs to be provided,
-Dorg.apache.xerces.tests.dataDir=<path to data directory>
-(the unit tests, retrieve XML and XSD documents relative to this directory
location)
+(these unit tests, retrieve XML and XML Schema documents relative to this
folder location)
+
+The class "AllXercesXSD11Tests" is an entry point to run this unit test-suite.
-The class "AllXercesXSD11Tests" is the entry point of this unit test suite.
-Acknowledgements:
-Many of the Xerces proprietary, XML Schema 1.1 tests within this SVN branch,
were contributed by
-Roger L. Costello ([email protected]), and have been included here with
Roger's permission.
-Roger's contributions of useful XML Schema 1.1 examples to this test suite is
highly appreciated.
-Roger has been an active contributor to the XML Schema standards work.
\ No newline at end of file
+Sincerely,
+Apache Xerces Team
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]