hi,
i got the same problem yesterday.
this is not clean solution, but seems all works now
i commented out 3 lines in file : /usr/share/php/phing/Project.php on line 568

  function addOrReplaceTarget($targetName, &$target) {
       $this->log("  +Target: $targetName", Project::MSG_DEBUG);
       $target->setProject($this);
       $this->targets[$targetName] = $target;

//        $ctx = $this->getReference("phing.parsing.context");
//        $current = $ctx->getConfigurator()->getCurrentTargets();
//        $current[$targetName] = $target;
   }

_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to