Issue Details (XML | Word | Printable)

Key: CACTUS-258
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Magnus Grimsell
Reporter: Magnus Grimsell
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Cactus

Improve performance of CactifyWarTask

Created: 20/Aug/08 06:44 AM   Updated: 25/Aug/08 03:37 PM
Return to search
Component/s: Ant Integration
Affects Version/s: 1.8
Fix Version/s: 1.8.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works cactifywartask.patch 2008-08-20 06:47 AM Magnus Grimsell 12 kB
Text File Licensed for inclusion in ASF works profile_log.txt 2008-08-20 06:46 AM Magnus Grimsell 17 kB

Resolution Date: 25/Aug/08 03:37 PM


 Description  « Hide
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.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #688760 Mon Aug 25 15:37:17 UTC 2008 grimsell CACTUS-258
Improve performance of CactifyWarTask

Setter to avoid adding cactus classes which can be time consuming.
Files Changed
MODIFY /jakarta/cactus/trunk/integration/ant/src/main/java/org/apache/cactus/integration/ant/CactifyWarTask.java