[jbosstools-issues] [JBoss JIRA] (JBIDE-21939) datatypes.dtd and properties.dtd not present in xml catalog

Martin Malina (JIRA) issues at jboss.org
Thu Jul 21 10:23:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-21939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268862#comment-13268862 ] 

Martin Malina commented on JBIDE-21939:
---------------------------------------

That's not really true. JBIDE-22512 included this PR: https://github.com/jbosstools/jbosstools-server/pull/422
And it only removed schema/dtd/XMLSchema.dtd and neither of these two dtds that I reported here.
But these two files (datatypes.dtd and properties.dtd) are not included in the plugin now.
They were actually removed in this commit:
https://github.com/jbosstools/jbosstools-server/commit/058af371c88e76992d90452ced30862672ee34a0
Which is from May 2 (the PR above is from June 2).

But in any case, this is fixed now.

> datatypes.dtd and properties.dtd not present in xml catalog
> -----------------------------------------------------------
>
>                 Key: JBIDE-21939
>                 URL: https://issues.jboss.org/browse/JBIDE-21939
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.3.1.CR1
>            Reporter: Martin Malina
>            Assignee: Rob Stryker
>             Fix For: 4.4.1.AM2
>
>
> Maybe this is not an issue at all but need to check.
> While verifying JBIDE-21690, I noticed that there are two dtd files that are not referenced in plugin.xml of org.jboss.tools.as.catalog_3.1.1.CR1-v20160316-0026-B106.jar .
> {code}
> $ for i in `find schema -name '*.dtd'`; do grep $i plugin.xml >/dev/null || echo $i not found; done
> schema/dtd/datatypes.dtd not found
> schema/dtd/properties.dtd not found
> {code}
> Is this ok or not?



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list