my system: windows xp with sp2
jdk:1506
eclipse 3.2 and the myeclipse 5.0 m2
================================
When I develop a simple web project, I find a problem of 5m2.When I open the web.xml
file in the web-inf folder, If I do NOT connecting to the internet, myeclipse 5 do not loading
the xsd file(in this case, the web-app_2_4.xsd file ), so I can not use the outline to create
the xml file.
I look the myeclipse xml catalog setting, and find it looks good. But when I create a new
xml from the schema. The created xml file use the local file system, and it work.
(Just use the local file)
I think the xml catalog do NOT work, if it work. The created xml file should use the
SystemId like
“http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd”
and NOT like the below code
file:/E:/.../plugins/com.genuitec.eclipse.j2eedt.core_4.9.200/catalog-xsd/web-jsptaglibrary_2_0.xsd
btw. I use the wtp15 and the created xml file work correctly.
Please test it again. (please disconnect your internet first)
yours.
ginkgo