Emmanuel Venisse wrote: > if it's all your logs, the ant process isn't finished because you > should have "return code = 0" in log > but if it's not finished - what does it mean BUILD SUCCESSFUL message in continuum's log? if I perform this task in shell then ant process will be finished so may be incorrect work in ShellCommandHelper ? ps this log message is appear when I close calculator application > Emmanuel > > Maksimenko Alexander a écrit : >> Emmanuel Venisse wrote: >>> Can you send your continuum logs? >> it's nothing odd in the log : >> >> INFO Continuum - Enqueuing 'processbuilder' >> (Build definition id=1). >> INFO ContinuumScm - Updating project: id: '1', >> name 'processbuilder'. >> INFO ScmManager - Executing: svn --username *** >> --password ***** --non-interactive update >> INFO ScmManager - Working directory: >> D:\tools\dev\java\jakarta\continuum\bin\win32\..\..\apps\continuum\working-directory\1 >> >> DEBUG ScmManager - At revision 3172. >> NFO Action:update-project-from-working-directory - Updating project >> 'processbuilder' from checkout. >> INFO ShellCommandHelper - Executing: >> D:\tools\dev\java\jakarta\ant\bin\ant -f build.xml continium >> INFO ShellCommandHelper - Working directory: >> D:\tools\dev\java\jakarta\continuum\bin\win32\..\..\apps\continuum\working-directory\1 >> >> >> >> my build target: >> >> >> >> >> >> >> > timeoutproperty="server.is.unavailable"> >> >> finish >> >> >> build result: >> >> Buildfile: build.xml >> >> continium: >> [echo] finish >> >> BUILD SUCCESSFUL >> >> >> Total time: 39 seconds >> >> >> but state is "Build In Progess" ;( >> >> >> > >