Bugs item #1604465, was opened at 2006-11-28 05:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1604465&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Packaging
Group: v10.9
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miguel (migueljmol)
Summary: Jmol conflicts with CDK, Obrador, etc.

Initial Comment:
Jmol.jar includes particluar versions of com.obrador.
cdk.jar includes particluar versions of Jmol, etc.

This makes it impossible to develop applications which need functionalities 
from several packages!
Reason:
Assume you want to use "structgen" from "cdk", latest version, and something 
else from the latest Jmol in an application.
Fact is that jmol.jar and cdk.jar come with non-latest versions of other 
packages included.

So, in you new application you need to specify the latest cdk.jar, and jmol.jar 
to the JVM. However, cdk.jar includes and older version of jmol, and jmol 
includes another version e.g. of com.obrador.
Depending of the Java package lookup sequence, you will encounter compilation 
and/or execution problems, because several incompatible versions are present, 
and it is practically not manageable to provide the right version for the right 
application.

The only solution would be: When Jmol e.g. needs a particular version of 
com.obrador and wants to include this library in its jar file, them the package 
must be renamed there, e.g. com.obradorXXX.

If cdk wants to include a particular Jmol version in its jar file, the the jmol 
packages must be renamed there e.g. to JmolYYY.

Submitted by:
[EMAIL PROTECTED]

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1604465&group_id=23629

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to