Rene, I am not familiar with jmol2cdk.jar, having not touched it in over 18 months.
The last few CVS checkins are here: ---------------------------- revision 1.31 date: 2005/09/23 06:31:10; author: egonw; state: Exp; lines: +175 -175 Uploaded 1.4.2 version (thanx to Rajarshi) ---------------------------- revision 1.30 date: 2005/09/18 17:55:34; author: egonw; state: Exp; lines: +1198 -1688 Applied patch by Rajarshi to make Jmol compile against and work with the latest CDK ---------------------------- revision 1.29 date: 2005/08/10 14:05:37; author: egonw; state: Exp; lines: +1192 -846 Recompiled for latest CDK ---------------------------- The Manifest says that it was built in Java 1.5: [EMAIL PROTECTED] META-INF]$ cat MANIFEST.MF Manifest-Version: 1.0 Created-By: 1.5.0 (Sun Microsystems Inc.) [EMAIL PROTECTED] META-INF]$ However, this does not necessarily mean that it will not work with Java 1.4. For example, in Jmol I do development on Java 1.5, but have options set so that it will generate code for Java 1.3. *** 5 minutes later *** I checked out cdk ... and I see no reference to jmol2cdk.jar in the build.xml, nor in jmol.xml or any other of the .xml files. So, I do not know where jmol2cdk.jar is coming from. And I do not know how it was compiled. > I am just a mere Eclipse user and rely completely on other people to > maintain the build.xml file. I hardly even understand how all that > works, but I looked around for anything with cdk in it. The cdkjars > target in build.xml seems to only unjar the provided jmol2cdk.jar. I > am not even sure whether the cdk source is/should be part of jmol. The cdk classes are part of the Jmol application because Egon has built code (the RSS feed stuff, for example) that uses CDK functionality. > Am I the only one with this problem? Rene, I do not understand what you are trying to do. Q: Are you only trying to compile the Jmol application, without trying to integrate with CDK? > Are there other people out there > still using java 1.4.2 (1.4.2_09 is what I am running, which came > with Mac OS X Tiger)? I don't have access to a Mac for development. I am switching a linux box to compile using 1.4.2_08 ... stand by ... *** 2 minutes later *** Yes, I have the same problem on linux when trying to compile with 1.4.2_08. jmol2cdk.jar was compiled on 1.5 without providing a 'target' that specifies that the file needs to be backwards-compatible. This is something that Egon (or Rajarshi?) needs to take care of. Miguel > > René > > On Sep 25, 2005, at 8:56 PM, Rajarshi Guha wrote: > >> On Sun, 2005-09-25 at 20:01 -0400, René Kanters wrote: >> >>> Hi, >>> >>> I just did a build with a cdkjars target and checking the build/ >>> appjars/META-INF shows a MANIFEST.MF saying that it was Created-By: >>> 1.5.0. Is that the problem? Is my cdk jar file (still) compiled with >>> 1.5? >>> >> >> Well I've seen the error on other projects where some libs are >> compiled >> with 1.4.2 and other with 1.5. As long as everything is compiled at >> the >> same version it should be OK. >> >> BTW, what is the cdkjars target? I think I've been stupid - I >> remade the >> jmol2cdk.jar file by hand collecting the required classes. Is this >> automatable? >> >> ------------------------------------------------------------------- >> Rajarshi Guha <[EMAIL PROTECTED]> <http://jijo.cjb.net> >> GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE >> ------------------------------------------------------------------- >> The emacs religion: to be saved, control excess... >> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: >> Tame your development challenges with Apache's Geronimo App Server. >> Download >> it for free - -and be entered to win a 42" plasma tv or your very own >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >> _______________________________________________ >> Jmol-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/jmol-developers >> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Jmol-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jmol-developers > > -------------------------------------------------- Michael T. Howard [EMAIL PROTECTED] 23 Algonquin Avenue tele 978-474-4559 Andover, MA 01810-5527 cell 978-886-3697 USA fax 978-662-3126 -------------------------------------------------- ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
