This should be fixed now, I'll see whether I can write some simple testcases to verify the behavior is what we expect it to be.
The problem only arises when you invoke a third build from a second build (like avalon-cornerstone does). basedir is a "user property" in the second project and thus would be carried over from the second to the third project. The order of calls to newProject.setBasedir and initializeProject has changed with the problematic patch and thus the old value of "basedir" would win. Oh, now the cornerstone build still fails for me 8-): /home/bodewig/jakarta/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/driver/ApacheDBDriver.java:128:9:128:9: Error: This statement is unreachable. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
