AW: remotely call Ant script?

2009-09-28 Thread Knuplesch, Juergen
With antcontrib, you can start an "Antserver" that can start targets triggered from a remote machine. -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax.

Re: Setting ant property with bash command result

2009-09-28 Thread supareno
altern a écrit : How could I set ant property the value which is the result of bash script execution? For example, I need to have target which utilizes svn and bash utilities in order to control build execution. Speaking more specifically, target that I'm trying to create will be used to define,

Setting ant property with bash command result

2009-09-28 Thread altern
How could I set ant property the value which is the result of bash script execution? For example, I need to have target which utilizes svn and bash utilities in order to control build execution. Speaking more specifically, target that I'm trying to create will be used to define, whether there are

AW: How to throw error if two files not equal?

2009-09-28 Thread Jan.Materne
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/assertions.html?view=co http://ant.apache.org/antlibs/antunit/index.html Jan > -Ursprüngliche Nachricht- > Von: news [mailto:n...@ger.gmane.org] Im Auftrag von Chris > Gesendet: Freitag, 25. September 2009 23:05 > An: user@ant.

RE: remotely call Ant script?

2009-09-28 Thread Redmond, Nicole
I have ANT scripts that I use for building. They have been so successful that I use ANT scripts to start my Java applications as well. Currently, I start a Java application and the GUI application all on one machine (the server) using an ANT script. I need to move the GUI application to clien

Re: remotely call Ant script?

2009-09-28 Thread Ernst de Haan
I am a new user. Is there a way to remotely call an Ant script? For example, can the server call an Ant script that lives on the client? This really depends on your use case, please provide more details. For example, it is possible to: - invoke ant via SSH (secure shell) - invoke Ant auto

remotely call Ant script?

2009-09-28 Thread Redmond, Nicole
I am a new user. Is there a way to remotely call an Ant script? For example, can the server call an Ant script that lives on the client? Thanks, Nicole