Skip to content

Fix mvnw jar file path for Cygwin#5335

Merged
mkristian merged 1 commit intojruby:masterfrom
fenrir-naru:fix_mvnw_jar_path_for_cygwin
Oct 1, 2018
Merged

Fix mvnw jar file path for Cygwin#5335
mkristian merged 1 commit intojruby:masterfrom
fenrir-naru:fix_mvnw_jar_path_for_cygwin

Conversation

@fenrir-naru
Copy link
Contributor

mvnw failed under Cygwin with Windows JDK with the following error message.
Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain
This is because maven-wrapper.jar could not be found, and this PR fixes it.

mvnw failed under Cygwin with Windows JDK, because maven-wrapper.jar could not be found.
@mkristian
Copy link
Member

:+1 for merging this. but there is a possibility that we are going to overwrite this accidentally in the future, as this file comes from: https://github.com/takari/maven-wrapper

@fenrir-naru
Copy link
Contributor Author

fenrir-naru commented Oct 1, 2018

@mkristian Thank you for your comment. I checked, and this PR seems to be a subset of takari/maven-wrapper#83 . I hope this PR will be closed when the upstream PR is merged.

@mkristian mkristian merged commit df64fb7 into jruby:master Oct 1, 2018
@kares kares added this to the JRuby 9.2.1.0 milestone Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants