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 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/*:$CLASSPATHfi
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.
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
The text was updated successfully, but these errors were encountered: