> The current state of this project is 'Failed', with reason > 'Build Failed'. > For reference only, the following projects are affected by this: > - james-server : James Server
> BUILD FAILED > java.io.FileNotFoundException: > /x1/gump/public/workspace/james-server/file:check-targets.ent (No such file or directory) I changed my build.xml: - <!ENTITY check-targets SYSTEM "file:check-targets.ent"> + <!ENTITY check-targets SYSTEM "file:./check-targets.ent"> And it does not complain. Looking at the exception another solutions seems to be: - <!ENTITY check-targets SYSTEM "file:check-targets.ent"> + <!ENTITY check-targets SYSTEM "check-targets.ent"> Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]