Re: [Nant-users] How to manage asynchronous tasks

2005-10-06 Thread Martin Gainty
L PROTECTED]> Cc: "Robert Schneider" <[EMAIL PROTECTED]>; Sent: Thursday, October 06, 2005 8:01 AM Subject: Re: [Nant-users] How to manage asynchronous tasks I'd be interested to hear what issues you have with the vb6 task so that we can look at fixing them. Thanks

Re: [Nant-users] How to manage asynchronous tasks

2005-10-06 Thread Brass Tilde
> I'd be interested to hear what issues you have with the vb6 task so that > we can look at fixing them. Thanks Just to clarify, it was the original poster, Mr. Schneider, who was having the problem, not me. For me, it works splendidly. Brad ---

RE: [Nant-users] How to manage asynchronous tasks

2005-10-06 Thread Robert Schneider
> >But one question still exists: Is it possible that the checkreferences > >attribute doesn't work? I have seen into the source code, and if I > >haven't overlooked something then there is no use for it. Okay this works too. > No bother. > Still, hopefully. Robert -

RE: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Robert Schneider
Dear mailing list, forgive me. I have bothered you since I have not thoroughly examined the abilities of Nant/NAntContrib before I have posted. Sorry! I'm obviously a newbie. But one question still exists: Is it possible that the checkreferences attribute doesn't work? I have seen into the sou

Re: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Brass Tilde
> I would like to start the Visual Basic 6 compiler (vb6.exe) which works > in the background unfortunately. I know there is the vb6-task. But it > does not work as I expect. Besides, since it also just make an exec call > it is has the same effect. Are you talking about the NAntContrib VB6 task?

Re: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Hristo Deshev|telerik
Hi Robert, Robert Schneider wrote: No, I was wrong! Sorry! I finally found that out as well. Does anyone know how this is achieved? From command line I can start vb6 only in the background. How is this possible? (Sorry for the off-topic question) You can launch the program and wait f

RE: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Evans, Jonathan (2)
; property. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Schneider Sent: Wednesday, October 05, 2005 12:35 PM To: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] How to manage asynchronous tasks Hi! > > I didn't know vb6

RE: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Robert Schneider
Hi! > > I didn't know vb6 task was asynchronous! > No, I was wrong! Sorry! I finally found that out as well. Does anyone know how this is achieved? From command line I can start vb6 only in the background. How is this possible? (Sorry for the off-topic question) Anyway, wouldn't it be nice

RE: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Crowhurst,Christian
PROTECTED] Behalf Of Evans, Jonathan (2) Sent: 05 October 2005 11:10 To: 'Robert Schneider'; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] How to manage asynchronous tasks I have a VB6 project that does all of that - you may be able to adapt it to be called from VB script. W

RE: [Nant-users] How to manage asynchronous tasks

2005-10-05 Thread Evans, Jonathan (2)
I have a VB6 project that does all of that - you may be able to adapt it to be called from VB script. Would you like a copy? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Schneider Sent: Wednesday, October 05, 2005 11:07 AM To: nant-users@lists.so