Re: Why did Commons Resources fail?

2004-12-14 Thread Stefan Bodewig
On Tue, 14 Dec 2004, Martin Cooper <[EMAIL PROTECTED]> wrote: > The Commons Resources build appears to have failed > spontaneously. I've looked at the Gump logs, and am confused as to > what happened. The log says it ran 'maven --offline jar', which > works just fine when I run it. The tests appea

Re: [Kaffe] Lucene fails in

2004-12-14 Thread Stefan Bodewig
On Tue, 14 Dec 2004, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Davanum Srinivas gmail.com> writes: > >> >> i think so... >> > > Yeah, the RMIC code essentially the same as in old Kaffe, but under > the GNU namespace. Unfortunately we don't seem to get to rmic right now. Which version of Kaf

Re: cvs commit: gump/project jakarta-tomcat-connectors.xml

2004-12-14 Thread Stefan Bodewig
On 15 Dec 2004, <[EMAIL PROTECTED]> wrote: > Adding mod_jk for yet another test of buildconf/configure/make > scripts Cool. > > path="dist-@@DATE@@/bin/apxs" /> Honestly I don't know for sure either. I think you can add to apache-httpd-install, it might even allow a path rel

Re: cvs commit: gump/project muse.xml

2004-12-14 Thread Stefan Bodewig
On 14 Dec 2004, <[EMAIL PROTECTED]> wrote: > removed xerces and xalan deps, since JDK 1.4 comes w/ Crimson and > Xalan Yes, but JDK 1.5 doesn't (no Xalan-J 2.x but XSLTC) and Kaffe certainly doesn't. Your change is fine if you need an arbitrary XML parser and XSLT transformer but will cause

Problem running Apache Gump [brutus-kaffe]

2004-12-14 Thread brutus
There is a problem with run 'brutus-kaffe' (14122004_210001), location : http://brutus.apache.org/gump/kaffe The log ought be at: http://brutus.apache.org/gump/kaffe/gump_log.txt ---

Problem running Apache Gump [brutus-kaffe]

2004-12-14 Thread brutus
There is a problem with run 'brutus-kaffe' (14122004_150001), location : http://brutus.apache.org/gump/kaffe The log ought be at: http://brutus.apache.org/gump/kaffe/gump_log.txt ---

Re: [Kaffe] Lucene fails in

2004-12-14 Thread Stefan Bodewig
On Tue, 14 Dec 2004, Dalibor Topic <[EMAIL PROTECTED]> wrote: > After the merge of RMI support with GNU Classpath, that class has > moved into the gnu.* namespace. It is gnu.java.rmi.rmic.RMIC now. Which means that Kaffe RMIC support in Ant has been broken ever since. I'll fix it. Stefan -

Re: [Kaffe] Lucene fails in

2004-12-14 Thread Davanum Srinivas
i think so... http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/RMIC.java?rev=HEAD&content-type=text/vnd.viewcvs-markup -- dims On Tue, 14 Dec 2004 17:06:31 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 14 Dec 2004, Dalibor Topic <[EMAIL PROTECTED]> wrote

Problem running Apache Gump [brutus-kaffe]

2004-12-14 Thread brutus
There is a problem with run 'brutus-kaffe' (14122004_093734), location : http://brutus.apache.org/gump/kaffe The log ought be at: http://brutus.apache.org/gump/kaffe/gump_log.txt ---

Re: [Kaffe] Lucene fails in

2004-12-14 Thread Stefan Bodewig
I've just committed a modified KaffeRmic adapter to Ant, let's see what happens. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Kaffe] Lucene fails in

2004-12-14 Thread Dalibor Topic
Davanum Srinivas gmail.com> writes: > > i think so... > Yeah, the RMIC code essentially the same as in old Kaffe, but under the GNU namespace. cheers, dalibor topic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Why did Commons Resources fail?

2004-12-14 Thread Martin Cooper
The Commons Resources build appears to have failed spontaneously. I've looked at the Gump logs, and am confused as to what happened. The log says it ran 'maven --offline jar', which works just fine when I run it. The tests appear to have failed, but I can't see why that would be the case. Odd t

Re: [Kaffe] Lucene fails in

2004-12-14 Thread Stefan Bodewig
On Tue, 14 Dec 2004, Dalibor Topic <[EMAIL PROTECTED]> wrote: > After the merge of RMI support with GNU Classpath, that class has > moved into the gnu.* namespace. It is gnu.java.rmi.rmic.RMIC now. Does it still have a String[] constructor and a public boolean run() method? Stefan --

Problem running Apache Gump [brutus-kaffe]

2004-12-14 Thread brutus
There is a problem with run 'brutus-kaffe' (14122004_090001), location : http://brutus.apache.org/gump/kaffe The log ought be at: http://brutus.apache.org/gump/kaffe/gump_log.txt ---

Re: [xalan][kaffe] Xalan build with Jikes uses classes in rt.jar

2004-12-14 Thread Davanum Srinivas
no, this was the ElemVariable/xalan build problem. -- dims On Tue, 14 Dec 2004 14:49:07 + (UTC), Dalibor Topic <[EMAIL PROTECTED]> wrote: > Stefan Bodewig apache.org> writes: > > > > > On Tue, 14 Dec 2004, Davanum Srinivas gmail.com> wrote: > > > > > not yet...right now am trying the new

Re: cvs commit: logging-log4j/src/java/org/apache/log4j/net SMTPAppender.java

2004-12-14 Thread Ceki Gülcü
Niclas et al., IMHO, the kind of urgent pleas as the one by Niclas (quoted below) are quite inappropriate. We, the log4j developers, have the right to occasionally fuck up like every one else. The fact that a small typo affects 200 projects should tell you that something is wrong with

Re: svn commit: r111800 - /gump/trunk/python/gump/core/model/project.py

2004-12-14 Thread Stefan Bodewig
This change looks far bigger than it actually was because of line-end tranformations. I vaguely recall there is a property we should add to the auto-props so that all *.py files are assumed to have platform specific line-feeds by SVN, but I've lost the details right now. Stefan The real change w

Re: [xalan][kaffe] Xalan build with Jikes uses classes in rt.jar

2004-12-14 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Well, i was right :) xalan got compiled :) :) Yes, but for the wrong reason 8-( Could you please try my suggestion (I don't have Kaffe installed locally)? The sourcepath is simply silly and causes any compiler to get confused.