Bob Hanson wrote:

Thanks, Nico.

Actually, it's not, because 10.00.60 doesn't read Spartan SMOL input files. But I see that it's REPORTING that it is. I see what I did. I forgot to do a CLEAN build. That still makes no sense to me -- that JmolConstants class doesn't get updated even with a MAIN build, so I'm curious as to what's going on there. But I assure you, it's 10.3. I just did a CLEAN build, and it now reports 10.3. I'll upload that from home, where it is easier to do so.

It's normal that not everything is updated with MAIN.
MAIN doesn't do dependency checking so only modified classes are compiled.
JmolConstants class itself is probably rebuilt, but the version is a "final static" field, so when compiling an other class (Jmol class) the compiler is "smart" and directly uses the value of field (not a link to the field) but Jmol class is not recompiled when JmolConstants is modified.

Usually, I use build.xml only when I really need to make the .jar files so I have configured Eclipse so that when I run build.xml both SPOTLESS and MAIN are run.
Otherwise, I let Eclipse compile and I run/debug directly from Eclipse.

Nico



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to