Hi, I'm having trouble compiling thru the compile server under cygwin. It works fine under Solaris. Here is the error I'm getting: (from the interpreter buffer)
--------------------------------------------- cd /home/common/source/java/ c:/j2sdk1.4.0-beta3/bin/java -classpath C:\cygwin\home\common\.emacs_stuff\lisp\xemacs\packages\jdee\java\bsh-comman ds;c:/j2sdk1.4.0-beta3/lib/tools.jar;C:\cygwin\home\common\source\java\lib\a nt.jar;C:\cygwin\home\common\.emacs_stuff\lisp\xemacs\packages\jdee\java\lib \jde.jar;C:\cygwin\home\common\.emacs_stuff\lisp\xemacs\packages\jdee\java\l ib\bsh.jar bsh.Interpreter BeanShell 1.1a16 - by Pat Niemeyer ([EMAIL PROTECTED]) bsh % // Error: Parser Error: Encountered "ome" at line 1, column 38. bsh % // Error: Error parsing input: bsh.TokenMgrError: Lexical error at line 1, column 6. Encountered: "\\" (92), after : "" bsh % // Error: Error parsing input: bsh.TokenMgrError: Lexical error at line 1, column 10. Encountered: "\\" (92), after : "" bsh % // Error: Parser Error: Encountered "ava" at line 1, column 9. bsh % ----------------------------------------- I think this might have something to do with banshell (or maybe the windows shell) escaping characters or some crazy stuff like that. Is there anyway I can take a look at the actual raw message that JDE sends beanshell? thanks -lw