On Mon, Apr 08, 2002 at 03:16:50PM +0200, Carsten Ziegeler wrote: > > Jeff Turner wrote: > > > > Ant is needed to compile the junit tests, even if you don't intend to > > run the tests (for that you need junit.jar in your ${ant.home}/lib}). We > > could break the test compilation into a separate target if you think > > it's an issue? > > > Yes, I think it's an issue, because if I want to build the libraries, I > don't want test cases to be build as well.
That seems to be the consensus. I'll move junit stuff to a separate target. ... > As I have a vanilla Ant with neiter Xalan nor Xerces in the Classpath, > I got some errors as Xerces was not found. Xerces is needed for the o.a.a.e.xml.XercesParser class in all/. > I corrected "default.properties" and now everything builds well. default.properties should never need to be edited by users. It's like editing build.xml. Instead, use ant.properties. In your case, set the ${avalon-framework.home} variable correctly, and it'll be able to find xerces, junit.jar and lots of other stuff needed for the Cocoon-based docs system. > Congratulations for this great system! Thanks :) --Jeff > Carsten > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>