>De: Bob Hanson <[EMAIL PROTECTED]> > >(1) Please take a look at >http://www.stolaf.edu/jmol/docs/JmolDevelopersGuide.html >and let me know if that looks OK to you.
I will this evening when back from work >(2) Here's something odd. I tried installing Eclipse on both my laptop >and my office computer. All is fine on the laptop. But when I try to >run build.xml on the desktop, I get: > > [signjar] Signing JAR: C:\jmol-dev\workspace\Jmol\JmolUnsigned.jar > >BUILD FAILED >C:\jmol-dev\workspace\Jmol\build.xml:359: Execute failed: >java.io.IOException: CreateProcess: jarsigner.exe -keystore >C:\jmol-dev\workspace\Jmol\selfSignedCertificate\selfSignedCertificate.store >-storepass selfSignedCertificate -signedjar >C:\jmol-dev\workspace\Jmol\Jmol.jar >C:\jmol-dev\workspace\Jmol\JmolUnsigned.jar selfSignedCertificate error=2 > >What's this all about? Strange. Do you have a Java JDK installed ? Is "jarsigner.exe" in the path ? Open a cmd window and type jarsigner.exe: is the executable found ? >(3) What is needed to update the website? I see build-deploy.xml, but >of course I don't have that scp facility installed, I think. It's build-deploy.xml, and scp is there (provided by the jsch.jar file), but you probably won't have the rights on the website to copy the files. A few things need also to be configured to use build-deploy.xml. I will update the website this evening also >(4) What is the proper Java compiler/JRE version to use? 1.4 or 5.0? Both should work Nico ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
