Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 82226 invoked by uid 500); 24 Jul 2001 18:47:22 -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 82214 invoked from network); 24 Jul 2001 18:47:21 -0000 Sender: uwe@cscc.de Message-ID: <3B5DC299.F0292EF1@opa.family.local> Date: Tue, 24 Jul 2001 20:46:49 +0200 From: Uwe Guenther X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i686) X-Accept-Language: en MIME-Version: 1.0 To: Ant User Subject: external compiler task Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hello, I use netbeans 3.2 with built in ant support. The problem is that netbeans runs only under jdk 1.3 and I have to develop under jdk1.4.0-beta. The built-in Ant is therefor started under jdk 1.3.1. So if I start an javac task, Ant compiling my sources with jdk 1.3 compiler. Is there a other way as to write an own task for usage of an extaernal compiler? -- Uwe