[
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 edited comment on S4-59 at 1/18/13 6:08 PM:
---------------------------------------------------------------
{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?
TestModuleLoaderRemote is failing here. It tries to run testLocal() which is
inherited from TestModuleLoader, and this test hangs. As it is, testLocal()
runs twice.
was (Author: dferro):
{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