I missed this one: thank you for pointing that BTW, this reminded me MANTTASKS-103, where I fixed what you reported in MANTTASKS-142: can you check I didn't miss anything, and close the issue if everything is ok?
Regards, Hervé Le samedi 02 mai 2009, Benjamin Bentmann a écrit : > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
