JDK 1.5 now running Gump...

2004-10-13 Thread Niclas Hedhman

Has someone made JDK 1.5 the default JVM for Gump??

Sun has introduced a incompatible change (do they ever follow their own 
compatibility advice?)

org.w3c.dom.Node interface have additional methods in it, which breaks crimson 
and xerces. I assume that Xerces is also referencing impl classes in rt.jar.

Anybody knows anything about this?

Niclas
-- 
   +--//---+
  / http://www.bali.ac/
 / http://niclas.hedhman.org / 
+--//---+


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JDK 1.5 now running Gump...

2004-10-13 Thread Stefan Bodewig
On Wed, 13 Oct 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote:
 Has someone made JDK 1.5 the default JVM for Gump??
 
 We have a JDK 1.5 Gump.
 
 http://brutus.apache.org/gump/jdk15/

I think Niclas meant: Is the public Gump running JDK 1.5 (by accident)
right now?

The build failures of Crimson and Xerces-1 you can see in the log of
the current(ly stalled) Gump run look as if it was the case.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JDK 1.5 now running Gump...

2004-10-13 Thread Adam R. B. Jack
 I think Niclas meant: Is the public Gump running JDK 1.5 (by accident)
 right now?

Opps, ok.

http://brutus.apache.org/gump/public/index.html

shows:

 Java.version 1.4.2_05 

and this ought'nt have change since Stefano updated it a week-ish ago.

Also, I see this in their build:

 CLASSPATH :/opt/jdk1.4/lib/tools.jar 

 The build failures of Crimson and Xerces-1 you can see in the log of
 the current(ly stalled) Gump run look as if it was the case.

As such, hmm ... I can't explain this.

regards,

Adam

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JDK 1.5 now running Gump...

2004-10-13 Thread Stefan Bodewig
On Wed, 13 Oct 2004, Niclas Hedhman [EMAIL PROTECTED] wrote:

 So, the only other explaination is that the xml-apis or something
 have brought DOM v3 into CVS/SVN,

Doesn't look that way:
http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/org/w3c/dom/Node.java
last change is more than a year old.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JDK 1.5 now running Gump...

2004-10-13 Thread Adam R. B. Jack

   Java.version 1.4.2_05

 This is from the LAST reasonably successful build - 76%.
 THEN something happened, and xerces and crimson doesn't build since they
are
 somehow compiling against DOM v3, and not DOM v2.

Good point, it is a run out of date. I'm waiting for cron to kick in to set
the environment, and then we'll see.

regards

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JDK 1.5 now running Gump...

2004-10-13 Thread Stefano Mazzocchi
Stefan Bodewig wrote:
On Wed, 13 Oct 2004, Adam R. B. Jack [EMAIL PROTECTED] wrote:
Has someone made JDK 1.5 the default JVM for Gump??
We have a JDK 1.5 Gump.
   http://brutus.apache.org/gump/jdk15/

I think Niclas meant: Is the public Gump running JDK 1.5 (by accident)
right now?
No, it's not.
The build failures of Crimson and Xerces-1 you can see in the log of
the current(ly stalled) Gump run look as if it was the case.
I have changed the crontab last night to do this:
  0:00 - public [jdk1.4 + gump/live + nagging]
  3:00 - public [jdk1.4 + gump/live]
  6:00 - jdk15  [jdk1.5 + gump/live]
  9:00 - public [jdk1.4 + gump/live]
 12:00 - test   [jdk1.4 + gump/trunk]
 15:00 - public [jdk1.4 + gump/live]
 18:00 - kaffe  [kaffe + gump/live]
 21:00 - public [jdk1.4 + gump/live]
I'm giving 3 hours now since I had the impression that builds were 
starting to overlap.

--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Kaffe? [was Re: JDK 1.5 now running Gump...]

2004-10-13 Thread Stefano Mazzocchi
Adam R. B. Jack wrote:
Ok, I've made the gump/cron/local-env-brutus.sh put the chosen JDK at the
front of the path (it was at the end.)
export JAVA_HOME=/opt/jdk1.4
export PATH=$JAVA_HOME/bin:$PATH
This seems to cure things, for now:
http://brutus.apache.org/gump/test/buildLog.html
regards,
a, yes! damn, sorry people, the kaffe vm was installed by 
apt-get so it went in the default path and since they have a java 
symlink I think that's what happened.

I will ge rid of those symlinks.
sorry about that (but I guess, only those who don't do anything don't 
break anything ;-)

--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: JDK 1.5 now running Gump...

2004-10-13 Thread Niclas Hedhman
On Thursday 14 October 2004 01:12, Stefano Mazzocchi wrote:

 I'm giving 3 hours now since I had the impression that builds were
 starting to overlap.

Perhaps not enough :o(

Last log says ; 3 hours 7 minutes.

Start Date/Time (UTC)
Tue, 12 Oct 2004 19:02:00 (UTC)

End Date/Time (UTC)
Tue, 12 Oct 2004 22:09:10 (UTC)
-- 
   +--//---+
  / http://www.bali.ac/
 / http://niclas.hedhman.org / 
+--//---+


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Kaffe? [was Re: JDK 1.5 now running Gump...]

2004-10-13 Thread Adam R. B. Jack
 sorry about that (but I guess, only those who don't do anything don't 
 break anything ;-)

Precisely. No problem, no apology needed..
regards
Adam

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JDK 1.5 now running Gump...

2004-10-13 Thread Stefano Mazzocchi
Niclas Hedhman wrote:
On Thursday 14 October 2004 01:12, Stefano Mazzocchi wrote:

I'm giving 3 hours now since I had the impression that builds were
starting to overlap.

Perhaps not enough :o(
Last log says ; 3 hours 7 minutes.
Start Date/Time (UTC)
Tue, 12 Oct 2004 19:02:00 (UTC)
End Date/Time (UTC)
Tue, 12 Oct 2004 22:09:10 (UTC)
few minutes overlap is fine, an hour is not. Also note that those 3 
hours will be much reduced now that overlap is reduced.

gump is disk-bound and I think the overlap was causing massive delays.
since we have two disks and 4 processors, we should start thinking about 
moving workspaces in the two disks.

--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature