I All. Y have problems with jasperreports compilation when maven try to
compile .jrxml files. 
When I compile the .jrxml file with iReport software, this is successful.
Why?

There is the error list:

Error compiling report design :
D:\develop\workpace\inventario\src\main\jasperreports\saleBetweenReport.jrxml

Error compiling report design :
D:\develop\workpace\inventario\src\main\jasperreports\saleBetweenReport.jrxml
: Errors were encountered when compiling
 report expressions class file:
D:\develop\workpace\inventario\target\jasperreports-generated-sources\classic_1188422539140_625893.java:4:
package net.sf.jasperreports.engine does no
t exist
import net.sf.jasperreports.engine.*;
^
D:\develop\workpace\inventario\target\jasperreports-generated-sources\classic_1188422539140_625893.java:5:
package net.sf.jasperreports.engine.fill do
es not exist
import net.sf.jasperreports.engine.fill.*;
^
D:\develop\workpace\inventario\target\jasperreports-generated-sources\classic_1188422539140_625893.java:13:
package net.sf.jasperreports.engine does n
ot exist
import net.sf.jasperreports.engine.*;
^
D:\develop\workpace\inventario\target\jasperreports-generated-sources\classic_1188422539140_625893.java:15:
package net.sf.jasperreports.engine.data d
oes not exist
import net.sf.jasperreports.engine.data.*;
^
D:\develop\workpace\inventario\target\jasperreports-generated-sources\classic_1188422539140_625893.java:21:
cannot find symbol
symbol: class JREvaluator
public class classic_1188422539140_625893 extends JREvaluator
                                                  ^
D:\develop\workpace\inventario\target\jasperreports-generated-sources\classic_1188422539140_625893.java:28:
cannot find symbol
symbol  : class JRFillParameter
location: class classic_1188422539140_625893
    private JRFillParameter parameter_REPORT_LOCALE = null;
.
.
.
D:\develop\workpace\inventario\target\jasperreports-generated-sources\classic_1188422539140_625893.java:110:
cannot find symbol
symbol  : class JRFillVariable
location: class classic_1188422539140_625893
        variable_PAGE_COUNT = (JRFillVariable)vm.get("PAGE_COUNT");
                               ^
D:\develop\workpace\inventario\target\jasperreports-generated-sources\classic_1188422539140_625893.java:111:
cannot find symbol
symbol  : class JRFillVariable
location: class classic_1188422539140_625893
        variable_COLUMN_COUNT = (JRFillVariable)vm.get("COLUMN_COUNT");
                                 ^
51 errors

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Aug 29 16:22:22 CDT 2007
[INFO] Final Memory: 14M/26M
[INFO]
------------------------------------------------------------------------

D:\develop\workpace\inventario>

Any idea???
-- 
View this message in context: 
http://www.nabble.com/Jasperreports-compilation-error%21-tf4350546s2369.html#a12396178
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to