RE: Attempting to install ant-contrib in my project folder.

2007-05-08 Thread Byron Vonthal
Here is my version and I know it works. Give this way a try. -Original Message- From: George Storm [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 4:12 PM To: Ant Users List Subject: Attempting to install ant-contrib in my project folder. I am attempting to use ant-contrib I am

RE: build problem

2007-04-03 Thread Byron Vonthal
Try adding ant-contrib.jar It has a lot of nifty tasks, including some looping abilities. http://ant-contrib.sourceforge.net/tasks/tasks/index.html -Original Message- From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 2:06 AM To: Ant Users List Subject: RE: b

adding to fileset

2007-03-30 Thread Byron Vonthal
I have a fileset with excludes that I need to continue to grow. I'm using Ant 1.6.5 and cannot upgrade. Now I want to add another exclude to the same fileset. I want to be able to add files to fileset and then use the final value. Something like:

RE: Concatenating a string to a property

2007-03-16 Thread Byron Vonthal
It looks like you already have the value set. Once a property is set, you can't unset or reset it. (Unless you use a 3'rd party task, like ant-contrib's var task) Where did the 'b4usony' come from? Did you set it earlier? remote.jboss.jndi.port.b4usony -Original Message- From:

sshexec not picking up exit code

2007-03-02 Thread Byron Vonthal
I'm using ant 1.7.0 with jsch-0.1.29 I do get back output but I don't get an outputproperty. The BUILD FAILED yet it shows as BUILD SUCCESS. How do I pickup that exit code? I've seen various solutions but none seemed to work. I'm calling a remote machine by using sshexec thru openSSH like this