[jira] [Commented] (AXIS2-5883) Generation of apidocs fails on Windows.

2017-09-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16160401#comment-16160401
 ] 

Hudson commented on AXIS2-5883:
---

SUCCESS: Integrated in Jenkins build axis2-1.7 #143 (See 
[https://builds.apache.org/job/axis2-1.7/143/])
AXIS2-5883: Merge r1807941 and r1807943 to the 1.7 branch. (veithen: rev 
1807954)
* (edit) axis2
* (edit) axis2/apidocs/pom.xml
* (edit) axis2/pom.xml


> Generation of apidocs fails on Windows.
> ---
>
> Key: AXIS2-5883
> URL: https://issues.apache.org/jira/browse/AXIS2-5883
> Project: Axis2
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 1.7.6
> Environment: Windows 10 Pro x86-64
>Reporter: Thorsten Schöning
>Priority: Minor
> Attachments: MJAVADOC-469.patch
>
>
> Generation of the project "apidocs" fails on Windows in case of spaces in 
> paths and because of a bug in "maven-javadoc-plugin": That plugin is writing 
> argument files for Javadoc, but is missing to escape backslashs in paths. 
> Javadoc is reading the paths from the argument file 1:1 and introduces wrong 
> characters, like a tab for "\t" in path which really is "...\tschoening". 
> This is already documented against the plugin:
> https://issues.apache.org/jira/browse/MJAVADOC-469
> The attached patch is adding quotes to the command line args and working 
> around the problem of the maven plugin by doubling backslashes on it's own so 
> that the needed amount of backslashes is available in the argument file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



[jira] [Commented] (AXIS2-5883) Generation of apidocs fails on Windows.

2017-09-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16160355#comment-16160355
 ] 

Hudson commented on AXIS2-5883:
---

SUCCESS: Integrated in Jenkins build Axis2 #3826 (See 
[https://builds.apache.org/job/Axis2/3826/])
AXIS2-5883: Add change missing in r1807941. (veithen: rev 1807943)
* (edit) axis2/pom.xml
AXIS2-5883: Fix site generation failure on Windows. Patch provided by Thorsten 
Schöning. (veithen: rev 1807941)
* (edit) axis2/apidocs/pom.xml


> Generation of apidocs fails on Windows.
> ---
>
> Key: AXIS2-5883
> URL: https://issues.apache.org/jira/browse/AXIS2-5883
> Project: Axis2
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 1.7.6
> Environment: Windows 10 Pro x86-64
>Reporter: Thorsten Schöning
>Priority: Minor
> Attachments: MJAVADOC-469.patch
>
>
> Generation of the project "apidocs" fails on Windows in case of spaces in 
> paths and because of a bug in "maven-javadoc-plugin": That plugin is writing 
> argument files for Javadoc, but is missing to escape backslashs in paths. 
> Javadoc is reading the paths from the argument file 1:1 and introduces wrong 
> characters, like a tab for "\t" in path which really is "...\tschoening". 
> This is already documented against the plugin:
> https://issues.apache.org/jira/browse/MJAVADOC-469
> The attached patch is adding quotes to the command line args and working 
> around the problem of the maven plugin by doubling backslashes on it's own so 
> that the needed amount of backslashes is available in the argument file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



[jira] [Commented] (AXIS2-5883) Generation of apidocs fails on Windows.

2017-09-10 Thread Andreas Veithen (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16160277#comment-16160277
 ] 

Andreas Veithen commented on AXIS2-5883:


Note that {{failIfNoMatch}} should be {{false}} to make this work on Unix based 
systems.

> Generation of apidocs fails on Windows.
> ---
>
> Key: AXIS2-5883
> URL: https://issues.apache.org/jira/browse/AXIS2-5883
> Project: Axis2
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 1.7.6
> Environment: Windows 10 Pro x86-64
>Reporter: Thorsten Schöning
>Priority: Minor
> Attachments: MJAVADOC-469.patch
>
>
> Generation of the project "apidocs" fails on Windows in case of spaces in 
> paths and because of a bug in "maven-javadoc-plugin": That plugin is writing 
> argument files for Javadoc, but is missing to escape backslashs in paths. 
> Javadoc is reading the paths from the argument file 1:1 and introduces wrong 
> characters, like a tab for "\t" in path which really is "...\tschoening". 
> This is already documented against the plugin:
> https://issues.apache.org/jira/browse/MJAVADOC-469
> The attached patch is adding quotes to the command line args and working 
> around the problem of the maven plugin by doubling backslashes on it's own so 
> that the needed amount of backslashes is available in the argument file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org