This is a cosmetic change request, but would somebody mind adding a space
(or a colon/space or something) after getTaskName() in this message?
Otherwise I think folks wonder what "taskdefA" is.

Definer.java -- line 544

    catch (NoClassDefFoundError ncdfe) {

    String msg = getTaskName() + "A class needed by class "    <-- In there
please...

        + classname + " cannot be found: " + ncdfe.getMessage();

        throw new BuildException(msg, ncdfe, location);

    }

regards

Adam
 -----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Nevzorov, Vlad
Sent: Tuesday, July 22, 2003 3:25 AM
To: [EMAIL PROTECTED]
Subject: FW: Build fails because of "taskdefA class needed"


Hi Guys,

I have nightly centipede build of our project working. But recently I have
received a request to upgrade jvm from 1.3.1 to 1.4.1. As I had done it, the
build started failing with the diagnostics:

BUILD FAILED
file:///usr/local/metrics/centipede/centibuild_core.xml:12: taskdefA class
neede
d on loading by class com.cortexeb.tools.clover.tasks.HistoryPoint cannot be
fou
nd: org/apache/tools/ant/Task

As far as I'm aware nothing else besides jvm was changed. And it works still
with jvm 1.3.1. Any idea?

Thanks,

Vlad Nevzorov

Point of Sale Solutions (POSS)
Sabre-Holdings

Reply via email to