Hi Paul,
Author: pgier
Date: Fri May 1 21:23:20 2009
New Revision: 770824
URL: http://svn.apache.org/viewvc?rev=770824&view=rev
Log:
Add some info to the ant tests.
Modified:
maven/ant-tasks/branches/maven-ant-tasks-2.0.x/sample.build.xml
Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/sample.build.xml
URL:
http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/sample.build.xml?rev=770824&r1=770823&r2=770824&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/sample.build.xml (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/sample.build.xml Fri May 1
21:23:20 2009
@@ -402,7 +413,7 @@
<echo file="target/test file.txt">dummy</echo>
<artifact:deploy file="target/test file.txt">
<!-- intentionnally left without id to check default id: see MANTTASKS-103
-->
- <remoteRepository url="scp://localhost/tmp/deployment-repo"/>
+ <remoteRepository url="scp://localhost/tmp/deployment-repo"
id="scp.localhost.repo"/>
This added an explicit repo id which seems to invalidate the test as per
the XML comment above it, isn't it?
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]