The .classpath file is only used by Eclipse for the project where it's defined
As we don't use Ant in OFBiz but only to build, as suggested by Adam recently I propose to remove all Ant ref. in .classpath, ie <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/> <classpathentry kind="lib" path="framework/base/lib/ant-launcher-1.7.0.jar"/> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/> <classpathentry kind="lib" path="framework/base/lib/ant/ant-nodeps-1.7.0.jar"/> <classpathentry kind="lib" path="framework/base/lib/ant/ant-apache-bsf-1.7.0.jar"/> If nobody sees a problem with that I will do it in some days (of course I tested ;o) Jacques
