Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 55886 invoked by uid 500); 25 Jul 2001 14:04:15 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 55869 invoked from network); 25 Jul 2001 14:04:14 -0000 Message-ID: <00ce01c11513$7e2f5e40$a3010c3f@cognetnt> From: "Conor MacNeill" To: References: <8440753914E8D4118128009027DE3909B565C4@MLSW00103> Subject: Re: Jikes magic property for +M arg Date: Thu, 26 Jul 2001 00:09:18 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Did you try it? It will examine the dependencies and remove the class files which are out of date triggering their recompilation. I'm curious though about javac doing something Jikes doesn't. Can you describe in more detail how Jikes is failing to do what you expect. Conor ----- Original Message ----- From: "KapilSingh Pawar" To: Sent: Wednesday, July 25, 2001 11:51 PM Subject: RE: Jikes magic property for +M arg > > i checked up task, but still could not figure out how it solves the > problem that i have quoted. > > -----Original Message----- > From: Conor MacNeill [mailto:conor@cortexebusiness.com.au] > Sent: Wednesday, July 25, 2001 6:30 PM > To: ant-user@jakarta.apache.org > Subject: Re: Jikes magic property for +M arg > > > From: "KapilSingh Pawar" > To: > Sent: Wednesday, July 25, 2001 10:11 PM > Subject: Jikes magic property for +M arg > > > > Hi > > > > Is there a magic property for the +M argument of Jikes compiler? > > > > My requirement is to compiler all .java files in a folder using ant. > There > > is some interdependecy among these for compilation say b.java depends on > > d.java which in turn depends on a.java and all these files are present in > > one folder. > > > > If I use build.compiler=classic the interdependency of these files is > > automatically sorted but not with build.compiler=jikes. > > > > Is their a solution for this? > > try the task. It will do things even Jikes won't in terms of > finding dependencies. > > Conor > >