Re: New user and IDE issues

2011-04-06 Thread Bob Harner
The Apache infrastructure guys have turned off attachments (apparently long-term), due to abuse by the bad guys. On Apr 6, 2011 5:56 PM, "Laurent Guerin" wrote: > I have updated the content of the > http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse page but was > unable to add new attachme

Re: New user and IDE issues

2011-04-06 Thread Laurent Guerin
I have updated the content of the http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse page but was unable to add new attachments (not allowed to do "attachFile"). The new links (t5.2.5.tld and t5.3.0.tld) redirect to my GitHub account. 2011/4/5 Guerin Laurent > You're welcome, > > t5.2.0.t

Re: New user and IDE issues

2011-04-05 Thread Guerin Laurent
You're welcome, t5.2.0.tld file has been generated with tapestry-tldgen plugin applied directly into tapestry sources. Tomorrow i'll try to generate and upload on wiki fresh versions of Tld for 5.2.5 and 5.3 Le 5 avr. 2011 à 22:22, "Grioni Stefano" a écrit : > Hi Laurent, > > Thanks for the

Re: New user and IDE issues

2011-04-05 Thread Grioni Stefano
Hi Laurent, Thanks for the precision! Now I get why it didn't work :). One question though: How is that file (t5.2.0.tld) generated? And how can I update it (for instance when Tapestry will pass to 5.3) ? Thanks a bunch, Stefano On Apr 5, 2011, at 9:59 PM, Guerin Laurent wrote: > Hi Stephano

Re: New user and IDE issues

2011-04-05 Thread Guerin Laurent
Hi Stephano, This Maven plugin tool (tapestry-tldgen) allow you to generare a tld describing your own Tapestry 5 components library. If you want auto completion with the core Tapestry 5 component, you have to import this one in Eclipse : https://issues.apache.org/jira/secure/attachment/12468166

Re: New user and IDE issues

2011-04-05 Thread Stefano Grioni
Hello, Thank you very much for your help! This mailing list is really reactive! I *think* that my problem with Eclipse is actually not caused by Eclipse directly but rather by the TLD file. In fact, when I open it there is clearly something wrong with it (it only contains a handful of lines).

Re: New user and IDE issues

2011-04-05 Thread Everton Agner
w to create Tapestry 5 using Netbeans > 6.9.1. It is very easy :) > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/New-user-and-IDE-issues-tp4282327p4282941.html > Sent from the Tapestry - User maili

Re: New user and IDE issues

2011-04-04 Thread ael
Im Using Netbeans 6.9.1 on Tapestry with the help of built in maven. If you search this forum you can find how to create Tapestry 5 using Netbeans 6.9.1. It is very easy :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/New-user-and-IDE-issues-tp4282327p4282941.html Sent

Re: New user and IDE issues

2011-04-04 Thread Adam Zimowski
> I just configure Eclipse to edit .tml files as well-formed XML files and I'm > very happy. :) Me too ! :-) On Mon, Apr 4, 2011 at 1:27 PM, Thiago H. de Paula Figueiredo wrote: > On Mon, 04 Apr 2011 14:38:07 -0300, Grioni Stefano > wrote: > >> Hello, > > Hi! > >> I have just started using Tap

Re: New user and IDE issues

2011-04-04 Thread Thiago H. de Paula Figueiredo
On Mon, 04 Apr 2011 14:38:07 -0300, Grioni Stefano wrote: Hello, Hi! I have just started using Tapestry (and I already love the spirit!). Welcome to Tapestry and to the mailing list! Is there any other IDE which provides a better Tapestry integration? Or is there maybe some tutorial

Re: New user and IDE issues

2011-04-04 Thread Guerin Laurent
Wich version of Eclipse did you use ? The configuration work for me with Ganymede and Helios versions. The first time, after saving configuration of the TLD, you must close the current TML file and reopen to made Eclipse recognize the association. Be aware to use the good Xsd reference in your n

Re: New user and IDE issues

2011-04-04 Thread Mark
Oh and if you are using Eclipse, make sure you install loom (http://code.google.com/p/loom-t5/). It lets you switch quickly between .tml and .java files and is a huge time saver. Mark - To unsubscribe, e-mail: users-unsubscr...@

Re: New user and IDE issues

2011-04-04 Thread Mark
I believe IntelliJ's code completion only works with the full paid version. It does work, but I think you have to tell it where your app module is located. I had a similar problem with Eclipse the first time I tried to set it up. After going back through it again and following the instructions c

Re: New user and IDE issues

2011-04-04 Thread Josh Canfield
I'm using IntelliJ 10 with Tapestry, and while the integration has some gaps, it mostly works fine for template completion (for some reason it want's the loop components value attribute to be a Loop object) and flipping between java/tml. Make sure that in your Tapestry facet for your module that y

New user and IDE issues

2011-04-04 Thread Grioni Stefano
Hello, I have just started using Tapestry (and I already love the spirit!). I however have some troubles finding an IDE that suits me.. At the moment I have tried 2 : IntelliJ and Eclipse. IntelliJ's integration of Tapestry doesn't seems to work at all (I opened a thread on Jetbrain's forum and