debugging classpath

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Gusakov 2009-03-05 01:55:20 +00:00
parent be590fa6e8
commit ae8d1533fa
1 changed files with 5 additions and 8 deletions

View File

@ -104,9 +104,12 @@ END SNIPPET: ant-bootstrap -->
<tstamp><format property="stop.time" pattern="${tsFormat}"/></tstamp> <tstamp><format property="stop.time" pattern="${tsFormat}"/></tstamp>
<echo>=======================================</echo> <echo>========================================================================</echo>
<echo>Mercury: start ${start.time}, stop ${stop.time}</echo> <echo>Mercury: start ${start.time}, stop ${stop.time}</echo>
<echo>=======================================</echo> <echo>========================================================================</echo>
<property name="mc" refid="mercury.classpath"/>
<echo>mercury.classpath=${mc}</echo>
<echo>========================================================================</echo>
<delete file="${basedir}/dependencies.xml"/> <delete file="${basedir}/dependencies.xml"/>
@ -209,12 +212,6 @@ END SNIPPET: ant-bootstrap -->
<include name="*/src/main/*"/> <include name="*/src/main/*"/>
</dirset> </dirset>
</path> </path>
<!--
<echo>========================================================================</echo>
<property name="mc" refid="mercury.classpath"/>
<echo>mercury.classpath=${mc}</echo>
<echo>========================================================================</echo>
-->
<mkdir dir="bootstrap/target/classes"/> <mkdir dir="bootstrap/target/classes"/>