To debug this I tried redirecting the output of the command. The redirect seems to only work in a cygwin DOS Window (C:\cygwin\cygwin.bat) but not in shell-mode. As far as I can tell, both use "bash -i" as as shell.
Here is a sample commandline:
./rave/bin/nb.exe -J-Xdebug -J-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8765 -userdir /cygwin/home/edwingo/.Creator -J-Dtoolbox.importStartDir=/cygwin/home/edwingo/ftp -J-Drave.preview -J-Drave.project.dumpclassloader -J-Drave.projectdebug 2>&1 > ~/ide.txt
One other piece of data is that I have another *.exe which does output to the shell-mode buffer. It also opens a DOS window, but nothing appears there. This is what I want. I don't know enough about Win32 to understand why. Any ideas?
-Edwin
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/