From 9368b76d39e84591a694bdb0386db859188bfa88 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Wed, 22 Jul 2009 19:01:01 +0000 Subject: [PATCH] Windows service now does log rotation and handles whitespace in path correctly. (This is only applicable to newly installed services.) (report) git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20057 71c3de6d-444a-0410-be80-ed276b4c234a --- core/pom.xml | 2 +- core/src/main/resources/windows-service/hudson-slave.xml | 1 + core/src/main/resources/windows-service/hudson.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 767368120c..a8ed1d8ddd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -654,7 +654,7 @@ THE SOFTWARE. com.sun.winsw winsw - 1.5 + 1.8 bin exe provided diff --git a/core/src/main/resources/windows-service/hudson-slave.xml b/core/src/main/resources/windows-service/hudson-slave.xml index c2b1da2fa0..6cc0eed92e 100644 --- a/core/src/main/resources/windows-service/hudson-slave.xml +++ b/core/src/main/resources/windows-service/hudson-slave.xml @@ -43,4 +43,5 @@ THE SOFTWARE. I'm still debugging this. --> + rotate \ No newline at end of file diff --git a/core/src/main/resources/windows-service/hudson.xml b/core/src/main/resources/windows-service/hudson.xml index 14d33a351f..938634eec3 100644 --- a/core/src/main/resources/windows-service/hudson.xml +++ b/core/src/main/resources/windows-service/hudson.xml @@ -44,4 +44,5 @@ THE SOFTWARE. I'm still debugging this. --> + rotate \ No newline at end of file -- GitLab