Tony,

I guess I am a 'newbie' also, but all my build.xml files use single
dependency and work just fine.  This seems like a 'try your situation and
see' condition. [build, modify 'C' only and then build 'A' ...]

Jim.

-----Original Message-----
From: Tony LaPaso [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 16, 2002 11:23 PM
To: [EMAIL PROTECTED]
Subject: ?? Newbie "Depends=" Question ??


Hi all,

I'm new to Ant but I've read the documentation. I wanted to confirm
something to solidify my understanding of the "depends" attribute. In
someone else's build script I saw this:

<target name="A" depends="B,C">
  <!-- other stuff -->
</target>

<target name="B" depends="C">
  <!-- other stuff -->
</target>

<target name="C">
  <!-- other stuff -->
</target>

Since B already depends on C, A's "depends" attribute could be changed to
simply "depends='B'", am I correct?

Thanks...

Tony





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to