Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 47548 invoked from network); 22 May 2002 17:34:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 May 2002 17:34:51 -0000 Received: (qmail 4626 invoked by uid 97); 22 May 2002 17:34:44 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 4610 invoked by uid 97); 22 May 2002 17:34:43 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 4596 invoked by uid 98); 22 May 2002 17:34:42 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <93C0BE6A6D6AD211BC7400A0C9D8FE8705A3664C@exton1.bentley.com> From: Robert Priest To: "'ant-user@jakarta.apache.org'" Subject: Entire source compiling EVERY time Date: Wed, 22 May 2002 13:30:49 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Am I missing something? Ant should do incremental builds, by comparing the timestamps, by default right? It seems as though everytime I run it against my code, it compiles all the source every time. Here is my what my target looks like: and here is the output I see everytime: compile: [javac] Compiling 53 source files to D:\pw\Development\output\build\dms\webo ut [javac] Compiling 51 source files to D:\pw\Development\output\build\dms\webo ut [javac] Note: D:\pw\Development\src\dms\web\src\java\com\projectwise\web\ser ver\lite\xmlgenerator\XMLGenerator.java uses or overrides a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] Compiling 246 source files to D:\pw\Development\output\build\dms\web out BUILD SUCCESSFUL Total time: 15 seconds Am I missing something? -- To unsubscribe, e-mail: For additional commands, e-mail: