RE: Add artifacts to a module already in a repository?

2011-01-07 Thread John Hite
Thanks Steve and Valerie, I'll give it a shot. We are just setting up a repository and no one is using it yet, so I won't need to worry about messing with version numbers. It seems that no one is providing the license as an artifact, so I'll have to make this change for every library I add to my

RE: Untar task in Ant

2011-01-07 Thread Shawn Castrianni
I was not able to get anything built into ANT to work either in terms of preserving file permissions. I had to resort to using exec task and running a real tar command. I chose bsdtar as I could get a version compiled for all of my supported platforms. I then choose the appropriate bsdtar exe

Untar task in Ant

2011-01-07 Thread Lin Sun
Hi I 'd like to use untar task in ant, looks very cool and mature! :) In reading through the user doc, I don't see much restrictions limited. I'd like to know if it supports any of the following - 1) unlimited tar size and tar entry size 2) support the full POSIX tar standard or more modern GNU

Re: make a string lowercase

2011-01-07 Thread halfsetgelly
You could use http://ant.apache.org/manual/Tasks/pathconvert.html and a http://ant.apache.org/manual/Types/mapper.html#script-mapper scriptmapper self.addMappedName(source.toLowerCase()); ${converted} -- View this message in context: http://ant

Re: [PATCH] complete-ant-cmd.pl

2011-01-07 Thread Ondra Medek
Hi Antoine, http://svn.apache.org/repos/asf/ant/core/trunk/src/script/complete-ant-cmd.pl seem o'right. Thanks. Andy - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache

Re: [PATCH] complete-ant-cmd.pl

2011-01-07 Thread Antoine Levy-Lambert
Hello Ondra, thanks for the patch, committed in revision 1056313. I have learnt something, I am using ant and bash every day and did not know this script. Cool thing. Let me know if I entered the patch correctly if you can check out the updated version from svn. [1] Antoine [1] http://svn.

Re: [PATCH] complete-ant-cmd.pl

2011-01-07 Thread Ondra Medek
On Fri, Jan 7, 2011 at 11:05, Alexander Enrique Urieles Nieto wrote: > On Fri, Jan 7, 2011 at 9:54 AM, Ondra Medek wrote: > >> Hi, >> >> do documentation of complete-ant-cmd.pl should be changed, see also >> http://marius.scurtescu.com/2005/03/23/ant_bash_completion >> >> --- complete-ant-cmd.pl.

Re: [PATCH] complete-ant-cmd.pl

2011-01-07 Thread Alexander Enrique Urieles Nieto
On Fri, Jan 7, 2011 at 9:54 AM, Ondra Medek wrote: > Hi, > > do documentation of complete-ant-cmd.pl should be changed, see also > http://marius.scurtescu.com/2005/03/23/ant_bash_completion > > --- complete-ant-cmd.pl.orig2008-06-27 05:03:56.0 +0200 > +++ complete-ant-cmd.pl 2011-01-0

[PATCH] complete-ant-cmd.pl

2011-01-07 Thread Ondra Medek
Hi, do documentation of complete-ant-cmd.pl should be changed, see also http://marius.scurtescu.com/2005/03/23/ant_bash_completion --- complete-ant-cmd.pl.orig2008-06-27 05:03:56.0 +0200 +++ complete-ant-cmd.pl 2011-01-07 09:53:30.06250 +0100 @@ -19,7 +19,7 @@ # # To install for