SF.net SVN: ant-contrib: [84] trunk/ant-contrib/src/java/net/sf/antcontrib/ net/URLImportTask.java
| Newsgroups | gmane.comp.java.ant-contrib.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 84
http://svn.sourceforge.net/ant-contrib/?rev=84&view=rev
Author: mattinger
Date: 2007-03-01 13:29:36 -0800 (Thu, 01 Mar 2007)
Log Message:
-----------
Fixing import
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-01 21:25:58 UTC (rev 83)
+++ trunk/ant-contrib/src/java/net/sf/antcontrib/net/URLImportTask.java 2007-03-01 21:29:36 UTC (rev 84)
@@ -128,6 +128,7 @@
else if (ivyConfUrl != null) {
try {
ivy.configure(ivyConfUrl);
+ resolver = ivy.getDefaultResolver();
}
catch (IOException e) {
throw new BuildException(e);
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