Hello, I'm in the process of upgrading tapestry 3 to 4. I've updated all DTD's for *.page and *.jwc to use the 4.0 URI...
Now eclipse gives me a "Could not find a DOCTYPE with a valid Tapestry DTD (public id)". wln.application: <?xml version="1.0"?> <!DOCTYPE application PUBLIC "-//Apache Software Foundation//Tapestry Specification 4.0//EN" "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd"> <application name="wln"> <!-- Component Libraries --> <library id="contrib" specification-path="/org/apache/tapestry/contrib/Contrib.library"/> <library id="usc" specification-path="/es/usc/tapestry/components/Calendar.library"/> </application> I also tried adding the URI to the eclipse XML catalog and disabling spindle but that didn't work.
