I'm using the Ant Invocation server in JDE 2.2.9beta8 I have this as my 'project' structure
prj1\build\build.xml prj1\src\source files prj2\build\build.xml prj2\src\source files And my ant is set up to do -find build\build.xml If I open a .java file from prj1 then the ant build step works fine. However If I open a .java file from prj2 the beanshell still thinks I'm in prj1 and tries to run the prj1 build file (whenever I do C-cC-vC-b). If I use the ant script or Java invocation everything works fine. Thanks, Kevin Jones Developmentor www.develop.com
