on Mon, 29 Sep 2003 16:22:02 -0700 "Artemis Ozten" <[EMAIL PROTECTED]>
wrote:
>
>
>
> In my ant telnet task, login / logout seems to work however, I do not
> see any effects of my shell commands. I tried, cd, mv, cp, chmod, ls >
> ls.out and I see no results in the remote server.
>
> <telnet userid="${distribution.userid}" server="${remote.server}"
> password="${distribution.passwd}" >
> <read timeout="5" string=""/>
> <write string="dtu ${distribution.dir}/build_remote.xml" />
> <write string="dtu ${distribution.dir}/qa.xml" />
> <write string="dtu ${distribution.dir}/common.xml" />
> <write string="mv ${distribution.dir}/qa.xml
> ${distribution.dir}/properties.xml > mv.out" />
> <write string="cd ${distribution.dir}" />
> <write string="ant -f build_remote.xml explode-app >
> ant.out"
> />
> <read timeout="5" string=""/>
> </telnet>
>
> I appreciate your suggestions.
My suggestion: fix this XML ;-)
OK, here's your bug: you can't put '>' sign in XML unless it closes
element tag, use '>' . For more info see http://www.w3.org/TR/REC-xml
Regards, Rufio
--
nmap -sS -O -p80,81 www.microsoft.com
[..]
Running: Linux 2.5.X
OS details: Linux Kernel 2.4.18 - 2.5.70 (X86)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]