提交 9368b76d 编写于 作者: K kohsuke

Windows service now does log rotation and handles whitespace in path correctly.

    (This is only applicable to newly installed services.)
    (<a href="http://www.nabble.com/Windows-Service%3A-Error-193%3A-***-is-not-a-valid-Win32-application.-td24586795.html">report</a>)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20057 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ef4096c7
...@@ -654,7 +654,7 @@ THE SOFTWARE. ...@@ -654,7 +654,7 @@ THE SOFTWARE.
<dependency> <dependency>
<groupId>com.sun.winsw</groupId> <groupId>com.sun.winsw</groupId>
<artifactId>winsw</artifactId> <artifactId>winsw</artifactId>
<version>1.5</version> <version>1.8</version>
<classifier>bin</classifier> <classifier>bin</classifier>
<type>exe</type> <type>exe</type>
<scope>provided</scope><!-- this isn't really a dependency that Maven should care about, so putting 'provided' --> <scope>provided</scope><!-- this isn't really a dependency that Maven should care about, so putting 'provided' -->
......
...@@ -43,4 +43,5 @@ THE SOFTWARE. ...@@ -43,4 +43,5 @@ THE SOFTWARE.
I'm still debugging this. I'm still debugging this.
<interactive /> <interactive />
--> -->
<logmode>rotate</logmode>
</service> </service>
\ No newline at end of file
...@@ -44,4 +44,5 @@ THE SOFTWARE. ...@@ -44,4 +44,5 @@ THE SOFTWARE.
I'm still debugging this. I'm still debugging this.
<interactive /> <interactive />
--> -->
<logmode>rotate</logmode>
</service> </service>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册