Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4.0 (Beta)
-
Fix Version/s: 1.4.0 (Beta)
-
Component/s: Testing
-
Labels:None
-
Environment:Windows XP
Continuum 1.4.0
-
Complexity:Intermediate
-
Number of attachments :
Description
When execute Continuum webapp test in Windows I get error in intallations tools tests.
It is because when the java.home and maven.home variables are replaced in properties file, they are interpreted incorrectly, backslash '\' is interpreted how a character for escape other character.
Example: If java.home = C:\java\jre1_5 you will get C:javajre1_5
Fixed for trunk in 784889r