Re: Unable to create directory as a file already exists with that name

2010-08-06 Thread Mark Salter
On 06/08/2010 10:48, Rajesh Kumar wrote: > I have one file called djir.ear and I am trying to create a folder with the > same name "jir.ear" same location using ant script. > but i get error message saying that > > *Code: * > -- > Unable to create directory as a file a

Unable to create directory as a file already exists with that name

2010-08-06 Thread Rajesh Kumar
Hi, I have one file called djir.ear and I am trying to create a folder with the same name "jir.ear" same location using ant script. but i get error message saying that *Code: * -- Unable to create directory as a file alr eady exists with that name -