RE: Antnewbie - failed to create task or type httpget

2010-01-07 Thread soochoi
Thanks for the suggestions. :-) I am still having the same error, though. httpget is ant task defined in fikin. It said it requires Apache HttpClient. I see commons-httpclient-3.0.1.jar in tools directory. Any other suggestions? Thanks in advance, Choiso Thomas Loy wrote: > > Try using som

Re: Getting the name of the only file in a directory

2010-01-07 Thread Matt Benson
Another way to keep this as a resourcecollection is: -Matt On Jan 7, 2010, at 4:47 PM, leroybrownbpj wrote: Thank you! ddevienne wrote: On Thu, Jan 7, 2010 at 4:02 PM, leroybrownbpj wrote: I'm working on a project currently where we need to deploy an artifact to a server via

Re: Getting the name of the only file in a directory

2010-01-07 Thread leroybrownbpj
Thank you! ddevienne wrote: > > On Thu, Jan 7, 2010 at 4:02 PM, leroybrownbpj wrote: >> I'm working on a project currently where we need to deploy an artifact to >> a >> server via an ant task which takes the fully qualified file path and >> name. >> When this script runs the artifact will be

Re: Getting the name of the only file in a directory

2010-01-07 Thread Dominique Devienne
On Thu, Jan 7, 2010 at 4:02 PM, leroybrownbpj wrote: > I'm working on a project currently where we need to deploy an artifact to a > server via an ant task which takes the fully qualified file path and name. > When this script runs the artifact will be in a directory like this: > > location/deploy

Getting the name of the only file in a directory

2010-01-07 Thread leroybrownbpj
I'm working on a project currently where we need to deploy an artifact to a server via an ant task which takes the fully qualified file path and name. When this script runs the artifact will be in a directory like this: location/deployable-artifact-1.0.3.9.war My problem is that in order to keep