Le 11/12/14 18:16, Emmanuel Lécharny a écrit :
> Le 11/12/14 17:59, Emmanuel Lécharny a écrit :
>> Hi !
>>
>> today, I spent some time on checking *all* the dependencies for LDAP
>> API, and all the imported and exported packages. I removed a few useless
>> dependencies.
>>
>> One whic I think might be troublesome is a dependency on xml-apis 2.0.2
>> in dsml/parser, when it internally uses dom4j, which depends on xml-apis
>> 1.0.b2. That *might* explain the pb we have when trying to build Studio
>> with the latest API version (not sure though).
>>
>> I still have a few modules to check, then I'll have to test the build
>> with a API 1.0.0-M27-SNAPSHOT, which is everything but simple (I'm
>> afraid I'lm have to update the various manifest with the generated
>> versions, which is all but funny...)
>>
>> Stefan, do you have a better idea ?
> Ok, I found another error wich is more lakely the root cause of the
> failure. The dsml-engine MANIFEST.MF file contains that :
>
> ...
> org.dom4j;version=${prg.dom4j.version},
> ...
>
> Unlikely to please the build...
And another error :

              org.apache.mina.core.filterchain;version=${.version},

instead of :
              org.apache.mina.core.filterchain;version=${mina.core.version},

in api-ldap-client-api :/

Reply via email to