True, I only posted the last call. The SCP is is in the target called by
<target name="doall">
<ant dir="makeantlet" antfile="build.xml" target="${doall-target}" />
<ant dir="init" antfile="build.xml" target="${doall-target}" />
<subant target="${doall-target}" inheritall="false">
<property name="importer.repository" value="${importer.repository}"/>
<fileset dir=".">
<include name="*/build.xml" />
<exclude name="makeantelet/*" />
<exclude name="init/*" />
<exclude name="build/*" />
</fileset>
</subant>
</target>
I will run it again and find out what invocation # fails.
[EMAIL PROTECTED] wrote:
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28517>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28517
SCP task fails when invoked multiple times.
------- Additional Comments From [EMAIL PROTECTED] 2004-04-26 15:39 ------- Nick, The output you posted shows the scp task running only once.
-Rob A
Hmm. Perhaps this discussion should be taking place on the users list, rather than in the bug tracking database.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]