Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

pivot-luke-5.5.0 sh file edit #82

Closed
SahilAgarwal321 opened this issue Feb 13, 2017 · 5 comments
Closed

pivot-luke-5.5.0 sh file edit #82

SahilAgarwal321 opened this issue Feb 13, 2017 · 5 comments

Comments

@SahilAgarwal321
Copy link

SahilAgarwal321 commented Feb 13, 2017

luke.sh file -

if [[ -d `echo $LUKE_PATH` ]]; then
  java -XX:MaxPermSize=512m -jar $LUKE_PATH/target/luke-with-deps.jar
else
  echo "Unable to find the LUKE_PATH environnement variable..."
  echo "Assuming you're running from the root folder of luke..."
  java -XX:MaxPermSize=512m -jar target/pivot-luke-with-deps.jar
fi

luke.bat file -

java -XX:MaxPermSize=512m -jar .\target\luke-with-deps.jar

The jar file name in the target folder is pivot-luke-with-deps.jar so running the files shows Error: Unable to access jarfile target/luke-with-deps.jar

@DmitryKey
Copy link
Owner

@SahilAgarwal321 thanks for reporting! luke.bat file issue was taken care in #75

I'll fix the shell script.

@DmitryKey
Copy link
Owner

@SahilAgarwal321 actually, after checking: shell script is fixed too, but not released yet. Could you use the bat and sh script versions from the branch https://github.com/DmitryKey/luke/tree/pivot-luke in the meantime?

@SahilAgarwal321
Copy link
Author

Just wanted to get this in your attention. I edited the scripts to point to the jar file.

@DmitryKey
Copy link
Owner

@SahilAgarwal321 thanks! Next release of pivot-luke should fix this.

@pangxiaoming
Copy link

outstanding!=-=

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants