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

Do not make absolute paths relative if they aren't under the base #143

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

byteit101
Copy link

@byteit101 byteit101 commented Aug 6, 2019

This only makes paths relative if they are under the base, and does not relativeize those absolute paths.

This caused issues with paths with spaces for xjc. Now paths with spaces work with xjc again (originally broken in 2.4, worked in 2.3.1).

Fixes #131

@patrickptibco
Copy link

I have updated this with the latest changes

@tibco-jufernan
Copy link

Can this be merged for the next release?

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

Successfully merging this pull request may close these issues.

FileNotFoundException when sources are relatively referenced outside maven project
4 participants