Skip to content

Fix the complete Windows path, not just the filename#141

Merged
asfgit merged 1 commit intoapache:masterfrom
joe776:master
May 14, 2016
Merged

Fix the complete Windows path, not just the filename#141
asfgit merged 1 commit intoapache:masterfrom
joe776:master

Conversation

@joe776
Copy link
Copy Markdown
Contributor

@joe776 joe776 commented May 10, 2016

After converting the String to an absolute path it can still contain backslashes, possibly resulting in compilation errors in the generated code. For example if one of the folder starts with "u" the path contains "\uXXXXX" which is usually not a valid Unicode escape and thus compilation fails.

@afs
Copy link
Copy Markdown
Member

afs commented May 14, 2016

Thanks!

@asfgit asfgit merged commit e374151 into apache:master May 14, 2016
asfgit pushed a commit that referenced this pull request May 14, 2016
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.

3 participants