Re: Error: Unable to Open

2009-01-30 Thread Mark Salter
Sunils_82 wrote: > I have a build.xml file in Folder_A > and another build.xml file in Folder_B > [snip] > I'm not getting FileNotFoundException, its an "Unable to open" Error. What is the *exact* error please? ant -verbose will show you the files being used and a more of what is happening, p

Error: Unable to Open

2009-01-29 Thread Sunils_82
Hi, I have a build.xml file in Folder_A and another build.xml file in Folder_B When i run both these build files separetely, they get executed successfully. But using the below code when i run build.xml file in Folder_B and make a SUBANT call to target in build.xml file present in Folder_A. i g