ECB 1.90 is released!

2003-01-31 Thread Berndl, Klaus
ECB 1.90 is released! = From this release on ECB has a new official maintainer: Klaus Berndl [EMAIL PROTECTED]. Also the homepage of ECB has moved to http://ecb.sourceforge.net. The old homepage at http://home.swipnet.se/mayhem/ecb.html is not longer supported. How to get

Re: (yet another) ant build error (v1.56 works, but v1.57 doesn't)

2003-01-31 Thread Paul Erion
Well, I was doing some experimenting (which is what I do when I don't have a clue) and discovered that version 1.56 of jde-ant.el works just fine for me, but version 1.57 doesn't. Looking at the diff, the only change is the normalization of jde-ant-program. Interestingly enough, 1.57 fails for a

cygwin + environment variable substitution bug.

2003-01-31 Thread Le Wang
Hi, In cygwin, if I have $CLASSPATH in a classpath type of variable, the string is split on :, instead of `jde-classpath-separator'. This adds garbage (e.g. C;C:/java/lib.jar;C;C:/java/lib2.jar) to the classpath used by the compiler. -- Le

Re: cygwin + environment variable substitution bug.

2003-01-31 Thread Le Wang
--- Le Wang [EMAIL PROTECTED] wrote: Hi, In cygwin, if I have $CLASSPATH in a classpath type of variable, the string is split on :, instead of `jde-classpath-separator'. This adds garbage (e.g. C;C:/java/lib.jar;C;C:/java/lib2.jar) to the classpath used by the compiler. oops. It