You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Daniel Lydiard <dl...@hotmail.com> on 2006/01/24 07:00:11 UTC

Eclipse (with spindle 3.2.13) + Tapestry 4 + DTD problem.

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.





Re: Eclipse (with spindle 3.2.13) + Tapestry 4 + DTD problem.

Posted by Jesse Kuhnert <jk...@gmail.com>.
I have no idea why but for some reason that evoked images from bladerunner.
(all the puppets at dudes apartment)

On 1/24/06, Ivano <i....@mclink.it> wrote:
>
> All Hail oursaviour Geoff!
> Struggling against the freetime-eating monster to help us survive in the
> development battle!
>
> Thanks a lot Geoff.
>
> Ivano Pagano
>
> Geoff Longman wrote:
>
> >Yes, Spindle currently ships with Tapestry 3.0.3 DTDs and does not
> >understand Tapestry 4 at all.
> >
> >...
> >
> >Once that's done I'll tackle the variations needed to support
> >annotations and validation.
> >
> >Work continues every second of free time I can squeeze out.
> >
> >Geoff
> >
> >
> >
> >--
> >The Spindle guy.          http://spindle.sf.net
> >Get help with Spindle:
> >http://lists.sourceforge.net/mailman/listinfo/spindle-user
> >Blog:                     http://jroller.com/page/glongman
> >Feature Updates:          http://spindle.sf.net/updates
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> >
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>

Re: Eclipse (with spindle 3.2.13) + Tapestry 4 + DTD problem.

Posted by Ivano <i....@mclink.it>.
All Hail oursaviour Geoff!
Struggling against the freetime-eating monster to help us survive in the 
development battle!

Thanks a lot Geoff.

Ivano Pagano

Geoff Longman wrote:

>Yes, Spindle currently ships with Tapestry 3.0.3 DTDs and does not
>understand Tapestry 4 at all.
>
>...
>
>Once that's done I'll tackle the variations needed to support
>annotations and validation.
>
>Work continues every second of free time I can squeeze out.
>
>Geoff
>
>  
>
>--
>The Spindle guy.          http://spindle.sf.net
>Get help with Spindle:   
>http://lists.sourceforge.net/mailman/listinfo/spindle-user
>Blog:                     http://jroller.com/page/glongman
>Feature Updates:          http://spindle.sf.net/updates
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Eclipse (with spindle 3.2.13) + Tapestry 4 + DTD problem.

Posted by Geoff Longman <gl...@gmail.com>.
Yes, Spindle currently ships with Tapestry 3.0.3 DTDs and does not
understand Tapestry 4 at all.

On the Spindle for T4 side: I've managed to nail down the "Eclipse
agnostic" part of Spindle (which is great for Hugo and tapidea) and am
now tackling the algorithm for 'finding & resolving' all the tapestry
bits in a project. That's a huge part of the whole builder effort. And
the scariest. Could be a few iterations before I nail that down.

Once that's done I'll tackle the variations needed to support
annotations and validation.

Work continues every second of free time I can squeeze out.

Geoff

On 1/24/06, Ivano <i....@mclink.it> wrote:
> 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: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>


--
The Spindle guy.          http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Blog:                     http://jroller.com/page/glongman
Feature Updates:          http://spindle.sf.net/updates

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Eclipse (with spindle 3.2.13) + Tapestry 4 + DTD problem.

Posted by Ivano <i....@mclink.it>.
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: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org