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

[CXF-8749]:Existing handler file fails the compile generated java sou… #979

Merged
merged 1 commit into from Aug 16, 2022

Conversation

jimma
Copy link
Contributor

@jimma jimma commented Aug 11, 2022

…rce files


Files.createDirectories(Paths.get(targetDir, dirName)).resolve(str));
} catch (FileAlreadyExistsException existsException) {
LOG.log(Level.WARNING, "EXIST_RESOURCE_FILE", otherFile);
Copy link
Member

Choose a reason for hiding this comment

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

@jimma seems the message is not referring to the correct file: otherFile is a source and should exist. The target is Files.createDirectories(Paths.get(targetDir, dirName)).resolve(str) (probably needs a new variable)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@reta You are right and fixed.Thanks for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants