I'm building lucene in an continuous integration model using CruiseControl. Every build fails due to TestBackwardsCompatibility failing. This is because it expects to run in the root directory of a lucene source tree, e.g. see line 96 in the test. The current directory for CruiseControl is several levels higher than the lucene source tree since that how it works.

Anyone else seeing this, any ideas for making the test more independent of its environment?

Thanks,
Dan.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to