Problems with

2011-01-10 Thread Kevin Jackson
Hi all, Not sure if this is user error (suspect it's me being dumb) or an issue in the trunk/HEAD of core. My build works on debian, but here I'm stick on XP and for some reason the classpath is simply not being set I'm building a small parser and I'm using antlr. When I compile the code, the c

Re: apache-ant-1.8.2-bin.tar.bz2.asc signature not in http://www.apache.org/dist/ant/KEYS

2011-01-10 Thread Antoine Levy-Lambert
You are right, it looks like I did not update this file. Let me do this. Thanks for letting us know. Regards, Antoine On 1/10/2011 8:21 PM, Mark Lavi wrote: Hello everyone, I didn't see this issue in Bugzilla or in this mailing list archive. I could not find an up to date public key for anto.

apache-ant-1.8.2-bin.tar.bz2.asc signature not in http://www.apache.org/dist/ant/KEYS

2011-01-10 Thread Mark Lavi
Hello everyone, I didn't see this issue in Bugzilla or in this mailing list archive. I could not find an up to date public key for anto...@apache.org after importing: http://www.apache.org/dist/ant/KEYS To get it, I had to "gpg --keyserver keys.gnupg.net --recv-keys 82A7FBCD" before I could prop

Re: Problems with and - (directory path issues)

2011-01-10 Thread Gilbert Rebhan
Original Message Subject: Re: Problems with and - (directory path issues) From: Laurence To: user@ant.apache.org Date: 01.01.2011 21:31 Hi, Laurence > Gilbert, > > I was basically having the same problem you were (I discovered your post > when I was trying to find a better

RE: make a string lowercase

2011-01-10 Thread Shawn Castrianni
The simplest is to use Antelope tasks: http://antelope.tigris.org/nonav/docs/manual/bk03ch13.html That URL shows using the lowercase task in the very first example. --- Shawn Castrianni -Original Message- From: Gilbert Rebhan [mailto:gil...@maksimo.de] Sent: Monday, January 10, 2011

Re: make a string lowercase

2011-01-10 Thread Gilbert Rebhan
Original Message Subject: Re: make a string lowercase From: halfsetgelly To: user@ant.apache.org Date: 07.01.2011 14:19 > You could use http://ant.apache.org/manual/Tasks/pathconvert.html > and a > http://ant.apache.org/manual/Types/mapper.html#script-mapper scriptmapper >