Re: How add global property with input task?

2009-09-14 Thread don rhummy
with input task? > To: "Ant Users List" > Date: Sunday, September 13, 2009, 3:48 AM > 2009/9/12 don rhummy : > > When I have an Input task with "addProperty", the > property it creates is only valid within that one target. So > if two targets are being

Re: How add global property with input task?

2009-09-12 Thread don rhummy
obal property of the same name. Weird. I think the fact that input's "addProperty" doesn't make it global is a bug, since there's only supposed to be global properties in Ant. --- On Sat, 9/12/09, don rhummy wrote: > From: don rhummy > Subject: How add global

How add global property with input task?

2009-09-12 Thread don rhummy
When I have an Input task with "addProperty", the property it creates is only valid within that one target. So if two targets are being called in the same build run, the property added by the input task in target "1" is not visible in target "2"!! How would I add it globally? The below two exam

Re: Help! No Shell scripts for Linux in ant 1.7.1 Install!

2008-10-23 Thread don rhummy
IL PROTECTED]> > Subject: Re: Help! No Shell scripts for Linux in ant 1.7.1 Install! > To: "Ant Users List" > Date: Thursday, October 23, 2008, 4:24 PM > I can't explain what you are seeing via the screenshot. > > Can you download and manually unpack? > > On

Re: Help! No Shell scripts for Linux in ant 1.7.1 Install!

2008-10-23 Thread don rhummy
oess 9737 2008-06-27 01:03 > ./gz/apache-ant-1.7.1/bin/ant > -rwxr-xr-x 1 sfloess sfloess 9737 2008-06-27 05:03 > ./zip/apache-ant-1.7.1/bin/ant > > All have execute enabled as well... > > > > > On Thu, 23 Oct 2008, don rhummy wrote: > > > The onl

Re: Help! No Shell scripts for Linux in ant 1.7.1 Install!

2008-10-23 Thread don rhummy
;[EMAIL PROTECTED]> > Subject: Re: Help! No Shell scripts for Linux in ant 1.7.1 Install! > To: "Ant Users List" , [EMAIL PROTECTED] > Date: Thursday, October 23, 2008, 3:10 PM > Ron, > The *nix shell script is simply called 'ant'; is > that file not prese

Help! No Shell scripts for Linux in ant 1.7.1 Install!

2008-10-23 Thread don rhummy
I'm trying to use ant 1.7.1 on Linux (OpenSUSE) but when I extracted the bin.tar file, there were only ".bat" and ".cmd" files. Where are the linux shell scripts? How do I get this working with linux? - To unsubscribe,