Re: dependency packaging unpack problem

2015-09-07 Thread Nicolas Lalevée
getName() + classifier, > artifact.getType() + "_unpacked", ext); > > return unpacked; > > Best regards > Tamer Erdogan > > > -Original Message- >

RE: dependency packaging unpack problem

2015-08-28 Thread Tamer Erdogan
in PackagingManager.java. -Original Message- From: Jaikiran Pai [mailto:jai.forums2...@gmail.com] Sent: Thursday, August 27, 2015 03:00 To: ivy-user@ant.apache.org Subject: Re: dependency packaging unpack problem The classifier attribute needs to be used with the Maven namespace which you declare

Re: dependency packaging unpack problem

2015-08-26 Thread Jaikiran Pai
-Original Message- From: Jaikiran Pai [mailto:jai.forums2...@gmail.com] Sent: Friday, August 21, 2015 22:59 To: ivy-user@ant.apache.org Subject: Re: dependency packaging unpack problem I just gave this a try and it worked for me. It could be that in your case the unpacking is failing for some

RE: dependency packaging unpack problem

2015-08-24 Thread Tamer Erdogan
[mailto:jai.forums2...@gmail.com] Sent: Friday, August 21, 2015 22:59 To: ivy-user@ant.apache.org Subject: Re: dependency packaging unpack problem I just gave this a try and it worked for me. It could be that in your case the unpacking is failing for some reason. ?xml version=1.0 encoding=UTF-8? ivy

Re: dependency packaging unpack problem

2015-08-21 Thread Jaikiran Pai
-user@ant.apache.org Subject: Re: dependency packaging unpack problem On Tuesday 18 August 2015 09:55 PM, Tamer Erdogan wrote: Here is the myproject/ivy.xml for the project where the dependencies are defined: ivy-module version=2.0 info organisation=com.mycompany.mymodule module=mymodule

RE: dependency packaging unpack problem

2015-08-19 Thread Tamer Erdogan
After your email I tried with e:packaging, but without success. -Original Message- From: Jaikiran Pai [mailto:jai.forums2...@gmail.com] Sent: Wednesday, August 19, 2015 00:46 To: ivy-user@ant.apache.org Subject: Re: dependency packaging unpack problem On Tuesday 18 August 2015 09:55 PM

Re: dependency packaging unpack problem

2015-08-18 Thread Jaikiran Pai
On Tuesday 18 August 2015 09:55 PM, Tamer Erdogan wrote: Here is the myproject/ivy.xml for the project where the dependencies are defined: ivy-module version=2.0 info organisation=com.mycompany.mymodule module=mymodule/ dependencies dependency org=com.vasco.aal2

dependency packaging unpack problem

2015-08-18 Thread Tamer Erdogan
Hi, I'm new to Ivy. I've some problems unpacking the dependencies with Ivy. We have here c++ projects with some external pre-compiled libraries. I want to publish them to the artifactory server and manage these dependencies with Ivy. As they are pre-compiled libraries with header files, I pack