You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2007/04/21 13:06:16 UTC

[jira] Closed: (DIRSERVER-458) Avoid merging third-party binaries in the main jar

     [ https://issues.apache.org/jira/browse/DIRSERVER-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-458.
---------------------------------------


Closing all issues created in 2005 and before which are marked resolved

> Avoid merging third-party binaries in the main jar
> --------------------------------------------------
>
>                 Key: DIRSERVER-458
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-458
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>            Reporter: Stephane Bailliez
>         Assigned To: Alex Karasulu
>
> I would highly recommend modifying the packaging strategy.
> Merging all dependencies into the main jar will be extremely painful for users, especially those who need to embed it will more than certainly conflict with their version of antlr, commons-collections, commons-lang, commons-logging, regexp, oro, aspectj.
> If you want to merge, you need also to modify the packages so that there could be no conflict.. which is worth it for a product like Weblogic. Certainly not for ApacheDS
> I think it would be better to use the Class-Path in the manifest to indicates clearly your dependencies and also name the jar appropriately to figure out the version at first sight (since the manifest versioning is often not used)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.