Re: build is not finished if start executable

2006-06-19 Thread Maksimenko Alexander
Emmanuel Venisse wrote: Which server do you want to restart? jboss but even I start simple bat file continuum is not finished until this bat does not mark it's build as finished until this bat is not stopped are you successful in restarting another server? Maksimenko Alexander a

Re: build is not finished if start executable

2006-06-16 Thread Maksimenko Alexander
integration to restart server Emmanuel Maksimenko Alexander a écrit : Emmanuel Venisse wrote: BUILD SUCCESSFUL isn't a continuum message but a ant message. it's perhaps a bug in ShellCommandHelper, the exit code is return by Process class and printed in AbstractBuildExecutor (line 189).

Re: build is not finished if start executable

2006-06-16 Thread Maksimenko Alexander
Emmanuel Maksimenko Alexander a écrit : Emmanuel Venisse wrote: BUILD SUCCESSFUL isn't a continuum message but a ant message. it's perhaps a bug in ShellCommandHelper, the exit code is return by Process class and printed in AbstractBuildExecutor (line 189). so if you don't

Re: build is not finished if start executable

2006-06-15 Thread Maksimenko Alexander
's because Process objec doesn't return it. Can you try with a non gui app? yes the same result ;( Emmanuel Maksimenko Alexander a écrit : Emmanuel Venisse wrote: if it's all your logs, the ant process isn't finished because you should have "return code = 0" in

Re: build is not finished if start executable

2006-06-15 Thread Maksimenko Alexander
nt 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 Continu

Re: build is not finished if start executable

2006-06-15 Thread Maksimenko Alexander
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

build is not finished if start executable

2006-06-14 Thread Maksimenko Alexander
hi! I spent 2 days to the following problem : I start executable in ant script the execution of ant script has been finished but continuum build is not marked finished until I close calculator application I look at continuum's log file and find out

build is not finished if start executable

2006-06-14 Thread Maksimenko Alexander
hi! I spent 2 days to the following problem : I start executable in ant script the execution of ant script has been finished but continuum build is not marked finished until I close calculator application I look at continuum's log file and find out that

wrong status of ant project

2006-06-12 Thread Maksimenko Alexander
hi! I've got some strange behavior : after building mine ant project I've got "success" status but in output i see deploy: [delete] Deleting directory jboss-3.2.7\server\default\deploy\workflow.ear BUILD FAILED working-directory\1\build.xml:140: The following error occurred while execut

ajax request

2005-07-19 Thread Maksimenko Alexander
Hi! I have to make ajax request which affect to many components in the page. For example,lets consider mail web application. It has list of messages (data table) and tree of folders(tree). When user clicks on message which is unread after ajax request we should 1) change style of the correspond

ajax request

2005-07-18 Thread Maksimenko Alexander
Hi! I have to make ajax request which affect to many components in the page. For example, consider mail web application. It has list of messages (data table) and tree of folders(tree). When user clicks on message which is unread after ajax request we should 1) change style of the corresponding

Re: maven parallel/sequential

2004-06-29 Thread Maksimenko Alexander
so tried prepending "ant" to the tags () but this makes no difference... Best regards Jesper Linvald MAERSK DATA TRANSPORT Tel no.: +45 3911 1891 e-mail: [EMAIL PROTECTED] -- Maksimenko Alexander Softwarium, www.softwarium.net --

Re: config files dependencies

2004-06-29 Thread Maksimenko Alexander
subproject to the second one: basedir="${basedir}/.." includes="firstProject/project.xml" goals="test:test-resources" postProcessing="true" /> <>Would it be the right desision? -

Re: start server in another jvm

2004-06-24 Thread Maksimenko Alexander
e.org/commons/jelly/libs/threads/tags.html Jeff Yes! It works! Thank you! I really appreciate you :) -- Maksimenko Alexander Softwarium, www.softwarium.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: start server in another jvm

2004-06-24 Thread Maksimenko Alexander
ttp server in another jvm before starting my tests. I noticed that stops execution of the ant script until the java process finishes, so I can't use it to reach my goal. works properly only for . :( Is there any solution for my problem? - Maksimenko Alexander Softwarium, www

start server in another jvm

2004-06-24 Thread Maksimenko Alexander
Hi! I need to start my http server in another jvm before starting my tests. I noticed that stops execution of the ant script until the java process finishes, so I can't use it to reach my goal. works properly only for . :( Is there any solution for my problem? -- Maksimenko Alex