Commit Graph

  • cd7ba61b85 Eliminate warning for unused DEBUG field. main mrglavas 2005-09-30 20:42:07 +00:00
  • bbb4a3742c Cleanup unused imports. mrglavas 2005-09-30 20:41:09 +00:00
  • 376c96b652 Adding serialVersionUID to a serializable class. mrglavas 2005-09-30 20:40:52 +00:00
  • 005dd3d7d7 Assure that filenames of the form c:/foo/bar and foo/bar don't get turned into inaccessible URIs of the form file://c:/foo/bar and file://foo/bar ndw 2005-09-29 11:21:06 +00:00
  • 3f0703188b Update the documentation about building the site. Now using Forrest-0.7 version. crossley 2005-09-13 05:42:06 +00:00
  • e32f0461a4 Better links to SVN and browse. crossley 2005-09-13 05:28:03 +00:00
  • 6a5cab32df A copy of the license is linked from the docs. crossley 2005-09-13 05:02:46 +00:00
  • 5432c5290a Forrest-0.7 now finds this file relative to xdocs directory. crossley 2005-09-13 04:49:07 +00:00
  • dd0092a0dc Update references to ASF projects that use resolver. crossley 2005-09-13 04:40:13 +00:00
  • e8bd3f5a97 xml-commons moved to SVN. crossley 2005-09-13 04:23:07 +00:00
  • 32edb6bbe5 Default location of docbook-xsl on linux and mac. crossley 2005-09-13 04:21:07 +00:00
  • f3db158680 XML-Commons started in 2001. crossley 2005-09-13 03:29:16 +00:00
  • c35c82d716 Woosh, another year has gone. Update ApacheCon link. crossley 2005-09-13 03:24:50 +00:00
  • 46b98b1e88 Adding a new PGP key for myself to the KEYS file (and verifying that my SVN client works). mrglavas 2005-08-04 13:33:00 +00:00
  • 7d174c34dd Test commit. Updates repository information for XML Commons. jeremias 2005-08-04 06:45:32 +00:00
  • 2bfc7e85d8 Incrementing the version number to 1.3.02. This should be the version of xml-commons-external which ships with Xerces-J 2.7.1 and Xalan-J 2.7.0. mrglavas 2005-07-22 18:21:58 +00:00
  • 96cbd4ae74 The package.html files for javax.xml.validation and javax.xml.xpath were somehow missed in xml-commons-external-1.3.01. Adding these in from the jsr-206-src.zip under contrib/jaxp13. mrglavas 2005-07-22 18:20:18 +00:00
  • b8b0610cd5 Upgrade to forrest-0.7 ... will finish off at ApacheCon hackathon. Still need to tidy up and also update the "howto forrest" and readme. crossley 2005-07-14 02:23:37 +00:00
  • 952f4fe63d Start a section about "Debug" tips. Fix some old URLs for moved projects. crossley 2005-07-14 02:18:00 +00:00
  • 65a621a789 Update old ApacheCon notice. crossley 2005-07-14 02:12:36 +00:00
  • fe0e541d42 Use SecuritySupport when looking up org.xml.sax.parser system property. mrglavas 2005-06-22 02:20:47 +00:00
  • e37ca1b076 Merging ClassLoader fixes from the tck-jaxp-1_2_0 branch. I had almost forgotten these. Will re-tag the main branch. mrglavas 2005-06-22 02:13:56 +00:00
  • a8a58328eb Synching up XMLReaderFactory with the FactoryFinders. mrglavas 2005-06-21 19:19:22 +00:00
  • 43b5998999 Get system property using SecuritySupport. mrglavas 2005-06-21 19:05:20 +00:00
  • 80124b43a8 Merging in SecuritySupport code from the tck-jaxp-1_2_0 branch. mrglavas 2005-06-21 19:03:16 +00:00
  • 410062edf4 Fix a bug in the factory finding algorithm for service files. mkwan 2005-06-21 15:08:51 +00:00
  • 2c61e0d811 When processing META-INF/services SchemaFactoryFinder was calling loadFromProperty() which reads a META-INF/services file as if it were a properties file. In SchemaFactory [1] for the META-INF/services file it says to look at the "JAR file specification for file format and parsing rules". Looking at the JAR file specification [2] it says: "The file should contain a newline-separated list of unique concrete provider-class names". mrglavas 2005-06-20 22:05:52 +00:00
  • 1f07579183 Checking in Sources/Docs of DOM Level 3 XPath from: http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/ mrglavas 2005-06-17 22:16:45 +00:00
  • b4c1723a47 Checking in Sources/Docs of DOM Level 3 Load and Save from: http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/ mrglavas 2005-06-17 22:02:03 +00:00
  • 88612fd7b2 DOM Level 3 Core: COPYRIGHT.html has been replaced with copyright-notice.html. mrglavas 2005-06-17 21:08:02 +00:00
  • 275f1a69f6 Removing files not present in DOM Level 3 Core. mrglavas 2005-06-17 21:03:56 +00:00
  • 7827b8b3e4 Checking in Sources/Docs of DOM Level 3 Core from: http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ mrglavas 2005-06-17 20:59:08 +00:00
  • db0802b6ce Removing SAX docs. David Megginson removed them [1] from SAX CVS citing that they have fallen out of sync. They were not distributed with SAX 2.0.2. mrglavas 2005-06-17 20:00:57 +00:00
  • eca25067ad Removing unused nested classes. mrglavas 2005-06-17 19:52:47 +00:00
  • 01c6c51764 Merge in a fix from the tck-jaxp-1_2_0 branch: Under some JDK's (notably both Sun and IBM 1.4.0), getClassLoader(), when invoked on the JAXP or SAX classes, it returns null. This means that the fallback mechanism in these APIs may not work correctly: in particular, when an attempt to invoke an unknown Parser/XMLReader implementation is made in SAX, a NullPointerException rather than the correct ClassNotFoundException results. This patch fixes this problem, by using Class.forName() in the event that the bootstrap classloader is not returned in this particular situation. mrglavas 2005-06-17 19:50:14 +00:00
  • ea4dcf269c Merge in a fix from the tck-jaxp-1_2_0 branch: The reader used to read the service provider is never closed if an IOException is thrown while reading from it. Adding a finally block so that the reader will always be closed. mrglavas 2005-06-17 19:32:50 +00:00
  • 729661318d Merge in Performance Fix from the tck-jaxp-1_2_0 branch: When reading the service provider name from a jar a BufferedReader is used to read the first line from the file. BufferedReader's default buffer size is 8K chars. Since we're only reading one line (the name of a class) this is pretty excessive. Reducing this size significantly to 80 chars. mrglavas 2005-06-17 19:26:53 +00:00
  • a11ee29779 Javadoc fixes. End tags for <code> were missing. This caused the Javadoc for the methods following the missing end tag to be formatted entirely in the "code" format. Fixed a few instances where *s were inadverently included in the Javadoc text that should not have been. mrglavas 2005-06-17 03:10:33 +00:00
  • 6b0f74afed Suppress varargs call warning emitted from Java 5.0 compiler. mrglavas 2005-06-15 00:51:32 +00:00
  • cdcdeab0ae Fix a bug in the XPathException(Throwable) constructor. Pass the message from the cause Throwable to the super constructor, so that the getMessage() method on this XPathException would return the message of the cause. mkwan 2005-06-14 19:19:27 +00:00
  • e58a70e3ee Fix compile time dependency on File.toURI() which is new to JDK 1.4. Use reflection instead of a direct method call. mkwan 2005-06-14 19:17:19 +00:00
  • 081cad56b4 Change the default service provider back to org.apache.xalan.processor.TransformerFactoryImpl, which was the default before the JAXP 1.3 integration. mkwan 2005-06-14 19:15:12 +00:00
  • 57c5a282f3 Migrate a bug fix for printStackTrace which was done before the JAXP 1.3 integration back to the head. mkwan 2005-06-14 19:13:40 +00:00
  • c3fa88a3b2 No functional changes. Updating DOM Level 2 errata: http://www.w3.org/2002/10/DOM-Level-2-Traversal-Range-java-binding-20021016.zip http://www.w3.org/2002/10/DOM-Level-2-Views-java-binding-20021016.zip http://www.w3.org/2002/10/DOM-Level-2-Events-java-binding-20021016.zip http://www.w3.org/2002/10/DOM-Level-2-Style-java-binding-20021016.zip mrglavas 2005-06-10 15:52:57 +00:00
  • cf533ed88b Add DOM L3 XPath APIs (from http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226). This allows us to consolidate the DOM packages in xml-apis.jar and remove them from xalan.jar. mcnamara 2005-06-09 21:00:22 +00:00
  • 65ed556c33 Updates from SAX 2.0.2 (sax2r3) being applied to the head branch. mcnamara 2005-06-09 20:49:47 +00:00
  • de9abff1b4 Fixing a potential memory leak. The reader used to read the service provider is never closed if an IOException is thrown while reading from it. Adding a finally block so that the reader will always be closed. mrglavas 2005-06-05 01:59:03 +00:00
  • ad5eac5eb9 Adding a fallback DOMImplementationSource: the DOMXSImplemenationSourceImpl class from Xerces. mrglavas 2005-06-04 04:23:42 +00:00
  • 8dcb34f116 Minor performance improvements: mrglavas 2005-06-04 04:12:57 +00:00
  • 378334a0a8 Make default schema factory the one that exists in Xerces CVS. mrglavas 2005-06-04 03:50:04 +00:00
  • 9a2f84485a Changed product name and version information so that they will be specified by build.xml, rather than being hard-coded here. Merging these changes in from the tck-jaxp-1_2_0 branch. mrglavas 2005-06-04 03:45:36 +00:00
  • 520b220df3 Upgrade to Apache Software License Version 2.0 mrglavas 2005-06-04 03:43:59 +00:00
  • cfe461eefb Javadoc fix. Tag @version cannot be used in method documentation. mrglavas 2005-06-04 03:36:56 +00:00
  • d77f57d180 Applying a Javadoc fix which was overwritten by the previous commit. See version 1.5. mrglavas 2005-06-04 03:33:57 +00:00
  • 87899134c1 Merging in naming conventions from the tck-jaxp-1_2_0 branch and a few other minor changes. mrglavas 2005-06-04 03:20:07 +00:00
  • bd55e8fa25 Source for META-INF/MANIFEST.MF should pick up implementation version and vendor and Java version and vendor from values specified in build.xml, rather than hard-coding. Merging these changes in from the tck-jaxp-1_2_0 branch. mrglavas 2005-06-04 03:17:16 +00:00
  • daf0071761 Merging in bin.distro target from the tck-jaxp-1_2_0 branch. mrglavas 2005-06-04 02:43:39 +00:00
  • 99f4b82a7a Upgrade to Apache Software License Version 2.0 mrglavas 2005-06-04 02:41:29 +00:00
  • f228b9bb7b Upgrade W3C license to the December 31, 2002 version. mrglavas 2005-06-03 22:49:13 +00:00
  • dd41b5975d Merging in the KEYS, LICENSE and NOTICE files from the tck-jaxp-1_2_0 branch. mrglavas 2005-06-03 22:27:52 +00:00
  • 3d4a664fa1 Applying the Apache 2.0 license. mrglavas 2005-06-03 22:04:32 +00:00
  • dc53decaec Javadoc fix for QName(String,String,String). End tags for code were missing. mrglavas 2005-06-03 21:58:15 +00:00
  • 86e0999b73 Update to javadoc target. Build docs for every class under javax.xml.* not just the parsers and transform packages. mrglavas 2005-06-03 21:55:20 +00:00
  • ad5a8c30af Fixing indentation. mrglavas 2005-06-03 18:54:52 +00:00
  • 73c3555309 Fixing a compile and runtime dependency on JDK 1.4. Prior to JDK 1.4 the exception chaining mechanism didn't exist. If we're on JDK 1.4 we'll now call Throwable.initCause by reflection, otherwise we just keep a local copy of the chained exception. Added a readObject method so that instances of this class can be serialized/deserialized between JDK 1.4+ and JDK 1.3 (and below). mrglavas 2005-06-03 18:51:21 +00:00
  • 043065bc76 Fixing Bugzilla #34913: http://issues.apache.org/bugzilla/show_bug.cgi?id=34913 mrglavas 2005-06-03 18:28:57 +00:00
  • 743421a9fe Integrating File to URI conversion code into the main branch. mrglavas 2005-06-03 15:21:14 +00:00
  • 15b14b3935 Change impl.version from 1.1 to 1.2 Pack the NOTICE file too. crossley 2005-05-06 05:09:24 +00:00
  • e34db255b2 Use separate NOTICE files for each product. crossley 2005-05-06 05:07:25 +00:00
  • d9e6fd46c4 Add separate NOTICE files for each product. crossley 2005-05-06 04:51:10 +00:00
  • d01ec2cf57 Add a NOTICE.txt file. crossley 2005-04-23 03:48:58 +00:00
  • 6a0bbf82fc Added note about provenance with pointer to the public domain originals. ndw 2005-04-21 21:00:56 +00:00
  • 44343a926d Update to Apache License 2.0 crossley 2005-04-14 01:51:44 +00:00
  • 8b61e857cb Support uriSuffix and systemIdSuffix per XML Catalogs V1.1 ndw 2005-04-13 14:16:13 +00:00
  • 743cf92ca8 Fix bug #28719 and a little general cleanup ndw 2005-04-13 13:30:58 +00:00
  • 166c71a317 Basic JUnit tests ndw 2005-04-13 13:29:02 +00:00
  • 0de975f15b Fix bug #25262 per suggested patch ndw 2005-04-13 10:01:50 +00:00
  • 14a328eab0 Fix bug #25262: find longest match in rewrites ndw 2005-04-12 22:56:51 +00:00
  • 1de3bfa617 Fix bug #19311: notice and report unterminated comments in text catalogs ndw 2005-04-12 21:43:53 +00:00
  • 1dafbf63c9 Fix bug #16336 as suggested. ndw 2005-04-12 21:02:54 +00:00
  • 04ad8d99bb JavaDoc fixes ndw 2005-04-12 20:43:25 +00:00
  • 1e34bf0c9e Fix bug #34135: ResolvingXMLReader is not namespace aware ndw 2005-04-12 20:35:02 +00:00
  • 1afc496142 Fix resolveDocument(); it returned the wrong thing ndw 2005-04-12 20:28:03 +00:00
  • 8bbf751396 Handle case where base URI is initially null ndw 2005-04-12 20:27:02 +00:00
  • 43682ad7a5 Support validation with XML Schema ndw 2005-04-12 20:24:15 +00:00
  • e238b84fd0 Upgrading to JAXP 1.3 APIs. neeraj 2005-04-11 07:49:39 +00:00
  • f672902d3f Upgrading to JAXP 1.3 APIs. neeraj 2005-04-11 07:02:02 +00:00
  • ec634acf94 upgrading to JAXP 1.3 APIS. neeraj 2005-04-08 11:30:41 +00:00
  • 9a42e8fb94 Upgrading to JAXP 1.3 APIs. neeraj 2005-04-08 11:05:08 +00:00
  • 6b504e7786 Upgrading to JAXP 1.3 APIs. neeraj 2005-04-08 10:53:24 +00:00
  • 5b838d686f Upgrading to JAXP 1.3 APIs. neeraj 2005-04-08 10:39:14 +00:00
  • 71fde1266d Uploading JAXP APIs sources with Apache 2.0 license. neeraj 2005-04-06 07:23:45 +00:00
  • 1c00eb8bdc test cvs-commit email messages. crossley 2005-04-06 06:37:58 +00:00
  • 843e5182ad Test cvs-commit email messages. crossley 2005-04-06 06:29:06 +00:00
  • c70066a080 Uploading JAXP 1.3 implementation(xalan) code base as part of JAXP 1.3 donation to Apache XML. neeraj 2005-04-05 10:41:02 +00:00
  • ef0bd934e1 Adding JAXP 1.3 implementation(xerces) code base as part of JAXP 1.3 donation to Apache. neeraj 2005-04-05 10:38:37 +00:00
  • c5400a5351 Adding JSR 206 APIs source code as part of JAXP 1.3 donation to Apache XML. neeraj 2005-04-05 10:37:16 +00:00
  • 44efc72e44 enum ==> en (for JDK1.5) dims 2004-12-06 16:49:40 +00:00
  • 8baa1a7fa6 Fixup enum variable name for JDK 1.5 compilation curcuru 2004-10-18 16:21:45 +00:00
  • a6c7a56d09 Fix references to nagoya.apache.org crossley 2004-06-22 02:53:37 +00:00