Re: RE : Eclipse IDE and TML code completion

2011-06-09 Thread Mark
> >>> Laurent. >>> >>> -----Message d'origine- >>> De : Mark [mailto:mark-li...@xeric.net] >>> Envoyé : mercredi 8 juin 2011 15:49 >>> À : Tapestry users; onj888-tapes...@yahoo.com.hk >>> Objet : Re: RE : Eclipse IDE and TM

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread onj888-tapestry
>> >> Laurent. >> >> -Message d'origine- >> De : Mark [mailto:mark-li...@xeric.net] >> Envoyé : mercredi 8 juin 2011 15:49 >> À : Tapestry users; onj888-tapes...@yahoo.com.hk >> Objet : Re: RE : Eclipse IDE and TML code completion >&

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread onj888-tapestry
2011 15:49 > À : Tapestry users; onj888-tapes...@yahoo.com.hk > Objet : Re: RE : Eclipse IDE and TML code completion > > On Tue, Jun 7, 2011 at 12:04 AM, wrote: >> it doesn't response when I type Make sure you are using the right editor. I can't remember if it is the

RE: RE : Eclipse IDE and TML code completion

2011-06-08 Thread Guerin Laurent
lipse IDE and TML code completion On Tue, Jun 7, 2011 at 12:04 AM, wrote: >it doesn't response when I type

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread Mark
On Tue, Jun 7, 2011 at 12:04 AM, wrote: >it doesn't response when I type

Re: RE : Eclipse IDE and TML code completion

2011-06-06 Thread onj888-tapestry
__ > De : onj888-tapes...@yahoo.com.hk [onj888-tapes...@yahoo.com.hk] > Date d'envoi : dimanche 5 juin 2011 17:51 > À : Tapestry users; zlau.dream...@gmail.com > Objet : Re: Eclipse IDE and TML code completion > > Hi, I tried to follow the instruction on the page, but I co

RE : Eclipse IDE and TML code completion

2011-06-05 Thread Guerin Laurent
clipse IDE and TML code completion Hi, I tried to follow the instruction on the page, but I couldn't import the template in eclipse. Does it support the latest eclipse 3.6.2? or the template from https://issues.apache.org/jira/browse/TAP5-120?page=com.atlassian.jira.plugin.system.issuetabp

Re: Eclipse IDE and TML code completion

2011-06-05 Thread onj888-tapestry
Hi, I tried to follow the instruction on the page, but I couldn't import the template in eclipse. Does it support the latest eclipse 3.6.2? or the template from https://issues.apache.org/jira/browse/TAP5-120?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#issue-tabs is a b

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Katia Aresti Gonzalez
Hi again, You can simply adapt the plugin's values ${set your tld uri here} ${set your tld defaut namespace here} Once TLD generated, you can add N user catalogues in Eclipse (one per tld file) and you will have to explicitly change the URI and short name's values which are unique. We have alre

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Alessio Gambi
Hi, I managed (with some pain really) to install the tag library inside eclipse, I followed the tutorial on the "Tapestry5 How Tos" and it works fine for installing the t5.tld entry. But if I repeat the same procedure to install also the tld generated by your plugin, then eclipse either

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Laurent Guerin
Happy to see that you could generate your TLD. The generated XML "tldgen-components-info.xml" is a temporary file used to collect Javadoc informations on components. We are aware about the m2Eclipse issue, it's already referenced in the FAQ. Thank you for your feedback. We will check the classes.

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Alessio Gambi
Hi, I am using maven from eclipse (It did not worked) but apparently launching it from is fine. This is the printout of the tld file: http://java.sun.com/xml/ns/javaee " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Laurent Guerin
Hi Alessio, Thanks for your tests. which Maven version did you use ? We have only tested the plugin with versions 2.0.10 and 2.2.1 and only on Windows and Linux OS. We will try to make some tests on Mac as soon as possible. Laurent. 2010/9/22 Alessio Gambi > Hi, > > you had a very good idea

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Katia Aresti Gonzalez
I meant to dire "executing" maven ... ^_^ 2010/9/22 Katia Aresti Gonzalez > Hi ! > > Thanks for testing ! Are you lancing maven with an eclipse plugin, from the > console or another way ? > We found some problems with eclipse m2 plugin. > > Katia > > 2010/9/22 Alessio Gambi > > Forgot to say I

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Katia Aresti Gonzalez
Hi ! Thanks for testing ! Are you lancing maven with an eclipse plugin, from the console or another way ? We found some problems with eclipse m2 plugin. Katia 2010/9/22 Alessio Gambi > Forgot to say I am using tapestry 5.1.0.5 > > > > On Sep 22, 2010, at 10:50 AM, Laurent Guerin wrote: > > Fo

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Alessio Gambi
Forgot to say I am using tapestry 5.1.0.5 On Sep 22, 2010, at 10:50 AM, Laurent Guerin wrote: For those interested in using Eclipse code completion with tml files, EXANPE Team (Julien Maupoux, Katia Aresti and myself) has developped a Maven plugin that allow you to generate a tld describing

Re: Eclipse IDE and TML code completion

2010-09-22 Thread Alessio Gambi
Hi, you had a very good idea with this plugin! I tried to install and use the plugin but I got a NullPointerException (see the stack) as explained in the web page. Maybe I set the plugin wrongly... (BTW I did not this: "Carefully javadoc your component classes and their attributes annotate