Need a way with a post build Task to get CCNET to flip a directory to Read Only.

36 views
Skip to first unread message

portab...@gmail.com

unread,
Mar 11, 2009, 2:19:50 PM3/11/09
to ccnet-user
So my build occurs, and it is deployed to a share. I need CCNET, post
build...the last task it does...to flip that folder structure to a
read only state.

I KNOW its here somewhere...I just cant find it!!

All,
Thanks in advance for the assist.
-Russ (portablemojo)

Ruben Willems

unread,
Mar 12, 2009, 3:07:34 AM3/12/09
to ccnet...@googlegroups.com
Hi


use an exec task
to call a batch file or so
attrib +r *.* /s

that will do it

with kind regards
Ruben Willems

portablemojo

unread,
Mar 13, 2009, 12:40:49 PM3/13/09
to ccnet-user
Thanks Ruben,

This is the way I finally went....I had just convinced myself that
ccnet could do this without making an external call. Dont know how I
got that into my head.

:)


On Mar 12, 3:07 am, Ruben Willems <ruben.will...@gmail.com> wrote:
> Hi
>
> use an exec task
> to call a batch file or so
> attrib +r *.* /s
>
> that will do it
>
> with kind regards
> Ruben Willems
>
> On Wed, Mar 11, 2009 at 7:19 PM, portablem...@gmail.com <
>
>
>
> portablem...@gmail.com> wrote:
>
> > So my build occurs, and it is deployed to a share. I need CCNET, post
> > build...the last task it does...to flip that folder structure to a
> > read only state.
>
> > I KNOW its here somewhere...I just cant find it!!
>
> > All,
> > Thanks in advance for the assist.
> > -Russ (portablemojo)- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages