You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2011/01/19 03:04:43 UTC

[jira] Created: (GERONIMO-5762) Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean

Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean
-------------------------------------------------------------------------------------------------

                 Key: GERONIMO-5762
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5762
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: buildsystem
    Affects Versions: 3.0
            Reporter: Forrest Xia
            Priority: Minor


I see some dirty files in the root directory of server code tree after built, such as
derby.log
velocity.log
var/

I think these build output files should be in certain target directory, so that maven can clean them when execute "mvn clean".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Reopened] (GERONIMO-5762) Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean

Posted by "Shenghao Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shenghao Fang reopened GERONIMO-5762:
-------------------------------------

      Assignee: Shenghao Fang

There are performance issues with the 'noversion' patch.

And some dirty files in the sub folder are still not removed.

A more robust solution is needed.

Please revert the current changes, thanks.


> Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean
> -------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5762
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5762
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Shenghao Fang
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5762-241.patch, GERONIMO-5762-noversion.patch
>
>
> I see some dirty files in the root directory of server code tree after built, such as
> derby.log
> velocity.log
> var/
> I think these build output files should be in certain target directory, so that maven can clean them when execute "mvn clean".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (GERONIMO-5762) Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia closed GERONIMO-5762.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

commit to trunk@1097653, close it.

> Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean
> -------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5762
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5762
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5762-241.patch, GERONIMO-5762-noversion.patch
>
>
> I see some dirty files in the root directory of server code tree after built, such as
> derby.log
> velocity.log
> var/
> I think these build output files should be in certain target directory, so that maven can clean them when execute "mvn clean".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (GERONIMO-5762) Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean

Posted by "Shenghao Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shenghao Fang updated GERONIMO-5762:
------------------------------------

    Attachment: GERONIMO-5762-241.patch
                GERONIMO-5762-noversion.patch

The issue can also be solve by adding configurations to 'maven-clean-plugin'. Please refer to the patches.

Known issue:
When using maven 3.0.1, the maven-clean-plugin (version is 2.3) runs very slowly. The latest version (2.4.1) has no performance issue.


> Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean
> -------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5762
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5762
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Priority: Minor
>         Attachments: GERONIMO-5762-241.patch, GERONIMO-5762-noversion.patch
>
>
> I see some dirty files in the root directory of server code tree after built, such as
> derby.log
> velocity.log
> var/
> I think these build output files should be in certain target directory, so that maven can clean them when execute "mvn clean".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5762) Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983717#action_12983717 ] 

Forrest Xia commented on GERONIMO-5762:
---------------------------------------

Though the patch is a way to get rid of the dirty files, but I prefer to find a way to put those files in the target directory.

> Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean
> -------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5762
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5762
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Priority: Minor
>         Attachments: GERONIMO-5762-241.patch, GERONIMO-5762-noversion.patch
>
>
> I see some dirty files in the root directory of server code tree after built, such as
> derby.log
> velocity.log
> var/
> I think these build output files should be in certain target directory, so that maven can clean them when execute "mvn clean".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (GERONIMO-5762) Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean

Posted by "Forrest Xia (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia resolved GERONIMO-5762.
-----------------------------------

    Resolution: Won't Fix
    
> Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean
> -------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5762
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5762
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Shenghao Fang
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5762-241.patch, GERONIMO-5762-noversion.patch
>
>
> I see some dirty files in the root directory of server code tree after built, such as
> derby.log
> velocity.log
> var/
> I think these build output files should be in certain target directory, so that maven can clean them when execute "mvn clean".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira