Question : ant build error

I am getting the following error when I do an ant build.xml.

prasad@prasad-laptop:~/Projects/springapp$ ant deploy
Buildfile: build.xml

build:

BUILD FAILED
/home/prasad/Projects/springapp/build.xml:38: Directory /home/prasad/Projects/springapp/war/WEB-INF/classes creation was not successful for an unknown reason
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:

	
	
	
 

	
	
		
		 
	


		
		
			
		
	

Answer : ant build error

Maybe you have files with the same names in your directory structure: if a file "war" exists you can't create a dir "war" ....

please post the full buildfile to provide more infos
Random Solutions  
 
programming4us programming4us