mirror of https://github.com/apache/maven.git
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:
parent
be590fa6e8
commit
ae8d1533fa
|
@ -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"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue