Question : create a war file with ant script

Hi Guys,

How to create a war file using ant script. I was able to create war file but unable to add weblogic.xml and tlds directory into WEB-INF folder.


Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:

                
                
                        
                        
                        
                
        

Answer : create a war file with ant script

Hello CharanR,

Copy your file in a folder (${build}) before create the war from :

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
	
 
		
			
			
		
 
		
			
				
			
		
 
		
			
				
			
		
 
		
			
				
			
		
 
		
			
				
			
		
 
		
			
				
			
		
 
		
			
				
			
		
 
		
			
				
			
		
	
 
	
		
	
Random Solutions  
 
programming4us programming4us