Zip and Tar tasks failing

2012-05-22 Thread Lewis John Mcgibbney
Good Evening Everyone, I've hit a rather strange situation whilst releasing some artifacts. Specifically the strange part of this relates to the tar, tar-bin, zip and zip-bin targets in the following build.xml file [0]. I released another version (release-1.5) literally an hour ago, now when usin

Re: Zip and Tar tasks failing

2012-05-23 Thread Lewis John Mcgibbney
Hi Stefan, I will be able to post more verbose output later today when I get back to the local box I do my releases from. Please see my comments inline On Wed, May 23, 2012 at 5:09 AM, Stefan Bodewig wrote: > > From reading your build file > > ${dist.version.dir}=${dist.dir}/${final.name} > > Yo

Re: Getting all targets in a Buildfile

2012-06-07 Thread Lewis John Mcgibbney
This can usually be achieved by doing ant -projecthelp which in turn prints out targets along with a description if the target has one. hth Lewis On Thu, Jun 7, 2012 at 10:03 AM, GrĂ¼ner Heinrich wrote: > Hi ant-list, > > Is it possible to retrieve all targets from a buildfile? > > Thanks, Stefa

Re: Correct configuration for reading a list into a Java class

2012-12-01 Thread Lewis John Mcgibbney
Hi Martin, Thanks for the reply, much appreciated. On Sat, Dec 1, 2012 at 4:58 PM, Martin Gainty wrote: > > Good Afternoon Lewis fileset dir attribute is that dir represents a single root > folderhttp://ant.apache.org/manual/Types/fileset.html I am working with this [0] directory and the two

Re: Correct configuration for reading a list into a Java class

2012-12-01 Thread Lewis John Mcgibbney
Hi Martin, On Sat, Dec 1, 2012 at 6:34 PM, Martin Gainty wrote: > > it appears that a upstream entity is concatenating 2 folder names (instead of > one) into your dir attribute ${gora.avsc.dir} so when ${gora.avsc.dir} is > referenced during a file readan IO error occurs I understand exactly w

Re: Correct configuration for reading a list into a Java class

2012-12-03 Thread Lewis John Mcgibbney
;> >> (:)> Date: Sun, 2 Dec 2012 12:43:05 -0500 >> >>> From: sflo...@nc.rr.com >> >>> To: lewis.mcgibb...@gmail.com >> >>> CC: user@ant.apache.org >> >>> Subject: Re: Correct configuration for reading a list into a Java cl

Re: Correct configuration for reading a list into a Java class

2012-12-04 Thread Lewis John Mcgibbney
; >>>>>> Lewis, >>>>>> >>>>>> Can you provide either a doc link or some of the command line params >>>>>> that you >>>>>> need? >>>>>> >>>>>> >>>>>> >&g

Problem with GPG plugin from Ant task

2013-01-29 Thread Lewis John Mcgibbney
Hi, Having looked high and low for a resolution, I've been unable to find one. I'm in the process of pushing a release on a small project which uses ant tasks + maven for the build lifecycle. I am attempting to deploy to sonatype staging repository with the following configuration ...

Re: Problem with GPG plugin from Ant task

2013-01-30 Thread Lewis John Mcgibbney
2] http://svn.apache.org/repos/asf/ant/core/trunk/release/signit.xml > > > > On Jan 29, 2013, at 6:47 PM, Lewis John Mcgibbney wrote: > > > Hi, > > Having looked high and low for a resolution, I've been unable to find > one. > > I'm in the process of