You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Aurélien Pupier (Jira)" <ji...@apache.org> on 2020/12/02 15:09:00 UTC

[jira] [Updated] (CXF-8384) Typo in referenced xsd in CommandLineParser

     [ https://issues.apache.org/jira/browse/CXF-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aurélien Pupier updated CXF-8384:
---------------------------------
    Description: 
https://github.com/apache/cxf/blob/74ede52ee9594bad61608150d441f1d9a49701aa/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.java#L94

{noformat}
attr.setValue("http://cxf.apache.org/Xutil/Command http://cxf.apache.org/schema/xutil/commnad.xsd");
{noformat}

the source for the command.xsd seems to be here https://github.com/apache/cxf/blob/master/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/command.xsd

but not sure where the xsd is supposed to be hosted, all these urls return a 404:
- https://cxf.apache.org/schema/xutil/command.xsd
- http://cxf.apache.org/schema/xutil/command.xsd
- http://cxf.apache.org/schema/xutil/commnad.xsd

  was:
https://github.com/apache/cxf/blob/74ede52ee9594bad61608150d441f1d9a49701aa/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.java#L94

{noformat}
attr.setValue("http://cxf.apache.org/Xutil/Command http://cxf.apache.org/schema/xutil/commnad.xsd");
{noformat}

he source for the command.xsd seems to be here https://github.com/apache/cxf/blob/master/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/command.xsd

but not sure where the xsd is supposed to be hosted, all these urls return a 404:
- https://cxf.apache.org/schema/xutil/command.xsd
- http://cxf.apache.org/schema/xutil/command.xsd
- http://cxf.apache.org/schema/xutil/commnad.xsd


> Typo in referenced xsd in CommandLineParser
> -------------------------------------------
>
>                 Key: CXF-8384
>                 URL: https://issues.apache.org/jira/browse/CXF-8384
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.4.1
>            Reporter: Aurélien Pupier
>            Priority: Minor
>
> https://github.com/apache/cxf/blob/74ede52ee9594bad61608150d441f1d9a49701aa/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.java#L94
> {noformat}
> attr.setValue("http://cxf.apache.org/Xutil/Command http://cxf.apache.org/schema/xutil/commnad.xsd");
> {noformat}
> the source for the command.xsd seems to be here https://github.com/apache/cxf/blob/master/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/command.xsd
> but not sure where the xsd is supposed to be hosted, all these urls return a 404:
> - https://cxf.apache.org/schema/xutil/command.xsd
> - http://cxf.apache.org/schema/xutil/command.xsd
> - http://cxf.apache.org/schema/xutil/commnad.xsd



--
This message was sent by Atlassian Jira
(v8.3.4#803005)