phing: show include path

revision 329684969c64af1151e6de317c6ccb6c8bab0e42

raw

phork0.xml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<project name="test" default="main">
        <target name="main">
                <adhoc-task name="showincludepath"><![CDATA[
                        class FooTest extends Task {
                                function main() {
                                        $this->log(get_include_path());
                                }
                        }
                ]]></adhoc-task>
                <showincludepath/>
        </target>
</project>
 

History