-
Notifications
You must be signed in to change notification settings - Fork 27
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
[BUG] Containerless-Kantra : [Windows-Only - Java Project analysis] Fails to create static-report #362
Comments
This issue is currently awaiting triage. |
@kthatipally Thank you for finding this issue. This is interesting because the |
Hi @eemcmullan , This is the line that is causing the error: Line 565 in d91946d
|
@kthatipally Sorry, forgot we did that there. Is it fair to say |
@eemcmullan , Yes, the xcopy command works on Windows. Would it be worth considering a platform-agnostic approach? We might be able to use or adapt a function like ( Line 1077 in d91946d
|
Fixed in #366 |
Is there an existing issue for this?
Konveyor version
https://github.com/konveyor/kantra/releases/tag/v0.6.0-alpha.2
Priority
Undefined (Default)
Current Behavior
I have run the analysis using the command:
.\windows-kantra.exe analyze-bin --input C:\testing\spring-petclinic\ --output .\output-spc --target cloud-readiness --overwrite
The files Dependencies.yaml and output.yaml have been successfully created. However, there's a problem with generating the static-report due to an issue with the cp command for the static-report. Let me know if you need any more info.
See the error below:
Expected Behavior
Analysis is run successfully, and the static-report is generated.
How Reproducible
Always (Default)
Steps To Reproduce
.\windows-kantra.exe analyze-bin --input C:\testing\spring-petclinic\ --output .\output-spc --target cloud-readiness --overwrite
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: