Hi Mark, Thank you for your response. Chiming Mark Smith <[EMAIL PROTECTED]> wrote: Date: Thu, 30 May 2002 14:30:27 -0700 (PDT) From: Mark Smith Subject: Force ANT to re-compile all files To: [EMAIL PROTECTED]
Hi, I tried to figure out how to respond to the entire Ant user group but couldn't. So please post my response in the user group so everyone will know how to do this. Ant lets you combine targets from the command line. So you can add the following to your build.xml: and then type the following at the command line: "ant clean compile" this will first delete the directory, and then compile, all in one shot. Hope that helps. Mark "ant clean compile" __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com --------------------------------- Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup
