phing: show include path

revision 4f763d5029b5d0a7709a8b68c716266eaa0133a3

raw

phork0.txt

<?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