[
https://issues.apache.org/jira/browse/CXF-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243097#comment-17243097
] Colm O hEigeartaigh commented on CXF-8384: ------------------------------------------ This looks like some ancient code, there is a command.xsd in the source but with a different namespace - [https://github.com/apache/cxf/blob/540bb76f6f3d3d23944c566905f9f395c6f86b79/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/command.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 > - https://cxf.apache.org/schema/xutil/commnad.xsd -- This message was sent by Atlassian Jira (v8.3.4#803005)
