Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong String.replaceAll in JavaAppBatScript.makeWindowsRelativeClasspathDefine #81

Merged
merged 1 commit into from
Nov 19, 2013

Conversation

chwthewke
Copy link
Contributor

When adding a setting such as scriptClasspath += "../conf", the execution of universal:packageBin whould fail in path.replaceAll with a StringIndexOutOfBoundsException, because for some reason \ needs to be escaped twice.

@jsuereth
Copy link
Member

Thanks for the fix!

jsuereth added a commit that referenced this pull request Nov 19, 2013
Fix wrong String.replaceAll in JavaAppBatScript.makeWindowsRelativeClasspathDefine
@jsuereth jsuereth merged commit c00a692 into sbt:master Nov 19, 2013
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.

2 participants