Re: circular references and dependencies in general

2001-10-23 Thread Brian S. Paskin
liore vedrai" email: [EMAIL PROTECTED] http://www.paskino.com #---# - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 9:56 PM Subject: circular references and dependencies in

Re: circular references and dependencies in general

2001-10-23 Thread Stefan Bodewig
On Mon, 22 Oct 2001, <[EMAIL PROTECTED]> wrote: > Does Ant attempt to compile imports (unlike javac) further than > depth 1? Ant's doesn't attempt to look at imports at all. It compiles all sources that are newer than the corresponding class files, that's all. If you need more than that, take

circular references and dependencies in general

2001-10-22 Thread PrattCM
Does Ant attempt to compile imports (unlike javac) further than depth 1? In other words, will Ant attempt to chain through imports and imports of imported classes etc? What does Ant do in the case of circular references? In other words, assuming the make fails if neither class has been built, do