Feature #59
Implement post hooks after sync and clean
| Status: | Closed | Start: | 04/06/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Jonathan Clarke | % Done: | 100% |
|
| Category: | Core | |||
| Target version: | 1.2.0 |
Description
I needed to be able to invoke a method after the synchronization process.
The patch attached implements this.
It adds two new properties in lsc.properties:
- lsc.tasks.TASKNAME.postSyncHook : fully qualified name of a static method to invoke after the synchronization task
- lsc.tasks.TASKNAME.postCleanHook : fully qualified name of a static method to invoke after the clean task
Associated revisions
Implement post hooks after sync and clean. Thanks to Jérôme Schell for this patch. Fixes #59.
History
Updated by Sébastien Bahloul 7 months ago
- File lsc-core-post-hook-b1.2.diff added
Proposed to integration in 1.2 branch ?
Updated by Sébastien Bahloul 7 months ago
- File lsc-core-post-hook-b1.3.diff added
Fixing some minor issue. Next operation is trunk integration.
Updated by Jonathan Clarke 5 months ago
- Status changed from New to Closed
- Assigned to set to Jonathan Clarke
- Target version set to 1.2.0
- % Done changed from 0 to 100
I have added this patch to trunk and 1.2 branch, so it will be released in 1.2.0.
Jérôme, thank you for your patch, and sorry for the delay before including it. I hope it is useful anyway.