SF.net SVN: ant-contrib: [91] trunk/ant-contrib/src/java/net/sf/antcontrib/ net/URLImportTask.java
| Newsgroups | gmane.comp.java.ant-contrib.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 91
http://svn.sourceforge.net/ant-contrib/?rev=91&view=rev
Author: mattinger
Date: 2007-03-06 08:42:27 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/ant-contrib/src/java/net/sf/antcontrib/net/URLImportTask.java
Modified: trunk/ant-contrib/src/java/net/sf/antcontrib/net/URLImportTask.java
===================================================================
--- trunk/ant-contrib/src/java/net/sf/antcontrib/net/URLImportTask.java 2007-03-06 16:40:22 UTC (rev 90)
+++ trunk/ant-contrib/src/java/net/sf/antcontrib/net/URLImportTask.java 2007-03-06 16:42:27 UTC (rev 91)
@@ -229,7 +229,10 @@
ModuleDescriptor desc = resolveReport.getModuleDescriptor();
List artifacts = resolveReport.getArtifacts();
Artifact artifact = (Artifact) artifacts.get(0);
- log("Fetched revision " + artifact.getModuleRevisionId().getRevision());
+ log("Fetched " +
+ artifact.getModuleRevisionId().getOrganisation() + " | " +
+ artifact.getModuleRevisionId().getName() + " | " +
+ artifact.getModuleRevisionId().getRevision());
File file = ivy.getArchiveFileInCache(ivy.getDefaultCache(), artifact);
File importFile = null;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV