Hi,
I want to make sure <buildpublisher> won't work on my CC.Net
server for some security reasons.
I'm in charge of the server, but some one else is in charge of the
ccnet.config.
What I really want is that people can use it to compile the code,
but can not copy the code out. So I want to disable the
<buildpublisher>, and write a customized scripts that can be used in
<exec> tasks to do the publishing which will refuse to copy
the .c/.cpp files.
Thanks
On 6月18日, 下午6时21分, Ruben Willems <[email protected]> wrote:
> Hi
>
> I do not understand really
> if you do not want to use the build publiser,
> just remove it from the config.
>
> Can you elaborate a bit more on the situation?
>
> with kind regards
> Ruben Willems
>
>
>
> On Thu, Jun 18, 2009 at 12:18 PM, Cao Shu <[email protected]> wrote:
>
> > Hi,
>
> > Can I disable some Task Blocks? For example, I want to disable the
> > use of "Build Publisher". If the blocks is defined in the config file,
> > either reporting error or ignoring it are both ok for me.
>
> > Thanks.