[ 
https://issues.apache.org/jira/browse/S4-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557370#comment-13557370
 ] 

Daniel Gómez Ferro commented on S4-59:
--------------------------------------

{code}

@@ -69,7 +69,7 @@ public class S4RLoaderFactory {
         File s4rDir = null;
         if (tmpDir == null) {
             s4rDir = Files.createTempDir();
-            s4rDir.deleteOnExit();
+            // s4rDir.deleteOnExit();
{code}
Did you forget to uncomment this?
                
> Resource loading from the S4 node classpath
> -------------------------------------------
>
>                 Key: S4-59
>                 URL: https://issues.apache.org/jira/browse/S4-59
>             Project: Apache S4
>          Issue Type: Improvement
>    Affects Versions: 0.5.0
>            Reporter: Daniel Gómez Ferro
>             Fix For: 0.6
>
>
> There should be a way to add custom files to the application's Classpath. 
> This is useful to configure the logging backend, for example.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to