You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Adam Jack <aj...@trysybase.com> on 2003/07/22 18:36:36 UTC

FW: Build fails because of "taskdefA class needed"

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: krysalis-developers-admin@lists.sourceforge.net
[mailto:krysalis-developers-admin@lists.sourceforge.net]On Behalf Of
Nevzorov, Vlad
Sent: Tuesday, July 22, 2003 3:25 AM
To: krysalis-developers@lists.sourceforge.net
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

Re: FW: Build fails because of "taskdefA class needed"

Posted by peter reilly <pe...@corvil.com>.
On Tue, 2003-07-22 at 17:36, Adam Jack wrote:
> 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.
Tis done.

Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org