Ticket #124 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Target clear-cache in build-stubbles.xml fails on updated stubbles.php

Reported by: mikey Assigned to: 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

02/26/08 17:49:41 changed by mikey

  • status changed from new to assigned.

02/26/08 18:05:36 changed by mikey

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

Fixed with r1380.