I seem to recall with Intellij that you also have to add ?*.tml to the
resource patterns copied after doing a compile. You access it through
the compiler settings.

On Wed, Dec 14, 2011 at 12:24 PM, Howard Lewis Ship <hls...@gmail.com> wrote:
> IntelliJ requires that you rebuild (Cmd-F9) after making a change for
> it to be visible.  I use the built-in Jetty support.
>
> When using mvn jetty:run, the problem is that the directories that the
> Jetty instance see contains copies of the files from your workspace;
> changing them and rebuilding does not copy them to that directory, so
> you don't see the changes. Don't use Maven.
>
> On Wed, Dec 14, 2011 at 12:16 PM, Chris Collins <chris...@me.com> wrote:
>> I tried a few ways.  I have tried editing tml files both from vi and from 
>> intellij.
>>
>> I have also run the archetype demo from mvn jetty:run (so I was not even 
>> running through an intellij debug session).
>>
>> I even put a little logic in a page to test if I was in production mode or 
>> not (I was not).
>>
>> So basically I tried my own app and then I went back to basics and tried the 
>> demo app that you can create via mvn archetype
>>
>>
>> C
>> On Dec 14, 2011, at 12:13 PM, Howard Lewis Ship wrote:
>>
>>> On Wed, Dec 14, 2011 at 12:05 PM, Chris Collins <chris...@me.com> wrote:
>>>> Never got any takers on this.  Any tips from any of the wise elders?
>>>>
>>>> Also what is the functionally equiv of Blackbird since it was taken out of 
>>>> 5.3?
>>>
>>> It should just work.  What IDE are you using?  How are you running the
>>> application.  Basically, if Tapestry can't see the updated files, it
>>> can't make them referesh. No configuration should be necessary,
>>> besides ensuring that the application is running in development mode
>>> (not production mode).  The Tapestry Quickstart archetype sets this up
>>> for you.
>>>
>>> In terms of blackbrird ... that's gone, and the replacement is to use
>>> the native console (if present), and to use floating divs when there
>>> is no native console.
>>>
>>>>
>>>> C
>>>> On Dec 11, 2011, at 9:47 PM, Chris Collins wrote:
>>>>
>>>>> Ok, another dumb question from Chris.  How do you make template refreshes 
>>>>> work at least in dev mode?
>>>>>
>>>>> I am specifically setting:
>>>>>
>>>>>        configuration.add(SymbolConstants.FILE_CHECK_INTERVAL, "1 s");
>>>>>        configuration.add(SymbolConstants.PRODUCTION_MODE, "false");
>>>>>
>>>>> Perhaps thats my error.
>>>>>
>>>>> I then start my app and fetch a page.
>>>>> change the content (just a simple spelling change).
>>>>> Wait a few seconds.
>>>>> Refresh.
>>>>>
>>>>> No change in the output.
>>>>>
>>>>> I even tried this experiment with the tapestry archetype demo app using 
>>>>> mvn jetty:run target.
>>>>>
>>>>>
>>>>> C
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>>
>>>
>>>
>>>
>>> --
>>> Howard M. Lewis Ship
>>>
>>> Creator of Apache Tapestry
>>>
>>> The source for Tapestry training, mentoring and support. Contact me to
>>> learn how I can get you up and productive in Tapestry fast!
>>>
>>> (971) 678-5210
>>> http://howardlewisship.com
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

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

Reply via email to