Re: RE : Eclipse IDE and TML code completion

2011-06-09 Thread Mark
; onj888-tapes...@yahoo.com.hk Objet : Re: RE : Eclipse IDE and TML code completion On Tue, Jun 7, 2011 at 12:04 AM, onj888-tapes...@yahoo.com.hk wrote: it doesn't response when I type t:, Make sure you are using the right editor. I can't remember if it is the xml editor or the jsp editor that you

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread Mark
On Tue, Jun 7, 2011 at 12:04 AM, onj888-tapes...@yahoo.com.hk wrote: it doesn't response when I type t:, Make sure you are using the right editor. I can't remember if it is the xml editor or the jsp editor that you want, but the other editors won't work. Mark

RE: RE : Eclipse IDE and TML code completion

2011-06-08 Thread Guerin Laurent
IDE and TML code completion On Tue, Jun 7, 2011 at 12:04 AM, onj888-tapes...@yahoo.com.hk wrote: it doesn't response when I type t:, Make sure you are using the right editor. I can't remember if it is the xml editor or the jsp editor that you want, but the other editors won't work. Mark

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread onj888-tapestry
- 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 On Tue, Jun 7, 2011 at 12:04 AM, onj888-tapes...@yahoo.com.hk wrote: it doesn't response when I type t:, Make

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread onj888-tapestry
- 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 On Tue, Jun 7, 2011 at 12:04 AM, onj888-tapes...@yahoo.com.hk wrote: it doesn't response when I type t

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 couldn't

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

RE : Eclipse IDE and TML code completion

2011-06-05 Thread Guerin Laurent
Summer of Code (http://code.google.com/p/tapestrytools/). This looks very promising. 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

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 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 agamb...@gmail.com Forgot to say I am using tapestry 5.1.0.5 On Sep 22, 2010, at 10:50 AM, Laurent Guerin

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 katiaare...@gmail.com 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

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 agamb...@gmail.com Hi, you had a

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: ?xml version=1.0 encoding=UTF-8 ?taglib xmlns=http://java.sun.com/xml/ns/javaee xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

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

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 Katia Aresti Gonzalez
Hi again, You can simply adapt the plugin's values uri${set your tld uri here}/uri namespace${set your tld defaut namespace here}/namespace 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