How do I compile jrxml to get jasper?

后端 未结 11 854
庸人自扰
庸人自扰 2020-11-28 07:52

I have jrxml file, I want to compile this to get .jasper. How do I compile and get that jasper

11条回答
  •  死守一世寂寞
    2020-11-28 08:15

    with maven it is automatic:

    
      org.codehaus.mojo
      jasperreports-maven-plugin
      
        target/${project.artifactId}/WEB-INF/reports
      
      
        
          prepare-package
          false
          
             compile-reports
          
        
      
      
        
           net.sf.jasperreports
           jasperreports
           3.7.6 
        
        
           log4j
           log4j
           1.2.16
           jar
         
      
    
    

提交回复
热议问题