You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2004/10/13 09:53:17 UTC

JDK 1.5 now running Gump...

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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: JDK 1.5 now running Gump...

Posted by Stefano Mazzocchi <st...@apache.org>.
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.


Re: JDK 1.5 now running Gump...

Posted by Niclas Hedhman <ni...@hedhman.org>.
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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: JDK 1.5 now running Gump...

Posted by Stefano Mazzocchi <st...@apache.org>.
Stefan Bodewig wrote:

> On Wed, 13 Oct 2004, Adam R. B. Jack <aj...@apache.org> 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.


Re: JDK 1.5 now running Gump...

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 13 Oct 2004, Niclas Hedhman <ni...@hedhman.org> 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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


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

Posted by "Adam R. B. Jack" <aj...@apache.org>.
> 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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


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

Posted by Stefano Mazzocchi <st...@apache.org>.
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,

ahhhhhhhhhhhh, 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.


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

Posted by "Adam R. B. Jack" <aj...@apache.org>.
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,

Adam
----- Original Message ----- 
From: "Adam R. B. Jack" <aj...@apache.org>
To: "Gump code and data" <ge...@gump.apache.org>
Sent: Wednesday, October 13, 2004 9:21 AM
Subject: Kaffe? [was Re: JDK 1.5 now running Gump...]


> I did a run on test:
>
> http://brutus.apache.org/gump/test/index.html
> http://brutus.apache.org/gump/test/buildLog.html
>
>  Java Command java java.vendor Kaffe.org project java.version 1.3 os.name
> Linux
>
> Somebody made Kaffe the default JDK (seems they are working on a Kaffe
> flavour :-)? Ok, I'll see if I can fix this.
>
> regards
>
> Adam
> ----- Original Message ----- 
> From: "Adam R. B. Jack" <aj...@apache.org>
> To: "Gump code and data" <ge...@gump.apache.org>
> Sent: Wednesday, October 13, 2004 9:04 AM
> Subject: Re: JDK 1.5 now running Gump...
>
>
> >
> > > >      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: general-unsubscribe@gump.apache.org
> > For additional commands, e-mail: general-help@gump.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


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

Posted by "Adam R. B. Jack" <aj...@apache.org>.
I did a run on test:

http://brutus.apache.org/gump/test/index.html
http://brutus.apache.org/gump/test/buildLog.html

 Java Command java java.vendor Kaffe.org project java.version 1.3 os.name
Linux

Somebody made Kaffe the default JDK (seems they are working on a Kaffe
flavour :-)? Ok, I'll see if I can fix this.

regards

Adam
----- Original Message ----- 
From: "Adam R. B. Jack" <aj...@apache.org>
To: "Gump code and data" <ge...@gump.apache.org>
Sent: Wednesday, October 13, 2004 9:04 AM
Subject: Re: JDK 1.5 now running Gump...


>
> > >      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: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: JDK 1.5 now running Gump...

Posted by "Adam R. B. Jack" <aj...@apache.org>.
> >      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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: JDK 1.5 now running Gump...

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Wednesday 13 October 2004 22:31, Adam R. B. Jack wrote:
> > 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

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.

So, the only other explaination is that the xml-apis or something have brought 
DOM v3 into CVS/SVN, and that these two crucial projects is compiled against 
it somehow.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: JDK 1.5 now running Gump...

Posted by "Adam R. B. Jack" <aj...@apache.org>.
> 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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: JDK 1.5 now running Gump...

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 13 Oct 2004, Adam R. B. Jack <aj...@apache.org> 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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: JDK 1.5 now running Gump...

Posted by "Adam R. B. Jack" <aj...@apache.org>.
> 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've been thinking about getting it to start notifying (e-mails) to raise
awareness of issues. [Sam had suggested I do manual notifications, which is
appealing, but I'm failing to find such time right now.] Thoughts on
notifications from here?

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org