- Xindice ships with build.sh which sets up its own ANT_HOME=java/lib and java/lib contains the required junit jars. Running ./build.sh test-build fails for me.
- running my systems ant, apache-ant-1.5.3-1, fails to run
the test, Same results as above.
- I copy the junit jars from java/lib to my ANT_HOME for apache-ant-1.5.3-1
- Not surprisingly build.sh still fails.
- running ant build-test runs all the tests successfully
[EMAIL PROTECTED] wrote:
So maybe the shell script build.sh needs some help. I will take a look and see what I can do.I believe you will need to have the junit-*.jar in your ant lib. There will be test failures since there are still bugs. i.e. bug fixes (and new tests created) for one driver versus another. I don't have any time to contribute at the moment, so there is unfinished business on the 1.1 release.FYI- I was trying tests with the bat file version of the standalone server.
- joel