Thank you Thiago,

Yes I was able to somehow make it work. It’s not as fast as in eclipse where 
it’s basically instantaneous, but it works. Now I’m fighting the Tapestry 
plugin that is doing weird things with the syntax claiming prop: type entries 
to be unrecognised but then linking them correctly to the code !!!

What’s the preferred way of editing .tml with some visual support? Do you guys 
mostly use eclipse? Something else?

Thank you,
Riccardo

> On 30 Oct 2023, at 14:37, Thiago H. de Paula Figueiredo <[email protected]> 
> wrote:
> 
> On Thu, Oct 26, 2023 at 1:50 PM Riccardo De Menna <[email protected]> wrote:
> 
>> Hi everyone,
> 
> Hi!
> 
> Welcome to the Tapestry community!
> 
> There's a fundamental difference in how Eclipse and IntelliJ idea work
> regarding how they build Java code which affects the Tapestry live
> class reloading experience.
> 
> Every time you save a Java file in Eclipse, it gets automatically and
> instantaneously compiled by default (i.e. unless you disable the
> "Build automatically" option).
> In IntelliJ, as far as I know, Java files are only compiled when
> requested (in most cases, when you ask it to build the project). The
> shortcut for build is Control-F9, so I guess we have a typo in the
> documentation.
> 
> Please let me know if you have further questions.
> 
> Cheers!
> 
> -- 
> Thiago
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to