-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 25 May 2004 16:25, Rajarshi Guha wrote: > On Tue, 2004-05-25 at 10:09, Miguel wrote: > > > 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: > > > > [snip] > > > > I just did a clean checkout against the anonymous CVS repository using: > > > > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jmol co -d Jmol-ANON Jmol > > > > I then did > > > > ant clean main > > > > > > Built fine for me. > > Hmm, tried the above and I still get errors: > > classes: > [mkdir] Created dir: > /home/rajarshi/src/java/jmolsrc/Jmol-ANON/build/classes [javac] > Compiling 158 source files to > /home/rajarshi/src/java/jmolsrc/Jmol-ANON/build/classes > [javac] > /home/rajarshi/src/java/jmolsrc/Jmol-ANON/src/org/openscience/jmol/app/Comm >andHistory.java:38: error: unrecognized character in input stream. [javac] > * @author Agustm Sanchez Furrasola > [javac] ^
Aha... are you sure that you are compiling with Sun's javac? I get these errors when I compile with gcj... the GNU java compiler is much more strict when parsing Java source code... and one requirement seems to be that non-ASCII chars are not allowed in JavaDoc... These need to be replaced by proper HTML escapes... (or maybe even \u escapes...) > The first error looks like some locale problem (I think) but I dont know > why the other errors are occuring. > > The details of my setup: > > Fedora Core 2, Sun Java 1.4.2 > > [~/src/java/jmolsrc/Jmol-ANON] uname -a > Linux blue.chem.psu.edu 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 > athlon i386 GNU/Linux > > [~/src/java/jmolsrc/Jmol-ANON] ant -version > Apache Ant version 1.5.2-26 compiled on May 5 2004 > > [~/src/java/jmolsrc/Jmol-ANON] java -version > java version "1.4.2_04" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05) > Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode) Can you also check wether Ant is not using gcj instead? Egon - -- [EMAIL PROTECTED] PhD on Molecular Representation in Chemometrics Nijmegen University http://www.cac.sci.kun.nl/people/egonw/ GPG: 1024D/D6336BA6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (SunOS) iD8DBQFAtEy9d9R8I9Yza6YRAor2AJ4v16bDv2W2rvcXgOu1dYAuF/iknQCgvFqL etklmNoWudVAV18aCRiM8XE= =cbXL -----END PGP SIGNATURE----- ------------------------------------------------------- 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_id149&alloc_id�66&op=click _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
