Hello!
I am using cygwin as my bash under NT, and emacs is set to use it.
I had set up my project under the JDE 2.1.5, and it worked fine.
I tried to compile a file, and got the following:
cd x:/SourceBase/some/package
javac -classpath
"X:\Developpement\lib\xml4j.jar;X:\Developpement\lib\tools.jar" -sourcepath
"X:\SourceBase" -d X:\Developpement\classes -g SomeClass.java
The X:Developpementclasses directory does not exist.
Usage: javac <options> <source files>
i.e. the Jde Compile Option Directory option is not quoted in the javac
command, and that makes the single \ disappear under cygwin. I do not
remember if it was quoted before the 2.1.5, or why it worked.
An obvious workaround is to quote the Jde Compile Option Directory value,
which I did, but I think this should not be necessary.
Thank you,
Marc-Antoine Parent
_emacs