Ant task to get artifacts from Nexus Repository

2010-02-18 Thread Sridhar Bitkuri
Looking for any Ant task to get the ear files or war files from Nexus Repository. Appreciated. -- Sent from my Palm Prē

Need to pass the value to build file.

2009-10-21 Thread sridhar bitkuri
Hello, I have a build.xml file and calling it from a .batch file and like to pass the "earFile" and "application" below values like below, how can i do it. Thanks in advance. abc.BAT xyz.ear xyz

Re: Weird parallel/for situation

2009-04-30 Thread sridhar bitkuri
You might try using sleep stmts after each task put the time appropriately, say 60 sec. may be... On Wed, Apr 29, 2009 at 4:59 PM, fnord wrote: > > I've got a situation that I'm trying to script around, and I'm somewhat > stumped, and hoping someone might have a solution. > > I have an array of

Re: Ant FTP Task related question

2009-04-22 Thread sridhar bitkuri
I have been using PUT instead of send, because it transfer files in binary mode. On Mon, Apr 20, 2009 at 11:10 AM, Xin CHEN wrote: > Hi All, > > I have been search on Google about my question and couldn't find. So I am > here: > 1, What's the difference between 'send' action and 'put' action? > 2