Ant多项功能配置

来源:百度文库 编辑:神马文学网 时间:2024/07/09 01:01:16
Ant多项功能配置 
 以下是Ant对多项应用的配置:

 
 
 
 
 
 
 
 
  
 

 

 
 
 
 
 

 
 
 
     destdir="${classes.home}"
   debug="${compile.debug}"
   deprecation="${compile.deprecation}"
   optimize="${compile.optimize}"
  >
  
 

 
 
  
  
  
 

 

 
    description="Deploy application to servlet container">    
    
 
 
    
    
    
    
      
      
      
      
      
      
      
      
    
 
 
  
  
  
  
 

 
 
  
 

        
    
       
     
    
   
   
       
   
  

 
                     
              classname="org.hibernate.tool.ant.HibernateToolTask"
         classpathref="compile.classpath"/>
    
        
            
              
            

        

        
    

 

 
 
     classname="org.hibernate.tool.ant.HibernateToolTask"
  classpathref="compile.classpath"/>
 
       revengfile="${config.home}/hibernate.reveng.xml"
    packagename="com.technodex.gp.hbm"/>
  
  
  
  
  
 

 

 
 
 
     failonerror="true"
   fork="true"
   classpathref="compile.classpath"
   dir="${webroot.webhome}/WEB-INF/">
  
  
 

 

 
 
 
 
 
     classpath="${classes.home}"
   classpathref="compile.classpath"
   location="${webservice.wsdl.location}"
   namespace="urn:com.technodex.gp.webservice"
   output="${schema.home}/${webservice.wsdl.file.name}"
   serviceelementname="${webservice.wsdl.service.name}"
   serviceportname="${webservice.wsdl.service.port.name}"
   style="rpc"
   use="encoded"
  />
 

 
 
 
     debug="true"
   failonnetworkerrors="true"
   output="${webservice.java.class.output}"
   printstacktraceonfailure="true"
   timeout="30"
   testcase="true"
   verbose="true"
   url="${webservice.wsdl.file.url}">
  
 

 

 
 
 
 
  
   
    
   

  

 

 
 


本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/boboo_2000_0/archive/2009/10/13/4666044.aspx