searls / jasmine-maven-plugin

Maven plugin to execute Jasmine Specs. Creates your HTML runners for you, runs headlessly, outputs JUnit XML
http://searls.github.io/jasmine-maven-plugin
Other
290 stars 163 forks source link

SpecRunner doesn't cope with Windows file paths #66

Closed woodenboat closed 11 years ago

woodenboat commented 12 years ago

Running 'mvn jasmine:bdd' from within a project which is in a usual Windows file path i.e with spaces in the names of directories, causes the SpecRunner to ignore any specs, and display a Green status. Not sure how many people will be running this from a Windows machine but took a while to track down all the same ....

klieber commented 11 years ago

Currently, the workaround for this issue is to move your project to a directory without any spaces in the path.

klieber commented 11 years ago

As of version 1.3.1.0 this should no longer be an issue. Let me know if this is not the case and I will reopen the issue.