Re: scp "auth cancel" error

2006-04-05 Thread Robert Clark
On Wednesday April 5, 2006 17:23, "Brown, Carlton" <[EMAIL PROTECTED]> wrote: > Can anyone shed light on this scp failure? It's possible I made a > mistake although I checked my work. > [scp] Connecting to some.host.com:22 > > BUILD FAILED > > D:\dev\R2.0\src\test\build.xml:9: com.jcraft.j

scp "auth cancel" error

2006-04-05 Thread Brown, Carlton
Can anyone shed light on this scp failure? It's possible I made a mistake although I checked my work. The output: ship: [scp] Connecting to some.host.com:22 BUILD FAILED D:\dev\R2.0\src\test\build.xml:9: com.jcraft.jsch.JSchException: Auth cancel The target code:

Re: Parallel vs Sequential

2006-04-05 Thread Conor MacNeill
Any performance improvement using will depend significantly on what you are doing in parallel and on what hardware resources your platform provides. For example, the tasks could be interacting in ways you don't expect. Maybe these tasks block each other somehow. I have no idea. In the end, wa

RE: Parallel vs Sequential

2006-04-05 Thread Dick, Brian E.
Does you machine have multiple CPU's and disks? Parallel tasks on a single CPU/disk machine can only improve performance if there is significant CPU/IO overlap. A compiler is CPU and disk intensive with little CPU/IO overlap. If you don't have parallel hardware, parallel software won't improve perf

Parallel vs Sequential

2006-04-05 Thread Shree
Hi Stefan, I tried evaluating the performance of " task" with sequential way doing(without using ) a set of tasks. I find does not help to improve the performance much and infact it sometimes even slower than sequential(as far I had experimented with some examples). I did several examples.

FW: inconsistent behavior when running from Command line console VS using code

2006-04-05 Thread Asaf Lahav
Hi all,   I posted this mail a while ago and didn't get any responses. Please read below   Asaf Lahav VP R&D, Prima Grid LTD. Cellular:  972-54-4717955 Phone:   972-3-6540255 Fax:   972-3-6540254 From: Asaf Lahav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March

Re: Fail message in a try ... catch

2006-04-05 Thread Nicolas Vervelle
Reorganize your code: put the inside not outside ar wrote: Hi all, I loop on a fileset and use antcall to call a target for each file. Processing file tasks can fail. I use the Ant-Contrib trycatch task to make some alternative processing and customize error messages in my catch section

Fail message in a try ... catch

2006-04-05 Thread ar
Hi all, I loop on a fileset and use antcall to call a target for each file. Processing file tasks can fail. I use the Ant-Contrib trycatch task to make some alternative processing and customize error messages in my catch section whenever one task fails ( . I'd like to include the file name