I have a problem and I think I know how to fix it. How can I communicate my ideas to the Xerces team?
To maximize the probability that your ideas will grab the attention of one of the Xerces developers who knows about the area of the parser you're concerned with, you should follow these steps:
svn diff
file for each file you've changed.
I am a recent committer. It has fallen to my lot to prepare a Xerces-J release; how do I do this?
You're in luck--it isn't at all difficult. Just follow these steps and you'll be done in no time:
tools/xml-apis.jar
and tools/xml-apis--src.zip reflect the
state of the branch of xml-commons that contains the API
set to which the parser must conform. At the time of
writing (September 2, 2007) this was the main
trunk.
build.xml
(that is, change the parser.Version,
parser.version, and
parser_version properties as appropriate for the
release).docs/releases.xml
(contributors should have updated this file as significant
changes/patches were applied, but the release manager should verify that
nothing has slipped through.
Also, the release manager should attempt to ensure that appropriate
credit has been given for contributions).
build test at a bare minimum.
In general, apply as many test suites (OASIS XML
tests, W3C DOM and Schema tests etc.) as are
available, particularly with a view to preventing
regressions since the previous release.
.zip
packages.tar.gz
packages. Beware to do the build from within
X-windows to avoid problems with StyleBook on the
command-line!
KEYS file if necessary
and make sure public key is on a key server or two.
/www/xml.apache.org/dist/xerces-j/.htaccess,
which directs the user to the most recent release. Take
care to move old packages to the old_xerces
directory so that the package listing is manageable.
/www/xerces.apache.org/xerces2-j to SVN;
i.e., update the xml-site module.