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

2003-08-14 Thread jfclere
jfclere 2003/08/14 08:52:31 Modified:daemon/src/native/nt/procrun procrun.c Log: - Arrange the code so that on win9x the hidden window waits for the main thread. - Improve the traces. - Add DuplicateHandle to allow to the thread/process handle in other thread/process. I u

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

2003-08-08 Thread jfclere
jfclere 2003/08/08 03:34:31 Modified:daemon/src/native/nt/procrun procrun.c Log: Arrange tracing when debug. Revision ChangesPath 1.25 +32 -22jakarta-commons-sandbox/daemon/src/native/nt/procrun/procrun.c Index: procrun.c ==

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

2003-06-17 Thread jfclere
jfclere 2003/06/17 09:46:24 Modified:daemon/src/native/nt/procrun procrun.c Log: Arrange the win9x support. Revision ChangesPath 1.24 +150 -8jakarta-commons-sandbox/daemon/src/native/nt/procrun/procrun.c Index: procrun.c ===

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

2003-03-30 Thread bodewig
bodewig 2003/03/30 22:54:35 Modified:daemon/src/native/nt/procrun procrun.c Log: 2003 Revision ChangesPath 1.13 +1 -1 jakarta-commons-sandbox/daemon/src/native/nt/procrun/procrun.c Index: procrun.c =

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

2003-03-28 Thread billbarker
billbarker2003/03/28 19:33:13 Modified:daemon/src/native/nt/procrun procrun.c Log: A few small fixes. 1) Fix the test so that it is possible to update the parameters for non-JNI services. 2) Make the classpath buffer dynamic, so that there isn't an artificial limit to the

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

2003-03-12 Thread mturk
mturk 2003/03/12 09:27:59 Modified:daemon/src/native/nt/procrun procrun.c Log: When calling //DS// (Delete Service) ensure that the service is stopped (stop if needed). That enables Tomcat 5 uninstall to skip "net stop" call. Revision ChangesPath 1.11 +45 -22

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

2003-02-21 Thread mturk
mturk 2003/02/21 04:13:39 Modified:daemon/src/native/nt/procrun procrun.c Log: Fix the service install. Revision ChangesPath 1.9 +61 -44jakarta-commons-sandbox/daemon/src/native/nt/procrun/procrun.c Index: procrun.c =

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

2003-02-17 Thread jfclere
jfclere 2003/02/17 08:42:01 Modified:daemon/src/native/nt/procrun procrun.c Log: Add support for win9x. Revision ChangesPath 1.7 +218 -100 jakarta-commons-sandbox/daemon/src/native/nt/procrun/procrun.c Index: procrun.c ===

cvs commit: jakarta-commons-sandbox/daemon/src/native/nt/procrun procrun.c procrun.dev procrun.h procrun.rc procrun.vcproj procrund.dev procrunw.dev readme.txt

2003-02-13 Thread mturk
mturk 2003/02/13 09:48:35 Modified:daemon/src/native/nt/procrun procrun.c procrun.dev procrun.h procrun.rc procrun.vcproj procrund.dev procrunw.dev readme.txt Log: Added GUI mode for PROCRUN_WINAPP mode. This enables that interactiv

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

2003-02-07 Thread mturk
mturk 2003/02/07 01:58:48 Modified:daemon/src/native/nt/procrun procrun.c Log: 1. Added CLOSE and SHUTDOWN Console Events 2. Fixed bug in parsing -Java java 3. Added prety displaying of Service description for //TS// as console title Revision ChangesPath 1.2 +