Re: [T5]: Change in asset location?

2008-08-12 Thread Howard Lewis Ship
When these things crop up, I always start by listing the contents of the WAR (or exploded WAR directory). On Tue, Aug 12, 2008 at 5:00 AM, Andy Huhn <[EMAIL PROTECTED]> wrote: > > Thanks, Filip & Sven. I'll start digging around in Jetty. > > Thanks, > Andy > > On Tue, 12 Aug 2008 12:43:21 +0200,

Re: [T5]: Change in asset location?

2008-08-12 Thread Andy Huhn
Thanks, Filip & Sven. I'll start digging around in Jetty. Thanks, Andy On Tue, 12 Aug 2008 12:43:21 +0200, "Sven Homburg" <[EMAIL PROTECTED]> wrote: > its look like taht you IDE dont move the resources in your war file or > servlet container directory at compile time > > 2008/8/12 Andy Huhn <[

Re: [T5]: Change in asset location?

2008-08-12 Thread Sven Homburg
its look like taht you IDE dont move the resources in your war file or servlet container directory at compile time 2008/8/12 Andy Huhn <[EMAIL PROTECTED]> > Hello, > > I just switched to 5.0.14, and now my app can't seem to find my CSS > file. Any ideas? > > Here is the .tml I've been using: > >

Re: [T5]: Change in asset location?

2008-08-12 Thread Filip S. Adamsen
Hi, Looks okay to me. Nothing broke when I updated from 5.0.13 to 5.0.14, so perhaps it's an issue not related to Tapestry? -Filip Andy Huhn skrev: Hello, I just switched to 5.0.14, and now my app can't seem to find my CSS file. Any ideas? Here is the .tml I've been using: Here is

[T5]: Change in asset location?

2008-08-12 Thread Andy Huhn
Hello, I just switched to 5.0.14, and now my app can't seem to find my CSS file. Any ideas? Here is the .tml I've been using: Here is the corresponding .java: @Inject @Path("context:assets/styles/hen_styles.css") private Asset _henStyleSheet; And here is the location of