You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Colm O hEigeartaigh <co...@apache.org> on 2022/03/22 15:11:29 UTC

Anon distribution

Hi Emmanuel,

This commit broke the anon distribution:

commit 91d0f13f395cdb7f3218e225894b5aaf23b44bed
Author: emmanuel lecharny <el...@apache.org>
Date:   Mon Jan 3 16:59:26 2022 +0100

    Bumped up MINA to 2.1.5, remove all references to log4j and
logback (we don't need them)

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy
(additional-jars) on project apache-ldap-api: Unable to find artifact
version of org.slf4j:slf4j-log4j12 in either dependency list or in
project's dependency management. -> [Help 1]
[ERROR]

Colm.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: Anon distribution

Posted by Emmanuel Lécharny <el...@gmail.com>.
Ok, thanks, will have a look.

On 23/03/2022 21:30, Colm O hEigeartaigh wrote:
> Hey Emmanuel,
> 
> mvn install -Papache-release in the distribution folder.
> 
> Colm.
> 
> On Wed, Mar 23, 2022 at 7:10 PM Emmanuel Lecharny <el...@apache.org> wrote:
>>
>> Hi Colm,
>>
>> Can you tell me what mvn command you use to get this error? Thanks!
>>
>> Le mer. 23 mars 2022 à 17:37, Colm O hEigeartaigh <co...@apache.org> a écrit :
>>>
>>> Hi Emmanuel,
>>>
>>> It's still not fixed: [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy
>>> (additional-jars) on project apache-ldap-api: Unable to find artifact
>>> version of org.slf4j:slf4j-log4j12 in either dependency list or in
>>> project's dependency management. -> [Help 1]
>>>
>>> The original PR removed slf4j-log4j12 from the pom. Note the newer
>>> SLF4J version redirects slf4j-log4j12 to slf4j-reload4j, and uses
>>> reload4j instead of log4j.
>>>
>>> Colm.
>>>
>>> On Tue, Mar 22, 2022 at 4:16 PM Emmanuel Lécharny <el...@gmail.com> wrote:
>>>>
>>>> Hi Colm,
>>>>
>>>> should be fixed now.
>>>>
>>>> Note that github has some trouble, so the last commit hasn't been
>>>> propagated there.
>>>>
>>>> On 22/03/2022 16:11, Colm O hEigeartaigh wrote:
>>>>> Hi Emmanuel,
>>>>>
>>>>> This commit broke the anon distribution:
>>>>>
>>>>> commit 91d0f13f395cdb7f3218e225894b5aaf23b44bed
>>>>> Author: emmanuel lecharny <el...@apache.org>
>>>>> Date:   Mon Jan 3 16:59:26 2022 +0100
>>>>>
>>>>>       Bumped up MINA to 2.1.5, remove all references to log4j and
>>>>> logback (we don't need them)
>>>>>
>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy
>>>>> (additional-jars) on project apache-ldap-api: Unable to find artifact
>>>>> version of org.slf4j:slf4j-log4j12 in either dependency list or in
>>>>> project's dependency management. -> [Help 1]
>>>>> [ERROR]
>>>>>
>>>>> Colm.
>>>> --
>>>> *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
>>>> T. +33 (0)4 89 97 36 50
>>>> P. +33 (0)6 08 33 32 61
>>>> emmanuel.lecharny@busit.com https://www.busit.com/
>>
>> --
>> Regards,
>> Cordialement,
>> Emmanuel Lécharny
>> www.iktek.com

-- 
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecharny@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: Anon distribution

Posted by Colm O hEigeartaigh <co...@apache.org>.
Hi Emmanuel,

It's still not fixed: [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy
(additional-jars) on project apache-ldap-api: Unable to find artifact
version of org.slf4j:slf4j-log4j12 in either dependency list or in
project's dependency management. -> [Help 1]

The original PR removed slf4j-log4j12 from the pom. Note the newer
SLF4J version redirects slf4j-log4j12 to slf4j-reload4j, and uses
reload4j instead of log4j.

Colm.

On Tue, Mar 22, 2022 at 4:16 PM Emmanuel Lécharny <el...@gmail.com> wrote:
>
> Hi Colm,
>
> should be fixed now.
>
> Note that github has some trouble, so the last commit hasn't been
> propagated there.
>
> On 22/03/2022 16:11, Colm O hEigeartaigh wrote:
> > Hi Emmanuel,
> >
> > This commit broke the anon distribution:
> >
> > commit 91d0f13f395cdb7f3218e225894b5aaf23b44bed
> > Author: emmanuel lecharny <el...@apache.org>
> > Date:   Mon Jan 3 16:59:26 2022 +0100
> >
> >      Bumped up MINA to 2.1.5, remove all references to log4j and
> > logback (we don't need them)
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy
> > (additional-jars) on project apache-ldap-api: Unable to find artifact
> > version of org.slf4j:slf4j-log4j12 in either dependency list or in
> > project's dependency management. -> [Help 1]
> > [ERROR]
> >
> > Colm.
> --
> *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
> T. +33 (0)4 89 97 36 50
> P. +33 (0)6 08 33 32 61
> emmanuel.lecharny@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: Anon distribution

Posted by Emmanuel Lécharny <el...@gmail.com>.
Hi Colm,

should be fixed now.

Note that github has some trouble, so the last commit hasn't been 
propagated there.

On 22/03/2022 16:11, Colm O hEigeartaigh wrote:
> Hi Emmanuel,
> 
> This commit broke the anon distribution:
> 
> commit 91d0f13f395cdb7f3218e225894b5aaf23b44bed
> Author: emmanuel lecharny <el...@apache.org>
> Date:   Mon Jan 3 16:59:26 2022 +0100
> 
>      Bumped up MINA to 2.1.5, remove all references to log4j and
> logback (we don't need them)
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy
> (additional-jars) on project apache-ldap-api: Unable to find artifact
> version of org.slf4j:slf4j-log4j12 in either dependency list or in
> project's dependency management. -> [Help 1]
> [ERROR]
> 
> Colm.
-- 
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecharny@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org