Remote ant - java.io.EOFException when run

2011-06-02 Thread avenger
net.sf.antcontrib.antserver.client.ClientTask.execute(ClientTask.java :144) have anyone run into this issue earlier? please help me out -- View this message in context: http://ant.1045680.n5.nabble.com/Remote-ant-java-io-EOFException-when-run-tp4448092p4448092.html Sent from the Ant - Users mailing list

Re: Running a Remote Ant Target from Another

2008-02-06 Thread Steve Loughran
neilac333 wrote: I am running an Ant script that generates a WAR file, copies it from my desktop to my development server, and calls a target in another Ant script on that development server which runs a WebLogic script that deploys the WAR file to the WebLogic instance on the development server.

Re: Running a Remote Ant Target from Another

2008-02-05 Thread neilac333
I should also mention that the remote script works perfectly when run from the development server on which it resides. It is only when I run it from my local Ant script that things go awry. Thanks. -- View this message in context: http://www.nabble.com/Running-a-Remote-Ant-Target-from-Another

Running a Remote Ant Target from Another

2008-02-05 Thread neilac333
target from the local target? Would that even help? Any insight is appreciated. Thanks. -- View this message in context: http://www.nabble.com/Running-a-Remote-Ant-Target-from-Another-tp15300073p15300073.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: Ant task for remote ant execution

2005-06-30 Thread Steve Simon Joseph Fernandez
//sourceforge.net/mailarchive/forum.php?thread_id=7433601&forum_id=2912 > > -- Larry > > > -Original Message- > > From: Steve Simon Joseph Fernandez [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 30, 2005 8:05 AM > > To: Ant Users L

RE: Ant task for remote ant execution

2005-06-30 Thread Shatzer, Larry
See http://sourceforge.net/mailarchive/forum.php?thread_id=7433601&forum_id=2912 -- Larry > -Original Message- > From: Steve Simon Joseph Fernandez [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 30, 2005 8:05 AM > To: Ant Users List > Subject: Re: Ant task for r

Re: Ant task for remote ant execution

2005-06-30 Thread Steve Simon Joseph Fernandez
AntServer & RemoteAnt is what I was looking for. But tell me, why isn't there any auth? IMHO, this is going to leave a port wide open. Steve. On 6/30/05, Kristian Perkins <[EMAIL PROTECTED]> wrote: > check out both of: > 1. ant-contribs AntServer / RemoteAnt tasks: > http://ant-contrib.source

Re: Ant task for remote ant execution

2005-06-30 Thread Kristian Perkins
check out both of: 1. ant-contribs AntServer / RemoteAnt tasks: http://ant-contrib.sourceforge.net/tasks/tasks/server_tasks.html 2. anthill: http://www.urbancode.com/projects/anthill/default.jsp you should be able to tailor your builds to one of these solutions Steve Simon Joseph Fernandez wrot

RE: Ant task for remote ant execution

2005-06-30 Thread Shatzer, Larry
Have you looked at ant-contrib, http://ant-contrib.sourceforge.net/tasks/tasks/server_tasks.html ? -- Larry > -Original Message- > From: Steve Simon Joseph Fernandez [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 30, 2005 12:57 AM > To: Ant User List > Subject: Ant task

Ant task for remote ant execution

2005-06-30 Thread Steve Simon Joseph Fernandez
Hi, I was wondering if Ant has a task that can be used to invoke Ant on a remote machine, and pass it a build file to execute? Unlike rexec, which is generic in nature, I'd like to see an Ant specific listener that would be running on the remote machine, to which an Ant buildfile could be passed t

Re: Remote Ant

2005-04-01 Thread James Fuller
Ron Ohmer wrote: >I was looking for this functionality, and ran across Rant. Nice name, but it >has been inactive since 2002. Also it is on ver 0.1. > >Usually this is due to something superceding it. Is there something out >there, that I am unaware of? > > > look at Ant-Contrib's tasks f

Re: Remote Ant

2005-04-01 Thread Ninju Bohra
You should try the remoteAnt in the ant-contrib project Works pretty good Ron Ohmer <[EMAIL PROTECTED]> wrote: I was looking for this functionality, and ran across Rant. Nice name, but it has been inactive since 2002. Also it is on ver 0.1. Usually this is due to something superceding it. Is t

Remote Ant

2005-04-01 Thread Ron Ohmer
I was looking for this functionality, and ran across Rant. Nice name, but it has been inactive since 2002. Also it is on ver 0.1. Usually this is due to something superceding it. Is there something out there, that I am unaware of?