[ERROR] Change in Avalon build script
"Berin Loritsch" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.apps.devel |
|---|---|
| Message-ID | <000201c2a209$293e4f70$2100a8c0__36316.5214461789$1039716378@acsdom1.citius.com> |
There is a problem due to the recent change in Avalon's build script. The build directory for the Avalon Framework jar file has been changed. As a result any build in Excalibur that looks for it in the old place will have an infinite recursion happen because it is looking for the framework jar in "build/lib" instead of "target/lib". Logger is one such victim. We need to fix this ASAP. BTW, when did this happen?