Nice- that was the problem. Thanks so much.
Chad
On 7/1/05, Ninju Bohra <[EMAIL PROTECTED]> wrote:
> If I read the build files correctly the problem is
> that your Windows XP build file is trying to execute a
> task on the remote ANT (on the linux) that does not
> exist.
>
> The WinXP target nam
If I read the build files correctly the problem is
that your Windows XP build file is trying to execute a
task on the remote ANT (on the linux) that does not
exist.
The WinXP target named =
"exec.task.on.remote.ant.server" is trying to run the
target named = "task.on.remote.machine" but I don't
se
Hello,
I'm having problems getting AntServer and RemoteAnt to run
successfully. The gist is that I have a build file running on an XP
box that should kick off a build file on a linux box. Here is what I
have done so far (just to test the communication between the
machines):
ON LINUX BOX:
-copie