Hello, it is currently not possible to turn this behavior off.
I would also not recommend to depend on some stuff that is not under source control from a previous build in the source folder. Kind regards, Daniel Am 20.03.2013 12:14, schrieb [email protected]: > Hello everybody, > I have installed my ccnet server on localhost to make autobuild the > source from another git server. > Here is my config in CCNET.CONF: > > <project name="Dashboard 5.0 " > > > <triggers> > <projectTrigger project='Dashboard 5.0'> > <triggerStatus>Success</triggerStatus> > <innerTrigger type='intervalTrigger' seconds='5' > buildCondition='ForceBuild' /> > </projectTrigger> > </triggers> > <state type="state" > directory="&pathToStatesDirectory;Dashboard 5.0 - > ContentManager\" /> > > <sourcecontrol type="git"> > <repository>&gitAddress;</repository> > <executable>C:\Program Files > (x86)\Git\cmd\git.exe</executable> > </sourcecontrol> > > </project> > > > <project name="Dashboard 5.0 - Content" > > > <triggers> > <projectTrigger project='Dashboard 5.0'> > <triggerStatus>Success</triggerStatus> > <innerTrigger type='intervalTrigger' seconds='5' > buildCondition='ForceBuild' /> > </projectTrigger> > </triggers> > <state type="state" > directory="&pathToStatesDirectory;Dashboard 5.0 - ContentManager\" /> > > <sourcecontrol type="git"> > <repository>&gitAddress;</repository> > <executable>C:\Program Files > (x86)\Git\cmd\git.exe</executable> > </sourcecontrol> > > </project> > > > > The first time i run ccnet it clone the Source to local and build > project :<project name="Dashboard 5.0 " > > But when it build the project <project name="Dashboard 5.0 - Content" > > it clean the "bin" folder > I see in log has this line: > > > git clean -f -d -x > How to avoid it ?The bin folder can not be clean because every > projects use this folder again. > Please help me. > -- > > --- > You received this message because you are subscribed to the Google > Groups "ccnet-user" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
