I don't think you need multiple repositories. Just create an ivy.xml module file that has multiple configurations and multiple artifacts in the publications section. Then publish that module to your repository. Then all other projects can ask for whichever artifact it needs. Maybe see the configurations tutorial. I think that has an example of multiple artifacts.
http://ant.apache.org/ivy/history/latest-milestone/tutorial/conf.html Steve On Wed, Sep 29, 2010 at 12:42 PM, Eelamae <eela...@yahoo.com> wrote: > > Correction: Actually the artifact patter is as follws; > > <chain name="rt2binaries"> > > <filesystem name="linux-ia32" checkmodified="yes" > cache="rt2-linux-ia32-cache"> > <artifact > pattern="/work/project/repos/external/bin/linux-ia32//[artifact]" /> > </filesystem> > > <filesystem name="solaris-sparc" checkmodified="yes" > cache="rt2-solaris-sparc-cache"> > <artifact > pattern="/work/project/repos/external/bin/solaris-sparc/[artifact]" /> > </filesystem> > > <filesystem name="windows-ia32" checkmodified="yes" > cache="rt2-windows-ia32-cache"> > <artifact > pattern="/work/project/repos/external/bin/windows-ia32/[artifact].[ext]" /> > </filesystem> > > </chain> > </resolvers> > -- > View this message in context: > http://old.nabble.com/Using-Ivy-to-manage-platform-dependent-non-java-binaries-tp29840412p29840471.html > Sent from the ivy-user mailing list archive at Nabble.com. > >