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

Run as Groovy Script does not refresh classpath of existing launch config #1299

Closed
arysin opened this issue Sep 22, 2021 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@arysin
Copy link

arysin commented Sep 22, 2021

  1. Create groovy project
  2. Add some jar dependencies to the project
  3. Create groovy script
  4. Run as Groovy Script
  5. Update jar dependencies
  6. Run as Groovy Script

The second run uses existing launch config and it has hardcoded classpath with old jars.

It would be nice to use project's classpath in the launch config to the jars referenced are always up to date with the project.

@eric-milles eric-milles changed the title Run as Groovy Script hardcodes classpath Run as Groovy Script does not refresh classpath of existing launch config Sep 22, 2021
@eric-milles eric-milles added this to the v4.4.0 milestone Sep 30, 2021
@eric-milles eric-milles self-assigned this Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants