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

Unsupported character exception on windows #13

Open
mishadoff opened this issue Feb 6, 2015 · 2 comments
Open

Unsupported character exception on windows #13

mishadoff opened this issue Feb 6, 2015 · 2 comments

Comments

@mishadoff
Copy link

We have a clojure file inside the path src/main/clojure/com/play/core.clj
Namespace declaration looks like (ns com.play.core)
mvn install throws an exception

[ERROR] Failed to execute goal org.cloudhoist.plugin:zi:0.5.5:compile (default-compile) on project play: Compilation failure: Compilation failure:
[ERROR] D:\projects\play\src\main\clojure\com\play\core.clj:[0,0] Unsupported character: \com
@mishadoff
Copy link
Author

Seems windows file separators are not escaped correctly, the similar issue (and, probably, fix) dlebrero/clojure-maven@20e7acf

@hugoduncan
Copy link
Member

Happy to take a pull request - I'm unlikely to get round to fixing this myself.

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

No branches or pull requests

2 participants