Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 22426 invoked by uid 500); 14 May 2001 21:05:08 -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 21545 invoked from network); 14 May 2001 21:02:15 -0000 Message-ID: <38A6C7D1B5A8D4118D5B00508B5E08E3077F4E@goofy.epiphany.com> From: debic@epiphany.com To: ant-user@jakarta.apache.org Subject: RE: JDK question Date: Mon, 14 May 2001 13:58:17 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > Is the project you refer to an Ant project in the sense of a > build file element or something else? Here's the scenario - we use Ant to drive build files - those build files compile projects A, B and C. - A and B depend on JDK 1.2 and C on i.e. JDK 1.3 Will the different JDK's needed interfere with Ant during compile time. Personaly I don't think so, because we can setup different classpath at different stages of the build process to handle the dependencie but just wanted to make sure we are not forgeting something. Best regards. > What version of the JDK are being used? Right now we run Ant on JDK 1.2. > What platform? (For example, sometimes you install a JDK on > windows and you end up with java.exe in winnt/system32 which means you may Multiple platforms NT/unix. Best regards.