Target `compile-jars' does not exist in this project.
运行build.xml出现错误:
Target `compile-jars' does not exist in this project.
<target name="sample-setup" depends="depends" description="--> description">
<ant antfile="build.xml" dir="${pentaho-project}" target="compile-jars"></ant>
<copy todir="lib">
<fileset dir="${pentaho-project}/build/pentaho-third-party">
<include name="pentaho-*.jar" />
</fileset>
</copy>
............