You probably should make some code available somewhere showing folk what it is you're trying to do. I have several projects using configurations; not sure off the top of my head what to think about Ivy always looking for a "default" configuration, so again, an example would probably be for the best.
Matt On Fri, Dec 28, 2012 at 4:22 PM, Not Zippy <[email protected]> wrote: > I use a generic repository configuration, the reason for this is that > repository has some maven projects and some ivy projects, ivy projects need > a special configuration for correctly downloading the ivy file so I use a > dual fetch the first attempts to retrieve the project as an ivy project, > the fallback is a maven.. > > Nz > > > On Thu, Dec 27, 2012 at 6:32 PM, Aris Green <[email protected]> wrote: > > > I can't seem to get it to work. Whenever I do a publish, ivy seems to > > look for a "default" configuration. I have seen other people post > > regarding this. I had a single ivy file with a "server" and "client" > > configuration publishing to a file system repository. I have since > > switched to using custom attributes instead. > > > > I could post my ivy.xml and resolver xml, but first, I am just > > wondering, do you have to have a "default" configuration and then > > whatever configuration(s) you want to use configurations? Is this a > > bug? I'll post some code if asked for it. > > > > Any help appreciated. > > > > agreen > > >
