The following comment has been added to this issue:
Author: Kristian Koehler
Created: Fri, 29 Aug 2003 9:22 AM
Body:
Hi
on a windows machine there are still problems when running the test (org.apache.geronimo.rmi.RMIClassLoaderSpiImplTest).
In method testNormalizeURL the URL gets normalized to:
file:/C:/Program%20Files/Apache%20Group/Geronimo
and in method testNormalizeCodebase the codebase gets normalized to respectively:
file:/C:/Program%20Files/Apache%20Group/Geronimo file:/C:/Program%20Files/Apache%20Group/Whatever
As you see the drive letter gets included and causes the tests to fail.
Cheers
Steffen and Kristian
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-22
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GERONIMO-22
Summary: [patch] spaces in deploy url
Type: Bug
Status: Resolved
Priority: Minor
Resolution: FIXED
Time Spent: Unknown
Remaining: Unknown
Project: Apache Geronimo
Components:
core
Assignee: Jason Dillon
Reporter: Brent Worden
Created: Tue, 26 Aug 2003 11:19 AM
Updated: Fri, 29 Aug 2003 7:49 AM
Description:
I changed DeployURL to check file URLs and "normalize" them. This solves the spaces in path
error Jason was witnessing.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|