At 04:31  11/1/01 +0100, Holger Rauch wrote:
> I've been trying to use the <depend> task in my own ant build file and
> have a few questions, since I got an error message telling me that I
> have to specify the task in a <taskdef> tag

Specify:
<taskdef name="depend"
        
classname="org.apache.tools.ant.taskdefs.optional.depend.Depend"/>

> When working with dependencies, I seem to be faced with two
> alternatives: 
> using the <depend> task or using jikes? Which does a better job?

I use the <depend> task, because I allow for switching between building
with either the VCafe25 compiler ('sj') or 'jikes', depending on what
build.compiler has been set to.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

Reply via email to