Ticket #124 (closed defect: fixed)
Target clear-cache in build-stubbles.xml fails on updated stubbles.php
| Reported by: | mikey | Owned by: | mikey |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6.0 |
| Component: | Build System | Version: | SVN-trunk |
| Keywords: | Cc: |
Description
If one updates the lib/stubbles.php of a project and wants to execute phing clear-cache using build-stubbles.xml afterwards this will fail as it calls the target init-stubbles before to load the pathes of the project into Phing properties. Additionally it tries to load Stubbles itself, but this will fail if there is a lib/.cache file with old informations about the lib/stubbles.php file. The only way to solve the issue is to delete lib/.cache manually, something that phing clear-cache should be responsible for without failing in case of updates.
Change History
Note: See
TracTickets for help on using
tickets.
