Gary Orser wrote:
I was creating our own copy of the xml-xindice repository for
local our development team's use. This check in process
highlighed a bug in the xml-xindice cvs setup
*** tools/lib/.cvsignore 20 Nov 2003 22:11:14 -0000 1.1.1.1
--- tools/lib/.cvsignore 21 Nov 2003 14:57:50 -0000
***************
*** 1,3 ****
xalan*.jar
xerces*.jar
- xml*.jar
This .cvsignore, was preventing xmlunit-1.0.jar from being checked into
cvs. A checkout, then using ant to build the project, subsequently failed
as xmlunit-1.0.jar was not available.
Thanks for reporting; fixed.
PS.
A question is whether the .cvsignore is needed at all.
xalan and xerces are not in this directory.
They are copied there by the build process.
Vadim