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

target directory with jar file missing #1

Open
robertforbes68 opened this issue Oct 15, 2019 · 1 comment
Open

target directory with jar file missing #1

robertforbes68 opened this issue Oct 15, 2019 · 1 comment

Comments

@robertforbes68
Copy link

I pulled down the project and did the configuration and updated the properties file as indicated but when I run the bat file it is attempting to cd into a target directory and grab a jar file marking it as the latest jar file. Unfortunately there is no target directory from the bat file

echo "Launching the application locally..."
cd sample-okta-service
cd target
for /f "delims=" %%x in ('dir /od /b *.jar') do set latestjar=%%x
cd ..
call java -jar target%latestjar%

@mswiderski
Copy link

mswiderski commented Oct 16, 2019

Did you use the ‘launch.sh clean install’

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

No branches or pull requests

2 participants