Daniel John Debrunner wrote:
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.
Never mind, I found that CruiseControl can set the working directory of where it executes build tasks, so no need for any change in lucene.
Dan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]