Details
-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Component/s: Maven Plugin
-
Labels:None
-
Environment:Windows
-
Number of attachments :
Description
The lookup of scenario class names via the includes pattern such as '*/scenarios/.java' fails on Windows because the paths retrieved use '\' as package separators in place of '/'.
Will most likely require the need to normalise paths to use '/'.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Mauro Talevi
made changes -
Fix Version/s | 2.1 [ 14547 ] |
Ensured the ScenarioClassNameFinder replaces backslashes as well as forward slashes in paths.