cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c

2004-03-28 Thread billbarker
billbarker2004/03/28 15:58:51 Modified:daemon/src/native/nt/procrun procrun.c Log: Refactor the JAVA_HOME auto-detection logic. This will make it easier to extend to non-Sun JVMs later. Also, adding in additional second-try at guessing that will allow procrun to recover

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c

2004-02-10 Thread billbarker
billbarker2004/02/10 22:52:24 Modified:daemon/src/native/nt/procrun procrun.c Log: Add support for --WorkingPath when using the in-proc option. Fix for bug #26806. Reported By: Robert Herold [EMAIL PROTECTED] Revision ChangesPath 1.14 +3 -1

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c

2004-01-03 Thread billbarker
billbarker2004/01/03 18:34:09 Modified:daemon/src/native/nt/procrun procrun.c Log: Allow spaces in the service-name. Yes, pretty silly, but Windows users love spaces :). Fix for bug #24936 Reported By: Patrick Samson [EMAIL PROTECTED] Revision ChangesPath

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c

2003-12-30 Thread billbarker
billbarker2003/12/30 20:43:15 Modified:daemon/src/native/nt/procrun procrun.c Log: 1) Allow the --Java to simply be where java is installed, instead of the full path to the jvm.dll. 2) When running --Java=java, use the JVM specified in JAVA_HOME over the one specified in

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c procrun.h procrun.rc

2003-10-02 Thread mturk
mturk 2003/10/02 00:22:16 Modified:daemon/src/native/nt/procrun procrun.c procrun.h procrun.rc Log: Add the Registry key for selecting the console display type. Revision ChangesPath 1.7 +11 -3 jakarta-commons/daemon/src/native/nt/procrun/procrun.c Index:

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c

2003-09-28 Thread mturk
mturk 2003/09/27 23:53:10 Modified:daemon/src/native/nt/procrun procrun.c Log: Remove the unused dll functions. The DLL mode will became the Control Panel Applet. Revision ChangesPath 1.2 +20 -100 jakarta-commons/daemon/src/native/nt/procrun/procrun.c

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c

2003-09-28 Thread mturk
mturk 2003/09/28 00:04:35 Modified:daemon/src/native/nt/procrun procrun.c Log: Bljax... Remove those CRLF's. Revision ChangesPath 1.3 +19 -19jakarta-commons/daemon/src/native/nt/procrun/procrun.c Index: procrun.c