You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Pablo Borges <pa...@gmail.com> on 2011/11/23 18:03:39 UTC

tld tapestry 5.3

how to generate the 5.3 tld tapestry?

I'm using the maven plugin: tapestry-tldgen with eclipse 3.7

follows the settings of my pom.xml

<plugin>
<groupId> fr.exanpe </ groupId>
<artifactId>-tldgen tapestry </ artifactId>
VERSION 1.1.0 </ version>
<executions>
<execution>
<goals>
<goal> tld-generate </ goal>
</ goals>
<phase> process-classes </ phase>
<configuration>
<Uri> http://tapestry.apache.org/schema/tapestry_5_3.xsd </ uri>
<rootPackage> org.apache.tapestry5 </ rootPackage>
</ configuration>
</ execution>
</ executions>
</ plugin>

need to configure my eclipse to recognize the tag libraries

<t:tree

Re: tld tapestry 5.3

Posted by Pablo Borges <pa...@gmail.com>.
Christian,

tld version of which is available for download is out of date


2011/11/23 Christian Riedel <cr...@googlemail.com>

> Look, someone generated one for 5.3 already:
> http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse
>
> Am 23.11.2011 um 18:03 schrieb Pablo Borges:
>
> > how to generate the 5.3 tld tapestry?
> >
> > I'm using the maven plugin: tapestry-tldgen with eclipse 3.7
> >
> > follows the settings of my pom.xml
> >
> > <plugin>
> > <groupId> fr.exanpe </ groupId>
> > <artifactId>-tldgen tapestry </ artifactId>
> > VERSION 1.1.0 </ version>
> > <executions>
> > <execution>
> > <goals>
> > <goal> tld-generate </ goal>
> > </ goals>
> > <phase> process-classes </ phase>
> > <configuration>
> > <Uri> http://tapestry.apache.org/schema/tapestry_5_3.xsd </ uri>
> > <rootPackage> org.apache.tapestry5 </ rootPackage>
> > </ configuration>
> > </ execution>
> > </ executions>
> > </ plugin>
> >
> > need to configure my eclipse to recognize the tag libraries
> >
> > <t:tree
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: tld tapestry 5.3

Posted by Christian Riedel <cr...@googlemail.com>.
Look, someone generated one for 5.3 already:
http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse

Am 23.11.2011 um 18:03 schrieb Pablo Borges:

> how to generate the 5.3 tld tapestry?
> 
> I'm using the maven plugin: tapestry-tldgen with eclipse 3.7
> 
> follows the settings of my pom.xml
> 
> <plugin>
> <groupId> fr.exanpe </ groupId>
> <artifactId>-tldgen tapestry </ artifactId>
> VERSION 1.1.0 </ version>
> <executions>
> <execution>
> <goals>
> <goal> tld-generate </ goal>
> </ goals>
> <phase> process-classes </ phase>
> <configuration>
> <Uri> http://tapestry.apache.org/schema/tapestry_5_3.xsd </ uri>
> <rootPackage> org.apache.tapestry5 </ rootPackage>
> </ configuration>
> </ execution>
> </ executions>
> </ plugin>
> 
> need to configure my eclipse to recognize the tag libraries
> 
> <t:tree


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