Anyone notice on windows, that geronimo-deployment tests fail when built from a path with a space?

<snip>
-------------------------------------------------------------------------------
Test set: org.apache.geronimo.deployment.SingleFileHotDeployerTest
-------------------------------------------------------------------------------
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec <<< FAILURE! testNoRedeploy (org.apache.geronimo.deployment.SingleFileHotDeployerTest) Time elapsed: 0 sec <<< FAILURE! junit.framework.AssertionFailedError: Did not expect configuration to be unloaded new/new/new/new
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
at org.apache.geronimo.deployment.SingleFileHotDeployerTest $ MockConfigurationManager .unloadConfiguration(SingleFileHotDeployerTest.java:368) at org .apache .geronimo .deployment.SingleFileHotDeployer.start(SingleFileHotDeployer.java:116) at org .apache .geronimo .deployment.SingleFileHotDeployer.<init>(SingleFileHotDeployer.java:73) at org .apache .geronimo .deployment .SingleFileHotDeployerTest .testNoRedeploy(SingleFileHotDeployerTest.java:226)
</snip>

Using path:

    c:\ws\ser ver

While this path works fine:

    c:\ws\server

:-(

--jason

Reply via email to