>>3) rolling out your own version of artifact() that conforms to your way of
handling artifacts.

:)  Oh, I think I am going to like buildr a lot.

module Buildr 
        module ActsAsArtifact
                def pom
                end
        end
end 


So now...

repositories.remote << '<my repository>'
artifact('lib.apache-ant:ant:jar:1.7.0').install

...works perfectly.

Thanks to both of you for all your help.
-Ed

Reply via email to