[
https://issues.apache.org/jira/browse/CLI-308?focusedWorklogId=659626&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-659626
]
ASF GitHub Bot logged work on CLI-308:
--------------------------------------
Author: ASF GitHub Bot
Created on: 04/Oct/21 15:05
Start Date: 04/Oct/21 15:05
Worklog Time Spent: 10m
Work Description: garydgregory commented on pull request #63:
URL: https://github.com/apache/commons-cli/pull/63#issuecomment-933576628
Hi @adamburkegh
The XML files are (re-)generated as part of the release candidate process,
so there is no need for a PR for these. This PR also mixes in changes to the
documentation. May you review git `master` and see if the changes are still
needed? The fact that https://commons.apache.org/proper/commons-cli/ currently
presents a SNAPSHOT version is a different problem, it should display 1.4
instead but I won't bother reverting it since 1.5 is around the corner.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 659626)
Time Spent: 0.5h (was: 20m)
> Website has very out of date usage (site generation issue)
> ----------------------------------------------------------
>
> Key: CLI-308
> URL: https://issues.apache.org/jira/browse/CLI-308
> Project: Commons CLI
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.4, 1.5
> Environment: Production
> Reporter: Adam Burke
> Priority: Minor
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> At time of writing the website at
> [https://commons.apache.org/proper/commons-cli/usage.html] has very out of
> date usage examples, eg,
>
> {{Option logfile = OptionBuilder.withArgName( "file" )
> .hasArg()
> .withDescription( "use given file for log" )
> .create( "logfile" );}}
> At first I thought this was just documentation neglect, but digging around a
> little, it seems like the doco in git is pretty up to date, and site
> generation was accidentally broken in December with a dependabot upgrade to
> the maven antrun plugin. An old version from svn gets picked up instead
> https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-cli/usage.html
> I have a small patch as a possible fix.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)