Unexpected behavior with imported stylesheets

2002-06-27 Thread Robert Bourdeau
Has anyone encountered this problem? Maybe it's not a problem, but a feature! I'm experimenting with aggregation, and the decomposition of stylesheets. When I change an "imported" stylesheet, it's not being applied by Cocoon until the "importing" stylesheet is changed. Environment: Tom

Re: Unexpected behavior with imported stylesheets

2002-06-27 Thread Phil
Imported stylesheets are not checked for modification and automatically rebuilt. There was a thread about this some time back and I believe that it's on a to-do list somewhere. Is anyone at apache able to confirm this? Your 'touch' workaround is the only solution that I know of at this time.

Re: Unexpected behavior with imported stylesheets

2002-06-27 Thread Peter Royal
On Thursday 27 June 2002 09:14 pm, Phil wrote: > There was a thread about this some time back and I believe that it's on > a to-do list somewhere. Is anyone at apache able to confirm this? > > Your 'touch' workaround is the only solution that I know of at this time. > > Anyone have any advances on

RE: Unexpected behavior with imported stylesheets

2002-06-29 Thread Vadim Gritsenko
> From: Peter Royal [mailto:[EMAIL PROTECTED]] > > On Thursday 27 June 2002 09:14 pm, Phil wrote: > > There was a thread about this some time back and I believe that it's on > > a to-do list somewhere. Is anyone at apache able to confirm this? > > > > Your 'touch' workaround is the only solution

RE: Unexpected behavior with imported stylesheets

2002-07-01 Thread Jason Uithol
or their last modifieds ? ( Like JBoss does ) That might make a better solution available. Jason. -Original Message- From: Peter Royal [mailto:[EMAIL PROTECTED]] Sent: Friday, 28 June 2002 12:41 PM To: [EMAIL PROTECTED] Subject: Re: Unexpected behavior with imported stylesheets On Thurs

RE: Unexpected behavior with imported stylesheets

2002-07-01 Thread Hunsberger, Peter
at seems pretty likely? -Original Message- From: Jason Uithol [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 2:08 AM To: [EMAIL PROTECTED] Subject: RE: Unexpected behavior with imported stylesheets Hello, Shoot me if I'm wrong. This is to do with the Source (?) class

RE: Unexpected behavior with imported stylesheets

2002-07-01 Thread Vadim Gritsenko
> From: Jason Uithol [mailto:[EMAIL PROTECTED]] > > Hello, > > Shoot me if I'm wrong. Gimme a gun... > This is to do with the Source (?) class isn't it ? It has a > lastModified(...) function. Source is created for the "importing" > stylesheet, and lastModified of course returns the last mo