6dedce922b
Add building of resolver docs to draft website build with Forrest.
crossley
2002-12-20 05:46:47 +00:00
0d841981e6
Clarify mailing list addresses. Add section about building from source.
crossley
2002-12-17 07:18:11 +00:00
2964e1eda8
Keep in sync with Forrest default config.
crossley
2002-12-15 00:55:02 +00:00
6ef6cd1d5f
revert mistaken commit to HEAD. This should restore HEAD to its correct state, leaving only the new tck-jaxp-1_2_0 branch with "unofficial" APIs
neilg
2002-12-12 16:52:03 +00:00
c9ce59d37b
Changes needed to permit the xml-apis.jar generated from this branch to pass the JAXP 1.2 TCK. I've attempted to keep these as limited as possible, in a few cases simply modifying the original commons source directly rather than simply importing Xerces code. However, for many changes--such as that involving correct handling of security-critical operations like property checking--I've simply imported the relevant Xerces code.
neilg
2002-12-12 16:26:53 +00:00
df6b11c28f
Separate the description text from the component name.
crossley
2002-11-20 11:34:41 +00:00
b8c067e5f1
Very basic status of xml-commons docs (not necessarily sources) updated Hey - wireless works at ApacheCon!
curcuru
2002-11-20 01:03:38 +00:00
bd99f739b3
First-cut implementations of top level xml-commons doc Note issues remain, esp. about getting each deliverable (external, which, resolver, etc.) to be able to have it's own docset, or at least be able to build thereof
curcuru
2002-11-20 01:02:55 +00:00
809e26dfd2
Now committed top-level xdocs to CVS.
crossley
2002-11-16 13:10:59 +00:00
ce5fe72b4f
Initial top-level documentation using Forrest.
crossley
2002-11-16 12:59:48 +00:00
eed062b3a8
Getting ready for Forrest. It will generate a local ./build directory, so ignore it for CVS.
crossley
2002-11-15 03:29:31 +00:00
2f14cac764
Minor fixes suggested by ville.skytta-at-iki.fi
ndw
2002-11-14 13:04:01 +00:00
f3fec278ee
These apps still use the static CatalogManager by default; so make sure we use that manager's debug object for messages
ndw
2002-11-13 20:55:47 +00:00
4f7be003f3
Add interfaces for constructing a filter with a particular CatalogManager
ndw
2002-11-13 20:54:30 +00:00
ec123dbb6d
Rely on the catalog for which we are reading to provide the debug object for printing messages.
ndw
2002-11-13 20:50:49 +00:00
60a2439163
Catalogs are now governed by their CatalogManager instance (of which there is a single static instance for simplicity and backwards compatibility). Stefan Wachter provided a parse method that takes a URL; this allows catalogs to occur inside jar files.
ndw
2002-11-13 20:49:31 +00:00
dcec3ff81e
Use catalogManager's debug object instead of static Debug object to print messages
ndw
2002-11-13 20:47:19 +00:00
32de5fd9df
Reworked CatalogManager. The code no longer assumes that there will be one static manager. Each manager can have its own settings and carries its own debug object around with it. Almost all of the old methods are deprecated now that there are proper get/set methods for most of the properties.
ndw
2002-11-13 20:46:19 +00:00
87b64a669f
Debug is no longer static; there's now a unique Debug object associated with each CatalogManager. This class should probably have been called Message or something...
ndw
2002-11-13 20:44:52 +00:00
5a3f4539e2
New tests
ndw
2002-11-13 20:31:22 +00:00
8e12eed322
Note xml-commons-resolver-1.0 release status
curcuru
2002-11-12 16:52:54 +00:00
53db5ea418
Oops fix package to match org.apache.xml.resolver
curcuru
2002-11-12 16:52:37 +00:00
3e814b44c7
For xml-commons-resolver, add a "dist" target and an org.apache.xml.resolver.Version file; use filtered @impl.version@
curcuru
2002-11-07 15:06:31 +00:00
77fc5217e1
A few documentation updates and new email addr
curcuru
2002-11-07 15:04:04 +00:00
083ea4d7d5
Prepare to have each subproject have it's own build number; I'll propose that which, resolver, and external can each have their own distro
curcuru
2002-08-07 19:24:39 +00:00
ae09b42018
Updating comments; preparing to have a real docset someday!
curcuru
2002-08-07 19:24:05 +00:00
44d3664db4
Updated to work with JDK 1.1.x properly: added try...catch and null checks for various places system properties, etc. may be unavailable on 1.1.x systems; Check for new JAXP related jars
curcuru
2002-08-06 21:37:15 +00:00
7c30a0a75d
Added assorted Ant, JAXP, Xerces release jar info
curcuru
2002-08-06 21:36:09 +00:00
cb396f3206
Look for EITHER a Xerces 1.x jar or a 2.x jar; look for either xerces.jar or xercesImpl.jar
curcuru
2002-06-20 19:59:55 +00:00
0c290f3c61
Stop comparing .jar names as toLowerCase(); update getClasspathInfo to catch exceptions with private worker method
curcuru
2002-06-20 19:59:23 +00:00
5454cda96f
Add jar size info of a few new releases
curcuru
2002-06-20 19:41:18 +00:00
3d9241dce9
Fix bug with file: URLs getting too many slashes (file:////) which caused confusion
ndw
2002-06-14 14:37:20 +00:00
8c459bfa25
Still trying to get the Javadoc synched up. No functional changes.
jkesselm
2002-05-10 20:33:38 +00:00
3ad12ecf26
Still trying to get the Javadoc synched up. No functional changes.
jkesselm
2002-05-10 20:32:51 +00:00
4ff561bf31
HTML DOM files do _not_ belong in the DOM's home directory, but in the html subdirectory. (Probably an editing goof on my part. grrr.)
jkesselm
2002-05-10 20:10:03 +00:00
7a9fbfa4c6
Added a "debug" compile option to enable the possibility that the stack trace shows line numbers. However, the default value is set to the ant default of "off" so no debug info is provided, as before. This is to maintain backward compatibility. I think the default should be "on", instead, though. I will let someone else change it.
edwingo
2002-04-30 01:47:45 +00:00
18fabe9256
Fixed confusing section heading "Apache-authored code". (Testing my first commit.)
crossley
2002-02-10 06:19:57 +00:00
eacb08a9e2
Bump version number for 1.0.b2 release with brief description of contents
curcuru
2002-02-06 15:42:19 +00:00
d33b3c8343
Bump version number for 1.0.b2 release
curcuru
2002-02-06 15:33:43 +00:00
d4fe4c89f6
Now puts various LICENSE files in our exportsrc tar.gz and in the xml-apis.jar itself
curcuru
2002-02-06 11:58:46 +00:00
fd81a7b593
Overall LICENSE and README information about the xml-commons project
curcuru
2002-01-31 23:42:49 +00:00
e72d644c32
LICENSE and README information about all SAX sources
curcuru
2002-01-31 23:26:48 +00:00
05c8f7390b
LICENSE and README information about all DOM sources
curcuru
2002-01-31 23:13:42 +00:00
cf2f0ba274
Added my gpg key
ndw
2002-01-30 12:27:50 +00:00
4118e38777
Add resolver to Ant build
ndw
2002-01-30 12:25:53 +00:00
92f652862f
Initial checkin of Sun Resolver 1.1 sources
ndw
2002-01-30 12:25:00 +00:00
32b041f81d
Bugzilla 2230. Added clarification that newInstance, newTransformer(), and newTemplates() can in fact return null if an ErrorHandler is registered with the factory and what would otherwise be an Exception occurs.
dleslie
2002-01-22 20:45:17 +00:00
3c06546315
Bugzilla 5304 -- corrected error in VERSION: xml 4.0 to html 4.0.
dleslie
2002-01-22 18:45:09 +00:00
b47f379f53
Ooops, almost forgot the KEYS file for signing the distros!
curcuru
2002-01-11 17:42:28 +00:00
e80fdc77a2
Minor cleanup; call version.isdeveloper new version.isbeta since beta is a more widely used term; add comments for where to put new project submission ant calls
curcuru
2002-01-11 16:28:06 +00:00
13cd3edeeb
Update docs for 1.0.b1 release
curcuru
2002-01-11 16:27:23 +00:00
f77419e989
New build system for whole xml-commons project Top-level xml-commons/build.xml creates distro out of all sub-sub-projects README.html updated with forrest 1.5 look and more info which.xml and external/build.xml simplified with minor updates; outputs are still the same
curcuru
2002-01-09 20:01:23 +00:00
1d6cda7c46
Updating the W3C DOM documentation.
jkesselm
2002-01-04 20:20:52 +00:00
530caadd8d
Add java.class.path to test/check targets; this allows users to manually add items to their CLASSPATH and then have the test/check target actually use that CLASSPATH
curcuru
2001-12-21 22:59:52 +00:00
4c202cd7bb
Make several useful methods static; makes it easier to call them externally; note that someday we may want non-static methods in case there are any detailed classloader issues that have different behavior between static and instance methods.
curcuru
2001-12-21 22:59:05 +00:00
acbc352fdf
New 'Which' service; factory-driven service to provide EnvironmentCheck-like utility with easy expandability and reporting
curcuru
2001-12-11 17:42:50 +00:00
0451fd50ef
Include new org.apache.xmlcommons.Version file; implement a manifest for xml-apis.jar with impl.version filtering
curcuru
2001-11-28 19:40:00 +00:00
7d9faa78ca
Manifest file for xml-apis.jar of external sources
curcuru
2001-11-28 19:38:44 +00:00
22df5934f2
Implement simplistic Version.getVersion for the external portion of xml-commons
curcuru
2001-11-28 19:37:44 +00:00
dd667592a1
Add new exportsrc target for other projects who want to pick up just an xml-commons-src.tar.gz of sources (like xml-xalan's 2.2 D12 release)
curcuru
2001-11-07 20:42:59 +00:00
a2a37eb4cf
Applied MS VJ++ workaround for jkesselm
edwingo
2001-10-26 00:23:47 +00:00
41208535c4
Clean up debug code
edwingo
2001-10-24 01:12:42 +00:00
d84a3ea853
Fixed bug in reflection code so code will compile and run on JDK 1.1
edwingo
2001-10-24 00:55:15 +00:00
23ce6ff1d8
Make jaxp code compile under JDK 1.1 (it used to only just run on 1.1)
edwingo
2001-10-22 22:10:30 +00:00
38a2b89e48
Needlessly required JDK1.2 collections API (add/get); replaced with JDK1.1-and-up equivalents. (addElement/elementAt)
jkesselm
2001-10-19 20:30:38 +00:00
f13681688c
Removed "fallback implementation class name" from sources as it is unnecessary as long as a services resource file exists in the jar. The original author put that in there b/c of parinoia. This change makes the implementation of javax.xml.parsers and javax.xml.transform totally implementation neutral.
edwingo
2001-10-12 23:44:49 +00:00
0949fcbb88
Fix javadoc title version numbers
edwingo
2001-08-14 01:08:03 +00:00
c4ca9aa4a8
Fix service provider code so that it uses UTF-8 for better cross-platform compatibility with non-ascii platforms like EBCDIC
edwingo
2001-07-26 00:02:50 +00:00
1a37d8fa1c
Updates in javax.xml.{parsers, transform} for JAXP (Reference Implementation) RI version 1.1.1. Javadoc fixes to SAXParser and SAXParserFactory. Misc bug fixes to javax.xml.transform classes.
edwingo
2001-06-28 23:12:32 +00:00
16ef154db4
- Added a consolidated build.xml for DOM/SAX/JAXP - Removed build-sax.xml.
dims
2001-06-08 13:04:31 +00:00
7d5c881d20
Fixed removeAttribute bug pointed out by by dims. This should be fixed in the next release of SAX. Made the same change to both Xalan and xml-commons.
garyp
2001-05-31 18:08:19 +00:00