Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 12999 invoked by uid 500); 19 Mar 2003 19:00:58 -0000 Received: (qmail 12966 invoked from network); 19 Mar 2003 19:00:58 -0000 Received: from eos.telenet-ops.be (195.130.132.40) by daedalus.apache.org with SMTP; 19 Mar 2003 19:00:58 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by eos.telenet-ops.be (Postfix) with SMTP id 4FD901FF5E for ; Wed, 19 Mar 2003 20:01:02 +0100 (CET) Received: from pc2 (d51528CA8.kabel.telenet.be [81.82.140.168]) by eos.telenet-ops.be (Postfix) with SMTP id 2D0CE1FFEB for ; Wed, 19 Mar 2003 20:01:02 +0100 (CET) Message-ID: <002301c2ee49$847db790$0300a8c0@pc2> From: "Philippe" To: Subject: win vs linux with ant Date: Wed, 19 Mar 2003 19:58:23 +0100 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I'm trying to convert my .bat files to .sh (for linux). They both start up ant with the same classpath. Both machines have the same Java SDK : j2sdk1.4.0_01 and Ant version (1.6alpha) But now I get this: [draco@mutter shbat]$ ant -f asgbuild.xml Buildfile: asgbuild.xml BUILD FAILED file:/home/draco/asg/build/dist/shbat/asgbuild.xml:17: Unexpected element "xmlproperty" Total time: 4 seconds When I try the same command in windows, everything works.. Am I missing something to convert the ant buildfile from windows to linux ? The line the compilers complains about: Is there something I'm doing wrong ? Thanks in advance, Stefaan