Wendy,
find <startingDirectory> -type f -exec chmod 664 {} ";"
should do it. That will run chmod on all regular files under the
starting directory. If you're in the dtd/ directory, you can just use .
for that.
- George
> -----Original Message-----
> From: Wendy Smoak [mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 25, 2006 2:54 PM
> To: Struts Developers List
> Subject: Re: DTD publishing
>
>
> On 2/25/06, Gary VanMatre <[EMAIL PROTECTED]> wrote:
>
> > I made some minor Clay DTD changes. I pushed the document out to
> > /www/ but I need to generate the DTD documentation.
> >
> > What should be correct flags on these DTD files (chmod xxx)?
>
> 664 will do for normal files... I see a lot of the files
> under dtd/ are executable, which is probably Cygwin's fault.
> I don't know how to fix it without also removing the
> executable bit from the directories.
>
> Instructions for creating the LiveDTD docs are here (at the bottom):
> http://wiki.apache.org/struts/StrutsMaintenanceWebsite
>
> However, since it's outside of the normal Maven built
> website, I volunteered to watch for changes and update the
> LiveDTD docs occasionally. So I did. :)
> http://struts.apache.org/dtds/shale-clay-config/1_0/
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> 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]