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
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:
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
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
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.
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
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
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