On Tue, 2004-05-25 at 04:26, E.L. Willighagen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Tuesday 25 May 2004 09:19, E.L. Willighagen wrote:
> > Seems that the code has not been updated... Recently, the ModelAdapter
> > stuff moved to the org.jmol.adapter package... I'll try to fix the code.
> 
> The fixed code is in CVS.

I downloaded the latest CVS version of Jmol using

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jmol co -d Jmol-HEAD Jmol

and tried running ant to build it. However I get a load of errors:

Buildfile: build.xml
Overriding previous definition of reference to apis-jar
 
init:
 
classes:
    [javac] Compiling 158 source files to
/home/rajarshi/src/java/jmolsrc/Jmol-HEAD/build/classes
    [javac]
/home/rajarshi/src/java/jmolsrc/Jmol-HEAD/src/org/openscience/jmol/app/ScriptWindow.java:52:
 error: Class or interface `javax.swing.text.StyleConstants' not found in import.
    [javac]    import javax.swing.text.StyleConstants;
    [javac]           ^
    [javac]
/home/rajarshi/src/java/jmolsrc/Jmol-HEAD/src/org/openscience/jmol/app/ScriptWindow.java:294:
 error: Superclass `DefaultStyledDocument' of class 
`org.openscience.jmol.app.ConsoleDocument' not found.
    [javac]    class ConsoleDocument extends DefaultStyledDocument {
    [javac]                                  ^
    [javac]
/home/rajarshi/src/java/jmolsrc/Jmol-HEAD/src/org/openscience/jmol/app/ScriptWindow.java:298:
 error: Type `SimpleAttributeSet' not found in declaration of field `attError'.
    [javac]      SimpleAttributeSet attError;

and so on.

Yesterday it compiled fine so I'm not sure what changes were made - or
whether I'm missing something. I tried with both the 1.4.2 versions of
the Sun and Blackdown.org JDK's and I get the same errors with both.

Doe sanybody have any pointers as to what might be wrong?

Thanks,

-------------------------------------------------------------------
Rajarshi Guha <[EMAIL PROTECTED]> <http://jijo.cjb.net>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
-------------------------------------------------------------------
All life evolves by the differential survival of replicating entities.
-- Dawkins



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Jmol-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to