On 2012-01-24 08:53, Steve Ratcliffe wrote:
OK, thanks for the patch, I've applied it and followed your layout
with the repo located of http://ivy.mkgmap.org.uk/repo

That's great news, thanks.  I tested it out and it seems to work fine.
        
I had to remove the ivy.shared.default.root setting to make it work.
I'm guessing that this was used to load from svn checked-in jar files,
but I would appreciate it if you took a look.

Yes, that setting was used to tell ivy to look in the svn working directory. Because you removed the build-support/repo directory entirely, that setting had to be removed to keep ivy happy. It's good they were removed -- an svn working directory repo is unnecessary now that there is an online repo you control.

Attached is a patch that restores a comment that appears to have been accidentally altered.

The other thing I noticed was that if there are no md5/sha1 files, it
does not complain, is it possible to require them to be present?

Unfortunately I don't see an option for forcing the check.

Thanks,
Richard
diff --git a/build-support/script/build-ivy-base.xml b/build-support/script/build-ivy-base.xml
index 018ac24..6812e81 100644
--- a/build-support/script/build-ivy-base.xml
+++ b/build-support/script/build-ivy-base.xml
@@ -38,8 +38,7 @@
 			Try to load ivy in case the user has not already
 			dropped it into ant's lib dir (note that the latter copy will always
 			take precedence). We will not fail as long as local lib dir exists
-			
-			it may be empty) and ivy is in at least one of ant's lib dir or the
+			(it may be empty) and ivy is in at least one of ant's lib dir or the
 			local lib dir.
 		-->
 		<path id="ivy.lib.path">
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to