I've solved some path issues by setting jde-cygwin-path-converter from
whatever it is to something else. I'm not sure it's necessary any more,
but at one point I needed the "noop" path-converter:
(defun jde-cygwin-path-converter-noop (path) path)
(I've never used jde-ant-build, so calibrate accordingly.)
-- Ed
John Cooper wrote:
Unfortunately the patch doesn't make any difference for me, because the
setq is only done when bulidfile is null, and my buildfile is set to
"c:/javabld/build.xml". I think the problem is that buildfile is later
being surrounded by quotes (the value of the delimiter variable).
--- John
[ ... ]