I believe that Spindle for Tap 4.0 is still in an early development.
The latest release is intended for Tap 3.0.3 and so it could be that it gives you some DTD inconsistencies based on the version assumption.

Ivano Pagano

Daniel Lydiard wrote:

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.






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to