That wasn't the problem. I test my changes by building xdoclet, then building samples, then running xmllint against the generated xml.
All from a script, that copies the appropriate libraries into dist/samples/lib Problem was, my script wasn't copying openjmx.jar into dist/samples/lib before the sample build. And, the readme.txt does not say you need to do so. That was my point, I didn't know where those classes came from, and didn't think to try to copy openjmx.jar into dist/samples/lib. It all works now, but the readme.txt needs to be updated, so new-comers will know. Also, there are two readme.txt files, one in samples and on in samples/lib. The second being a subset of what the first says. Maybe we should get rid of samples/lib/readme.txt? (To avoid mismatched changes to libs/etc) -David On Fri, 08 Feb 2002, Vincent Harcq wrote: > Don't you forget "add missing directories" when cvs update ? > I worked yesterday on current cvs with no problems > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] On Behalf > > Of David Budworth > > Sent: vendredi 8 f�vrier 2002 19:42 > > To: [EMAIL PROTECTED] > > Subject: [Xdoclet-devel] Something broken with openjmx? > > > > > > Hi all, > > > > The samples don't build anymore due to openjmx classes not found. > > > > But the readme.txt (in examples) doesn't say that you need to > > copy it over. > > > > Did someone forget to update the readme? Or maybe forget to > > checkin the openjmx stuff? > > > > -David > > > > > > _______________________________________________ > > Xdoclet-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > > > > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
