Aye, 1.3 would be nice and I'm working on a case for it (parts of JSSE
don't work on 1.2) but since I'm not root, I can't really do anything
about it now. The odd thing is that it was working as of ... earlier
this week. I swear up and down that I didn't touch Ant nor did I alter
my classpath. It fails for both the dedicated build user and my
account. Bizzaro...
bfellows [70] ~/ikano> ant -debug | grep -i class
Setting project property: java.sys.class.path ->
/usr/jdk1.2/jre/lib/rt.jar:/usr/jdk1.2/jre/lib/i18n.jar:/usr/jdk1.2/jre/
classes
Setting project property: java.class.path ->
.:/usr/jdk1.2/lib/tools.jar:/usr/jdk1.2/lib/ext/jaxp.jar:/usr/jdk1.2/lib
/ext/parser.jar:/opt/SUNWjmq/lib/fscontext.jar:/opt/SUNWjmq/lib/jaas.jar
:/opt/SUNWjmq/lib/jmq.jar:/opt/SUNWjmq/lib/jmqadmin.jar:/opt/SUNWjmq/lib
/jms.jar:/opt/SUNWjmq/lib/jndi.jar:/opt/SUNWjmq/lib/ldap.jar:/opt/SUNWjm
q/lib/ldapbp.jar:/opt/SUNWjmq/lib/providerutil.jar:/u1/home/presit/lib/p
cm.jar:/u1/home/dev/lib/classes111.zip:/u1/home/presit/lib/vanjavi.jar:/
opt/ant/lib/ant.jar:/opt/ant/lib/optional.jar:/usr/jdk1.2/lib/ext/jcert.
jar:/usr/jdk1.2/lib/ext/jnet.jar:/usr/jdk1.2/lib/ext/jsse.jar:/usr/jdk1.
2/lib/ext/US_export_policy.jar:/usr/jdk1.2/lib/ext/jce1_2_1.jar:/usr/jdk
1.2/lib/ext/local_policy.jar:/usr/jdk1.2/lib/ext/sunjce_provider.jar:/op
t/junit/junit.jar:/opt/junit/src.jar:/u1/home/bfellows/jakarta-log4j-1.1
.3/dist/lib/log4j.jar:/opt/ant/lib/log4j-core.jar::/opt/ant/lib/ant.jar:
/opt/ant/lib/jaxp.jar:/opt/ant/lib/o.jar:/opt/ant/lib/optional.jar:/opt/
ant/lib/parser.jar:/usr/jdk1.2/lib/tools.jar
Setting project property: java.class.version -> 46.0
Setting project property: sun.boot.class.path ->
/usr/jdk1.2/jre/lib/rt.jar:/usr/jdk1.2/jre/lib/i18n.jar:/usr/jdk1.2/jre/
classes
bfellows [71] ~/ikano> ls -l /usr/jdk1.2/lib/ext/jaxp.jar
-rw-r--r-- 1 bin bin 5618 Apr 3 13:37
/usr/jdk1.2/lib/ext/jaxp.jar
bfellows [72] ~/ikano> ls -l /usr/jdk1.2/lib/ext/parser.jar
-rw-r--r-- 1 bin bin 136133 Apr 3 13:37
/usr/jdk1.2/lib/ext/parser.jar
-----Original Message-----
From: tmaster [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 6:05 PM
To: ant-user
Cc: tmaster
Subject: Re: com.sun.xml.parser.SAXParserFactoryImpl
bill,
upgrade to jdk1.3 IMHO . Conor mentioned an error to do with
crimson.jar
and the JIT
i had similar fancy errors with that.
and obviously, ensure u have jaxp.jar and the other jar in your
classpath for ant to use.
Otherwise, i dunnnnnnnnno.
T Master