On 11/6/07, jpyork <[EMAIL PROTECTED]> wrote:
>
>
> I am trying to introduce Ivy to my ant scripts but I am not able to figure
> out how to do one thing.
> I am looking for the command to manually install jar into my local
> repository.  These jar files are not available for download from public
> repositories.  I would imagine that the command would be similar to mavens
> mvn install command.


There is no similar thing in Ivy, you should either copy your files by hand
(which is pretty straightforward), or use the install task by first setting
up the location of your module as the source repositoryin settings used only
for installation. But this is much more complex, and this can be an
interesting solution only if you have many modules to install this way.

Xavier

Thanks
>
>
> --
> View this message in context:
> http://www.nabble.com/Ivy-suggestions-help-needed-tf4759539.html#a13611102
> Sent from the ivy-dev mailing list archive at Nabble.com.
>
>


-- 
Xavier Hanin - Independent Java Consultant
http://xhab.blogspot.com/
http://ant.apache.org/ivy/
http://www.xoocode.org/

Reply via email to