You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Kent Larsson <ke...@gmail.com> on 2009/05/04 17:49:54 UTC

Need JAR-files not available in ibiblio (for JavaMail), suggestions

Hi,

Currently:

- I have no ivysettings.xml (only ivy.xml).
- I have no JAR-files in version control.

My idea of a solutions:

- Create a directory named localrepository directly under the project
root. Setup a file repository for Ivy in it. Check it into version
control.
- Have Ivy first check if something is in the local file repository,
then go to ibiblio and check that repository.

Does the above solution sound good overall?

Is there any more information on how to create the file repository out
there? Preferably a tutorial. The page
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
has some information but it's for Maven2.

How would my ivysettings.xml file look like? Currently I don't have
one, so I'm using the defaults only.

Best regards, Kent