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

Unable to generate xsl documentation under Windows #4

Closed
cmarchand opened this issue Jan 18, 2017 · 3 comments
Closed

Unable to generate xsl documentation under Windows #4

cmarchand opened this issue Jan 18, 2017 · 3 comments
Assignees
Labels

Comments

@cmarchand
Copy link
Owner

Using xslDoc maven plugin under windows, I have this error :

[INFO] 2017-01-18 09:28:35,791 ERROR [main] fr.efl.chaine.xslt.GauloisPipe     - C:\Users\EXT-CM~1\AppData\Local\Temp\gp-155851657394446422.xml not found or can not be open
[INFO] fr.efl.chaine.xslt.InvalidSyntaxException: C:\Users\EXT-CM~1\AppData\Local\Temp\gp-155851657394446422.xml not found or can not be open
[INFO] 	at fr.efl.chaine.xslt.config.ConfigUtil.<init>(ConfigUtil.java:85)
[INFO] 	at fr.efl.chaine.xslt.GauloisPipe.parseConfig(GauloisPipe.java:932)
[INFO] 	at fr.efl.chaine.xslt.GauloisPipe.parseCommandLine(GauloisPipe.java:905)
[INFO] 	at fr.efl.chaine.xslt.GauloisPipe.main(GauloisPipe.java:799)
[INFO] 	at top.marchand.xml.xsl.doc.GauloisPipeRunner.main(GauloisPipeRunner.java:28)`

Christophe

@cmarchand cmarchand self-assigned this Jan 18, 2017
@cmarchand cmarchand added the bug label Jan 18, 2017
@cmarchand
Copy link
Owner Author

Under Windows, there with a windows path file.
Under Linux, there is a linux path file.
gaulois-pipe expect a config URI, and not a path file

@cmarchand
Copy link
Owner Author

Other problem, when basedir parameter contains a , the absoluteRoot Folder URL contains a , and it is not allowed.

@cmarchand
Copy link
Owner Author

Solved in 0.7

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

No branches or pull requests

1 participant