Ticket #124 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by mikey

  • status changed from new to assigned

Changed 2 years ago by mikey

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with r1380.

Note: See TracTickets for help on using tickets.