You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by An...@mn.man.de on 2001/12/07 12:12:11 UTC

How to use BuildLogger?

what is wrong here using BuildLogger?

#########
wasdply@mmicl999:/tmp/projects/MXAvisWebApp > ant -buildfile
build.webapp.server.xml -logger org.apache.tools.ant.BuildLogger -verbose
init
Ant version 1.3 compiled on September 6 2001

Buildfile: build.webapp.server.xml
Unable to instantiate specified logger class
org.apache.tools.ant.BuildLogger : java.lang.InstantiationException
wasdply@mmicl999:/tmp/projects/MXAvisWebApp >

########

thanks for your help

Toni

****************************************************
MAN Nutzfahrzeuge AG
Anton Grimm
Abt. IDP (SoftwareProduktionsumgebungen)
Dachauerstr.667
80995 München

Tel.:      089/1580-1054
Fax:      089/1580-911054
E-Mail: Anton_Grimm@mn.man.de
****************************************************


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to use BuildLogger?

Posted by Stefan Bodewig <bo...@apache.org>.
On Fri, 7 Dec 2001, Anton Grimm <An...@mn.man.de> wrote:

> what is wrong here using BuildLogger?

BuildLogger is an interface - which logger do you want to use?  If you
want Ant's default logger, you don't have to specify a logger at all.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>