You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing this issue (a bit randomly) since upgrade to v1.7.0.
Note that it happens when running this on Windows (not sure about Linux).
My 2 cents bet is it could be linked to the Windows file handler, which often leads to this kind of issue.
$ mvn clean install[INFO] --- sphinx-maven-plugin:1.7.0:generate (rtd) @ documentation ---[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 31.959 s[INFO] Finished at: 2018-02-23T15:21:49+01:00[INFO] Final Memory: 66M/1667M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal kr.motd.maven:sphinx-maven-plugin:1.7.0:generate (rtd) on project documentation: Failed to run the report: Failed to rename: C:\DEV\workspace-trunk\myproject\documentation\target\sphinx\1.7.0.tmp.1878009430852915223 -> 1.7.0 -> [Help 1]
We are using following configuration, but I doubt there is something useful here:
Sorry for a late response. I've just released sphinx-maven-plugin-2.0.0 which uses completely different mechanism. Could you try it and let me know if it fixes your problem?
Just released 2.0.2 which fixes some issues on Windows. Now I'm sure it works fine on Windows. Please open a new issue if you still have a problem with 2.0.2.
We are facing this issue (a bit randomly) since upgrade to v1.7.0.
Note that it happens when running this on Windows (not sure about Linux).
My 2 cents bet is it could be linked to the Windows file handler, which often leads to this kind of issue.
We are using following configuration, but I doubt there is something useful here:
The text was updated successfully, but these errors were encountered: