Jacques Le Roux wrote: > I can run ant (after an ant clean) on an XP console but I can't from > Eclipse : I get > > Buildfile: D:\workspace\ofbizRun\build.xml > > build: > > [echo] [build] ========== Start Building (Compile) ========== > > > BUILD FAILED > > D:\workspace\ofbizRun\build.xml:126: The following error occurred while > executing this line: > > D:\workspace\ofbizRun\framework\build.xml:22: The following error > occurred while executing this line: > > D:\workspace\ofbizRun\macros.xml:63: java.lang.NoClassDefFoundError: > org/apache/bsf/BSFException
Same as I said previously, most likely. If ant-nodep is in the global ant classpath, then the ant-apache-bsf has to be as well.
