A different configuration problem I ran into was that searching upwards for the build.xml was turned off by default. I had to add the customization
'(jde-ant-enable-find t)
HTH,
Charles
This actually looks like a configuration problem in the prj.el. Here is what
mine looks like from a prj.el that I continuously reuse:
'(jde-ant-buildfile "build.xml")
Then, jde-ant-build finds it without a problem.
Hope that helps.
On Sun, Aug 31, 2003 at 10:46:25PM -0400, Paul Kinnucan wrote: > Hi, > > Can anybody help Gregory or provide me with a fix for > jde-ant.el? I'm reluctant to try to fix it myself as > I don't use Ant and thus it would be difficult for > me to test a fix. > > Paul >
-- Charles Sutton University of Massachusetts, Amherst [EMAIL PROTECTED] URL: http://www.cs.umass.edu/~casutton/
