Re: Sources of the ant jars into the maven repository

2011-04-13 Thread Steele, Richard
For what it's worth, a definite +1 from me. Rich 2011/4/12 Nicolas Lalevée > Hi guys, > > The more I used automatic dependency management and working with open > source project, the more I expect to quickly have a development environment > in which I can debug. So I often expect to have the sou

Re: Sources of the ant jars into the maven repository

2011-04-13 Thread wolfgang haefelinger
> For what it's worth, a definite +1 from me. +1 // Wolfgang On Wed, Apr 13, 2011 at 1:18 PM, Steele, Richard wrote: > For what it's worth, a definite +1 from me. > > Rich > > 2011/4/12 Nicolas Lalevée > >> Hi guys, >> >> The more I used automatic dependency management and working with open >>

Re: Sources of the ant jars into the maven repository

2011-04-13 Thread Jesse Glick
On 04/12/2011 02:06 PM, Nicolas Lalevée wrote: Is there any objection regarding the publication of such jars ? Please do so. In fact I am surprised that earlier releases were accepted into the Central repository without sources and Javadoc attached. Note that you ought to be able to just run:

SSHExec - Feature request

2011-04-13 Thread Mowcomber, Dustin
I would like to suggest that we add an attribute to SSHExec called exitStatusProperty so that the exit status can be set to a property when the ssh command is finished. There would be many uses for this such as testing if a file exists on an ssh server by executing 'test -e ${file}' which retur

RE: SSHExec - Feature request

2011-04-13 Thread Martin Gainty
Dustin i thought ant sshexec task attriobute of outputproperty would accept the output from the command to a property? i would begoff -e which is escape character for unix ssh tasks http://www.stat.duke.edu/comp/security/ssh_man.html your refactor did'nt make it thru...you might want to consi