"Aaron M. Renn" <[EMAIL PROTECTED]> writes:
> On an unrelated topic. If you are planning on trying out the build
> procedure, you will need the latest and greatest Japhar from CVS. My Japhar
> was two weeks old and it still didn't work (japhar-config needed updating).
Yes, I did this yesterday.
> Also, Brian, I notice that even when you specify a version of javac to use
> for compiling, the new build setup uses japhar. Since I have japhar
> configured for debugging and logging, this makes things really slow. (Not
> to mention that Japhar bombed during the compile).
Hrm, Japhar doesn't 'bomb' for me, it just doesn't compile it. Stuck
on the following errors (notice the error messages make no sense to me):
../java/util/Hashtable.java:327: Class java.util.Bucket. NNNN not
found in type declaration.
Bucket.Node node;
^
../java/util/Hashtable.java:409: Class java.util.Map. EE not found in
type declaration.
return ((Map.Entry) oResult).getValue();
^
../java/util/Hashtable.java:453: Class java.util.Map. EE not found in
type declaration.
Map.Entry entry;
^
../java/util/Hashtable.java:457: Class java.util.Map. EE not found in
type declaration.
entry = (Map.Entry) it.next();
^
../java/util/Hashtable.java:477: Class java.util.Map. EE not found in
type declaration.
Map.Entry entry;
^
../java/util/Hashtable.java:482: Class java.util.Map. EE not found in
type declaration.
entry = (Map.Entry) it.next();
^
../java/util/Hashtable.java:499: Class java.util.Map. EE not found in
type declaration.
Map.Entry entry;
^
../java/util/Hashtable.java:505: Class java.util.Map. EE not found in
type declaration.
entry = (Map.Entry) it.next();
^
../java/util/Hashtable.java:612: Class
java.io.ObjectOutputStream. PPPPPPPP not found in type declaration.
ObjectOutputStream.PutField oFields;
^
../java/util/Hashtable.java:614: Class java.util.Map. EE not found in
type declaration.
Map.Entry oEntry;
^
../java/util/Hashtable.java:624: Class java.util.Map. EE not found in
type declaration.
oEntry = (Map.Entry) it.next();
^
../java/util/Hashtable.java:636: Class
java.io.ObjectInputStream. GGGGGGGG not found in type declaration.
ObjectInputStream.GetField oFields;
^
../java/util/Hashtable.java:836: Class java.util.Map. EE not found in
type declaration.
return (o instanceof Map.Entry) ?
Hashtable.this.containsEntry((Map.Entry) o) : false;
^
../java/util/Hashtable.java:836: Class java.util.Map. EE not found in
type declaration.
return (o instanceof Map.Entry) ?
Hashtable.this.containsEntry((Map.Entry) o) : false;
^
../java/util/Hashtable.java:858: Class java.util.Map. EE not found in
type declaration.
return (o instanceof Map.Entry) ?
^
../java/util/Hashtable.java:859: Class java.util.Map. EE not found in
type declaration.
(Hashtable.this.remove(((Map.Entry) o).getKey())
!= null) : false;
^
../java/lang/Throwable.java:124: Class
java.io.ObjectOutputStream. PPPPPPPP not found in type declaration.
ObjectOutputStream.PutField oFields;
^
../java/lang/Throwable.java:136: Class
java.io.ObjectInputStream. GGGGGGGG not found in type declaration.
ObjectInputStream.GetField oFields;
^
18 errors
I'm going to try fixing the JAVAC thing and switch to 1.0.4 jdeps myself
tonight.
Brian
--
|-------------------------------|Software Engineer
|Brian Jones |[EMAIL PROTECTED]
|[EMAIL PROTECTED] |http://www.nortel.net
|http://www.classpath.org/ |------------------------------