You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Magnus Grimsell (JIRA)" <ca...@jakarta.apache.org> on 2008/08/20 08:46:46 UTC

[jira] Created: (CACTUS-258) Improve performance of CactifyWarTask

Improve performance of CactifyWarTask
-------------------------------------

                 Key: CACTUS-258
                 URL: https://issues.apache.org/jira/browse/CACTUS-258
             Project: Cactus
          Issue Type: Improvement
          Components: Ant Integration
    Affects Versions: 1.8
            Reporter: Magnus Grimsell
            Assignee: Magnus Grimsell


We have been working with improving the performance of our build loop the last week.
When profiling we realized that 37% of a complete build is spent in CactifyWarTask.addCactusJars(). Even more when building separate targets. 

To solve this we made a patch where you can tell CactifyWarTask that the cactus jars is already present.


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


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


[jira] Commented: (CACTUS-258) Improve performance of CactifyWarTask

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
    [ https://issues.apache.org/jira/browse/CACTUS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623919#action_12623919 ] 

Petar Tahchiev commented on CACTUS-258:
---------------------------------------

Looks good to me. You can go on, commit it and close this issue.

> Improve performance of CactifyWarTask
> -------------------------------------
>
>                 Key: CACTUS-258
>                 URL: https://issues.apache.org/jira/browse/CACTUS-258
>             Project: Cactus
>          Issue Type: Improvement
>          Components: Ant Integration
>    Affects Versions: 1.8
>            Reporter: Magnus Grimsell
>            Assignee: Magnus Grimsell
>         Attachments: cactifywartask.patch, profile_log.txt
>
>
> We have been working with improving the performance of our build loop the last week.
> When profiling we realized that 37% of a complete build is spent in CactifyWarTask.addCactusJars(). Even more when building separate targets. 
> To solve this we made a patch where you can tell CactifyWarTask that the cactus jars is already present.

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


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


[jira] Updated: (CACTUS-258) Improve performance of CactifyWarTask

Posted by "Magnus Grimsell (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Magnus Grimsell updated CACTUS-258:
-----------------------------------

    Attachment: cactifywartask.patch

> Improve performance of CactifyWarTask
> -------------------------------------
>
>                 Key: CACTUS-258
>                 URL: https://issues.apache.org/jira/browse/CACTUS-258
>             Project: Cactus
>          Issue Type: Improvement
>          Components: Ant Integration
>    Affects Versions: 1.8
>            Reporter: Magnus Grimsell
>            Assignee: Magnus Grimsell
>         Attachments: cactifywartask.patch, profile_log.txt
>
>
> We have been working with improving the performance of our build loop the last week.
> When profiling we realized that 37% of a complete build is spent in CactifyWarTask.addCactusJars(). Even more when building separate targets. 
> To solve this we made a patch where you can tell CactifyWarTask that the cactus jars is already present.

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


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


[jira] Closed: (CACTUS-258) Improve performance of CactifyWarTask

Posted by "Magnus Grimsell (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Magnus Grimsell closed CACTUS-258.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.8.1

Applied patch.

> Improve performance of CactifyWarTask
> -------------------------------------
>
>                 Key: CACTUS-258
>                 URL: https://issues.apache.org/jira/browse/CACTUS-258
>             Project: Cactus
>          Issue Type: Improvement
>          Components: Ant Integration
>    Affects Versions: 1.8
>            Reporter: Magnus Grimsell
>            Assignee: Magnus Grimsell
>             Fix For: 1.8.1
>
>         Attachments: cactifywartask.patch, profile_log.txt
>
>
> We have been working with improving the performance of our build loop the last week.
> When profiling we realized that 37% of a complete build is spent in CactifyWarTask.addCactusJars(). Even more when building separate targets. 
> To solve this we made a patch where you can tell CactifyWarTask that the cactus jars is already present.

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


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


[jira] Updated: (CACTUS-258) Improve performance of CactifyWarTask

Posted by "Magnus Grimsell (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Magnus Grimsell updated CACTUS-258:
-----------------------------------

    Attachment: profile_log.txt

> Improve performance of CactifyWarTask
> -------------------------------------
>
>                 Key: CACTUS-258
>                 URL: https://issues.apache.org/jira/browse/CACTUS-258
>             Project: Cactus
>          Issue Type: Improvement
>          Components: Ant Integration
>    Affects Versions: 1.8
>            Reporter: Magnus Grimsell
>            Assignee: Magnus Grimsell
>         Attachments: cactifywartask.patch, profile_log.txt
>
>
> We have been working with improving the performance of our build loop the last week.
> When profiling we realized that 37% of a complete build is spent in CactifyWarTask.addCactusJars(). Even more when building separate targets. 
> To solve this we made a patch where you can tell CactifyWarTask that the cactus jars is already present.

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


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