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

Specifying endorsedDir breaks script on MinGW #55

Open
harawata opened this issue Jan 21, 2017 · 0 comments · May be fixed by #94
Open

Specifying endorsedDir breaks script on MinGW #55

harawata opened this issue Jan 21, 2017 · 0 comments · May be fixed by #94

Comments

@harawata
Copy link

Hi,

I am a maintainer of MyBatis Migrations and I recently added endorsedDir to the plugin configuration to support a new feature.
The generated launcher script works fine on my macOS, of course, but a user reported that it does not work on MinGW environment.

The following part of the script appends endorsed dir and it makes classpath string unrecognizable, I guess.

ENDORSED_DIR=
if [ -n "$ENDORSED_DIR" ] ; then
  CLASSPATH=$BASEDIR/$ENDORSED_DIR/*:$CLASSPATH
fi

The full script is in the 3.3.0-SNAPSHOT .zip package.
Please see the pom.xml for the plugin configuration.

Thanks in advance,
Iwao

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 a pull request may close this issue.

1 participant