Re: [Jmol-developers] build failed

2005-09-26 Thread Nicolas Vervelle
Hi René, René Kanters wrote: Hi Nico, The build now worked and the only error messages I got were regarding the i18n stuff: init-i18n: check-executables: [exec] Execute failed: java.io.IOException: xgettext: not found [echo] xgettext is missing [exec] Execute failed: java.io.I

Re: [Jmol-developers] build failed

2005-09-26 Thread René Kanters
Hi Nico,The build now worked and the only error messages I got were regarding the i18n stuff:init-i18n:check-executables:     [exec] Execute failed: java.io.IOException: xgettext: not found     [echo] xgettext is missing     [exec] Execute failed: java.io.IOException: msgmerge: not found     [echo]

Re: [Jmol-developers] build failed

2005-09-26 Thread Nicolas Vervelle
René Kanters wrote: Well, it's me again... The jmol2dck seems to be fine now. Thanks. I have still build failures, but now of a different kind: Errors during build. Errors running builder "Integrated External Tool Builder" on project Jmol. Variable references non-existent resource : ${

Re: [Jmol-developers] build failed

2005-09-26 Thread René Kanters
Well, it's me again... The jmol2dck seems to be fine now. Thanks. I have still build failures, but now of a different kind: Errors during build. Errors running builder "Integrated External Tool Builder" on project Jmol. Variable references non-existent resource : ${workspace_loc:/Jmol- HE

Re: [Jmol-developers] i18n of contextual menu

2005-09-26 Thread Nicolas Vervelle
Jan wrote: Miguel wrote: ... Maybe the best solution for the dealing with the size would be to put each language in a separate JmolApplet_xx.jar. This way, only one language will need to be downloaded (except for English where the translation is inside the code) If that would wor

Re: [Jmol-developers] build failed

2005-09-26 Thread Miguel
Egon wrote: > OK, I've just commited a jar/jmol2cdk.jar into CVS which > I can garantee to be compiled with javac 1.4 and > succesfully tested with java 1.4... It should work... Compiles and runs for me using java 1.4.2_08 on linux. Miguel -

Re: [Jmol-developers] build failed

2005-09-26 Thread Egon Willighagen
On Monday 26 September 2005 02:28 pm, Miguel wrote: > 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.) OK, I've just commited a jar/jmol2cdk.jar into CVS which I can garantee to be

Re: [Jmol-developers] build failed

2005-09-26 Thread Egon Willighagen
On Monday 26 September 2005 03:26 pm, Rajarshi Guha wrote: > On Mon, 2005-09-26 at 14:48 +0200, Egon Willighagen wrote: > > On Monday 26 September 2005 02:35 pm, Egon Willighagen wrote: > > > > However, this does not necessarily mean that it will not work with > > > > Java 1.4. For example, in Jmol

Re: [Jmol-developers] build failed

2005-09-26 Thread Rajarshi Guha
On Mon, 2005-09-26 at 14:48 +0200, Egon Willighagen wrote: > On Monday 26 September 2005 02:35 pm, Egon Willighagen wrote: > > > 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 i

Re: [Jmol-developers] build failed

2005-09-26 Thread Rajarshi Guha
On Mon, 2005-09-26 at 14:48 +0200, Egon Willighagen wrote: > On Monday 26 September 2005 02:35 pm, Egon Willighagen wrote: > > > 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 i

Re: [Jmol-developers] Need data files with charges

2005-09-26 Thread Egon Willighagen
On Monday 26 September 2005 02:57 pm, Miguel wrote: > Q: Do you know which data files in samples have formal charges and partial > charges? partial charges: samples/ethene.mm1gp samples/gaussian/phenylnitrene.g94.out formal charges: samples/mol/test.mol samples/cml/acetate.cml Egon ---

[Jmol-developers] Need data files with charges

2005-09-26 Thread Miguel
Egon, Q: Do you know which data files in samples have formal charges and partial charges? Miguel --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to

Re: [Jmol-developers] build failed

2005-09-26 Thread Miguel
I think that you may need to set the source="1.3" Otherwise, it will complain because it can see source code constructs (from 1.4 and 1.5) for which it cannot generate 1.1 object code. Actually, I think that for CDK stuff you should set the source and target to be 1.4 source="1.4" target="1.

Re: [Jmol-developers] build failed

2005-09-26 Thread Egon Willighagen
On Monday 26 September 2005 02:35 pm, Egon Willighagen wrote: > > 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. That sh

Re: [Jmol-developers] build failed

2005-09-26 Thread Miguel
>> So, I do not know where jmol2cdk.jar is coming from. And I do not know >> how it was compiled. > > Sorry for that... that's just a name mismatch... in CDK's jmol.xml it is > called jmolcdk.jar... Just a stupid historical reason... OK [snip] > And don't forget that Jmol can use CDK IO... using

Re: [Jmol-developers] build failed

2005-09-26 Thread Egon Willighagen
On Monday 26 September 2005 02:28 pm, Miguel wrote: > 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

Re: [Jmol-developers] build failed

2005-09-26 Thread Miguel
> So there's really a problem with jmol2cdk.jar. It has been built with 1.5 > (or at least part of it). Yes, I agree. > Could someone rebuild this jar correctly with 1.4.2 (cleaning all classes > files before building) ? I just sent a message on this. I do not know how to build jmol2cdk.jar ...

Re: [Jmol-developers] build failed

2005-09-26 Thread Miguel
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)

Re: [Jmol-developers] build failed

2005-09-26 Thread nvervell
De: René Kanters <[EMAIL PROTECTED]> > >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

Re: [Jmol-developers] build failed

2005-09-26 Thread René Kanters
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 w

Re: [Jmol-developers] i18n of contextual menu

2005-09-26 Thread Jan
Miguel wrote: ... Maybe the best solution for the dealing with the size would be to put each language in a separate JmolApplet_xx.jar. This way, only one language will need to be downloaded (except for English where the translation is inside the code) If that would work then it would b