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

✨ Adding ability to snip files and make all konveyor-jdt into file URI's #330

Merged

Conversation

shawn-hurley
Copy link
Contributor

No description provided.

@shawn-hurley shawn-hurley force-pushed the feature/convert-bundle-uri-to-file branch from b6d3009 to 9228515 Compare September 13, 2023 18:43
@shawn-hurley shawn-hurley force-pushed the feature/convert-bundle-uri-to-file branch from 9228515 to ee5f1a7 Compare September 13, 2023 18:47
@shawn-hurley shawn-hurley changed the title Adding ability to snip files and make all konveyor-jdt into file URI's ✨ Adding ability to snip files and make all konveyor-jdt into file URI's Sep 13, 2023
s := strings.TrimSuffix(jarName, ".jar")
s = fmt.Sprintf("%v-sources.jar", s)
jarPath = filepath.Join(filepath.Dir(u.Path), s)
} else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting, so we did find the solution for non source?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this is working as intended and/or fixes the full problem. It does solve the other big problem that folks are bringing up, so it is worth getting in, and then I will add some follow up after testing tomorrow to see how off it all is.

@shawn-hurley shawn-hurley merged commit 074bc15 into konveyor:main Sep 14, 2023
6 checks passed
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 this pull request may close these issues.

2 participants