>From: Richard Wallace <[EMAIL PROTECTED]> > > > > > I'm pretty sure that your problem is with the Clay file watch dog filter > chains command. > > It extends the ContextRelativePathFilter. I was being lazy and thought I > could reuse the > > includeds patterns stuff. It looks like it's behaving like the other. > > > > Try adding: > > > > > className="org.apache.shale.clay.config.beans.ConfigDefinitionsWatchdogFilter" > > > includes="\S*\.faces,\S*\.html,\S*\.jsp, \S*\.css"/> > > > > Or, just remove it until it's fixed. > > > > Gary > > > > > > > Ok, I added all the same stuff to the watchdog filter that is in the > ContextRelativePathFilter and it works now. Thanks.
Rich, Sorry for the trouble. I should have caught that earlier. I'll try to get that one fixed early this week. Gary