Question : weblogic deploy taskdef not found exception in ant

Hi,

I'm deploying a war file sing ant script. This is how I have defined the target.
before running the script. I have set the classpath using setWLSEnv.sh

but still I get the error
/export/home/user/build.xml:295: taskdef class weblogic.ant.taskdefs.management.WLDeploy cannot be found
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:

 
        
        
        
                                
        

Answer : weblogic deploy taskdef not found exception in ant

Do declare the property weblogic.lib and make it point to weblogic lib folder.

Like:
1:
2:
3:
4:
5:
  
    
    
    
    
Random Solutions  
 
programming4us programming4us