You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jeff Jensen (JIRA)" <ji...@codehaus.org> on 2005/06/06 18:16:22 UTC

[jira] Created: (MPJCOVERAGE-30) Default location of jcoverage.ser is source dir; change to build dir

Default location of jcoverage.ser is source dir; change to build dir
--------------------------------------------------------------------

         Key: MPJCOVERAGE-30
         URL: http://jira.codehaus.org/browse/MPJCOVERAGE-30
     Project: maven-jcoverage-plugin
        Type: Bug
    Reporter: Jeff Jensen
 Assigned to: Emmanuel Venisse 


By default, the tool places jcoverage.ser in ${basedir}.  However, it is a built file, not a source file.  Therefore, I suggest the default location for it is correctly under ${maven.build.dir}, such as ${maven.jcoverage.dir}.

This change is good so that jcoverage.ser is deleted automatically with the clean goal invocation.

It is also good because newcomers, such as me, will then correctly interpret this file as something not special and can delete on each build.  This caused lots of time spent debugging JCoverage runs, and the cause was this file not updated from Java package dir changes.  Once deleted, the run was fine again.


-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPJCOVERAGE-30) Default location of jcoverage.ser is source dir; change to build dir

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJCOVERAGE-30?page=all ]
     
Jeff Jensen closed MPJCOVERAGE-30:
----------------------------------


> Default location of jcoverage.ser is source dir; change to build dir
> --------------------------------------------------------------------
>
>          Key: MPJCOVERAGE-30
>          URL: http://jira.codehaus.org/browse/MPJCOVERAGE-30
>      Project: maven-jcoverage-plugin
>         Type: Bug
>     Reporter: Jeff Jensen
>     Assignee: Emmanuel Venisse

>
>
> By default, the tool places jcoverage.ser in ${basedir}.  However, it is a built file, not a source file.  Therefore, I suggest the default location for it is correctly under ${maven.build.dir}, such as ${maven.jcoverage.dir}.
> This change is good so that jcoverage.ser is deleted automatically with the clean goal invocation.
> It is also good because newcomers, such as me, will then correctly interpret this file as something not special and can delete on each build.  This caused lots of time spent debugging JCoverage runs, and the cause was this file not updated from Java package dir changes.  Once deleted, the run was fine again.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Resolved: (MPJCOVERAGE-30) Default location of jcoverage.ser is source dir; change to build dir

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJCOVERAGE-30?page=all ]
     
Jeff Jensen resolved MPJCOVERAGE-30:
------------------------------------

    Resolution: Duplicate

Oops, duplicate of #1: http://jira.codehaus.org/browse/MPJCOVERAGE-11


> Default location of jcoverage.ser is source dir; change to build dir
> --------------------------------------------------------------------
>
>          Key: MPJCOVERAGE-30
>          URL: http://jira.codehaus.org/browse/MPJCOVERAGE-30
>      Project: maven-jcoverage-plugin
>         Type: Bug
>     Reporter: Jeff Jensen
>     Assignee: Emmanuel Venisse

>
>
> By default, the tool places jcoverage.ser in ${basedir}.  However, it is a built file, not a source file.  Therefore, I suggest the default location for it is correctly under ${maven.build.dir}, such as ${maven.jcoverage.dir}.
> This change is good so that jcoverage.ser is deleted automatically with the clean goal invocation.
> It is also good because newcomers, such as me, will then correctly interpret this file as something not special and can delete on each build.  This caused lots of time spent debugging JCoverage runs, and the cause was this file not updated from Java package dir changes.  Once deleted, the run was fine again.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org