>Why do we need to bind all these products to framework ? It makes it >virtually impossible to release packages that do not rely on anything outside >their tree. > >The tests built fine here - is there something I am missing?
It looks like all of these problems were caused because I was still trying to build using the ant in Framework. Once I started using an external Ant, things began to work correctly. I am a little worried about this making it more difficult for new users to checkout excalibur and start using it though. I needed to do the following: Download and install Ant. Download and install the optional jar. And download and add the following jars to the ant/lib directory: junit.jar, junitperf.jar, xalan-2.2.0-D13.jar, xml-apis.jar The last two were needed for the test reports. Is this the correct way to be setting things up. Anyway, I backed out all the work I did today to get things working with the framework ant. (sigh) The same tests as before are still failing. If they are passing for you, then it must be a setup problem on my end. Cheers, Leif -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
