On Tue, Apr 02, 2002 at 01:25:28PM +0200, Carsten Ziegeler wrote: > Ok, > > I tried it again, removed my check-out directoy, made a clean checkout of > excalibur > and cd'ed into the directory and simply called "ant" (with installed ant > 1.4.1).
The crucial bit is the 'source depchecking.sh' or equivalent. Without that, it's the old system. > So it seems I have to install a ant.properties first. Yes, you'd have to with the old system, and maybe even with the new. At least with the new system, you'd get a nice error message instead of javac compile errors. > > Anyway, after modifying the depchecking.sh for windows and rerunning "ant", > I get the > following error: > > D:\sunshine\jakarta-avalon-excalibur\all\build.xml:158: > java.io.FileNotFoundExc > ption: D:\sunshine\jakarta-avalon-excalibur\all\depchecker.xml That would happen if the depchecking.sh didn't retrieve 'default.properties' in the Excalibur root. Could you check to see if it's there? All the files listed in depchecking.sh must be present (./default.properties is listed there). --Jeff > Hmm, strange > > Carsten -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
