maven classifier on ant install task

2014-01-28 Thread a...@far2gone.com
Hi, I've been having a go at using the Ivy Install ant task to create a local repository based on libraries downloaded from maven central. Having gone along with the tutorial, all seemed to be working :) Until... One of the dependencies in my project is json-lib. It seems that the json-lib pro

Re: maven classifier on ant install task

2014-01-29 Thread a...@far2gone.com
declare the namespace. > >> > >> * Now, you can use that Maven classifier in your dependency declaration: > >> > >> >> name="json-lib" > >> rev="2.4" > >> conf="compile->default"> > >> >> type="jar"

Re: maven classifier on ant install task

2014-02-03 Thread a...@far2gone.com
your local repo. Otherwise, all these artifacts will be mapped to the > same artifact name, and only one of the artifacts will end up in your local > repo. > > Regards, > Marc > > > > > 2014-01-29 a...@far2gone.com > > > Hi, > > > > I think my use

Re: maven classifier on ant install task

2014-02-10 Thread a...@far2gone.com
heers, Andy > On 04 February 2014 at 06:55 Marc De Boeck wrote: > > You may have to remove the json-lib entry in your cache. Check also how the > artifacts were stored in the cache. Could you find the jdk-specific artifacts > there ? > > Marc > > > 201