tags:

views:

64

answers:

0

Here is my scenario:

I have a generic phing build script to make an archived build of my application. But for some of my clients, I want to encode some php files and exclude files from the default build.

My initial solution was to create a "configuration" build file for each of my clients and add two filesets like "before-encode" and "after-encode" and make reference to them in my main build script.

I searched the documentation and google to find a something that would solve my problem and found nothing.

Does someone have done something like that ?