You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run a report for a Maven project that existed in a directory with space in it. It detected that it was MVN properly, but exited with error saying that MVN is not installed (even if it is and the wrapper is in the dir). After some debugging I've discovered that it was cutting the path at the space level and thus couldn't find the binary for command. I.e. in https://github.com/pivotal/LicenseFinder/blob/master/lib/license_finder/package_managers/maven.rb, but I would imagine it's similar in other places.
If the project path was /Users/Sebastian/Documents/Workspaces/IntelliJ IDEA/my-project, the project_path value at this stage was/Users/Sebastian/Documents/Workspaces/IntelliJ .
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
I was trying to run a report for a Maven project that existed in a directory with space in it. It detected that it was MVN properly, but exited with error saying that MVN is not installed (even if it is and the wrapper is in the dir). After some debugging I've discovered that it was cutting the path at the space level and thus couldn't find the binary for command. I.e. in
https://github.com/pivotal/LicenseFinder/blob/master/lib/license_finder/package_managers/maven.rb
, but I would imagine it's similar in other places.If the project path was
/Users/Sebastian/Documents/Workspaces/IntelliJ IDEA/my-project
, theproject_path
value at this stage was/Users/Sebastian/Documents/Workspaces/IntelliJ
.The text was updated successfully, but these errors were encountered: