Peter Reilly wrote:
Steve Loughran wrote:
This is me running build.sh test or ant test from ant CVS_HEAD;
CLASSPATH is empty. or should be. I will take a look.
Did you do rm -rf bootstrap build
before doing ./build.sh test
not the bootstrap, but I just did that and got the same result. hmmm.
Ok.
Steve Loughran wrote:
This is me running build.sh test or ant test from ant CVS_HEAD;
CLASSPATH is empty. or should be. I will take a look.
Did you do rm -rf bootstrap build
before doing ./build.sh test
Peter
-
To unsubscribe, e-m
On Wed, 21 Apr 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
> This is me running build.sh test or ant test from ant CVS_HEAD;
> CLASSPATH is empty. or should be. I will take a look.
CLASSPATH points to lib/optional/junit.jar, Sun's JDK 1.4.2_04 on
RedHat 7.3 (yes, outdated, I know), no problem
Stefan Bodewig wrote:
On Tue, 20 Apr 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
Anyone else seen this?
Something like this in strange classloader setups.
Are you forking ? Are parts of Ant or build/classes or
build/testcases on your CLASSPATH?
You get a method like this when a class tries t
On Tue, 20 Apr 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
> Anyone else seen this?
Something like this in strange classloader setups.
Are you forking ? Are parts of Ant or build/classes or
build/testcases on your CLASSPATH?
You get a method like this when a class tries to invoke a protect
--- Dominique Devienne <[EMAIL PROTECTED]> wrote:
> > From: Matt Benson [mailto:[EMAIL PROTECTED]
> > I thought "Ljava/lang/String" would be referring
> to a
> > String[], but there is no such method
>
> No Ljava/lang/String; is String,
> whereas [Ljava/lang/String; is String[]. --DD
>
Gotcha, t
> From: Matt Benson [mailto:[EMAIL PROTECTED]
> I thought "Ljava/lang/String" would be referring to a
> String[], but there is no such method
> "void expectLog(String[], String[])", only
> "void expectLog(String, String)".
>
> If I am not mistaken about the significance of the
> "L", I suppose thi
Never seen anything like it... but am I crazy here? I
thought "Ljava/lang/String" would be referring to a
String[], but there is no such method
"void expectLog(String[], String[])", only
"void expectLog(String, String)".
If I am not mistaken about the significance of the
"L", I suppose this would