I believe back in the summer someone noticed the Struts 6.0 DTD was missing from the 6.0.0 package. In testing v6.0.1-SNAPSHOT, the DTD is included, but I am no longer able to properly map File Sets in intelliJ. When changing to the 6.0 DTD doctype in my xml files, my "local" struts.xml files are no longer available as options in my Project Structure when creating File Set for the Struts 2 Plugin - so none of my xml mappings are clickable, etc. I realize this isn't the worst problem to have, but curious if there might be some issue somewhere that is easily fixable?

-- Works Fine --
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"
        "https://struts.apache.org/dtds/struts-2.5.dtd";>

vs.

-- Doesn't  Work --
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 6.0//EN"
        "https://struts.apache.org/dtds/struts-6.0.dtd";>


Screenshots

https://www.dropbox.com/s/hql7spfnikngvf0/1.png?dl=0

https://www.dropbox.com/s/oc5f1t10vigihnr/2.png?dl=0


Thanks,
Burton

Reply via email to