Hmm..okay. Here are facts as I see them;
  1. 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.
  2. running my systems ant,  apache-ant-1.5.3-1, fails to run the test, Same results as above.
  3. I copy the junit jars from java/lib to my ANT_HOME for apache-ant-1.5.3-1
  4. Not surprisingly build.sh still fails.
  5. running ant build-test runs all the tests successfully

[EMAIL PROTECTED] wrote:
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.
So maybe the shell script build.sh  needs some help.  I will take a look and see what I can do.

- joel

Reply via email to