Clover Plugin Errors Out with "code too large" Error
----------------------------------------------------

                 Key: MCLOVER-81
                 URL: http://jira.codehaus.org/browse/MCLOVER-81
             Project: Maven 2.x Clover Plugin
          Issue Type: Bug
    Affects Versions: 2.4
         Environment: Microsoft Windows
Maven 2.0.6
            Reporter: David Williams


The maven plugin errors out on a java file that is 250 KB with "code too large" 
error.  This error does not occur on the regular Maven compile.  Below is the 
pieces of the Maven build log.

[INFO] [clover:instrumentInternal]
Clover Version 1.3.13, built on September 04 2006
loaded from: C:\Documents and 
Settings\me\.m2\repository\com\cenqua\clover\clover\1.3.13\clover-1.3.13.jar
No coverage database 
'C:\OmniESF\Workspaces\adminweb\OmniManager534\target/clover/clover.db' found. 
Creating a fresh one.
Processing files at 1.4 source level.
Instrumented 2557 source files.

[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 2557 source files to 
C:\Workspaces\myGroup\myApp\target\clover\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\Workspaces\myGroup\myApp\target\clover\src\com\myCompany\stnweb\formdata\myFile.java:[45,15]
 code too large



C:\Workspaces\myGroup\myApp\target\clover\src\com\myCompany\stnweb\formdata\myFile.java:[45,15]
 code too large

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to