Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 52895 invoked from network); 20 Mar 2003 13:22:02 -0000 Received: from unknown (HELO selui0.tetrapak.com) (195.163.136.66) by daedalus.apache.org with SMTP; 20 Mar 2003 13:22:02 -0000 Received: from selusmtp02.net.dcl.tetrapak.com (selusmtp02.lu.se.tetrapak.com [192.168.32.94]) by selui0.tetrapak.com (8.12.8+Sun/8.12.8) with ESMTP id h2KGCruu012074 for ; Thu, 20 Mar 2003 17:12:53 +0100 (MET) Received: from selum0.lu.se.tetrapak.com (selusmtp02 [127.0.0.1]) by selusmtp02.net.dcl.tetrapak.com (8.11.6/8.11.6) with ESMTP id h2KCw5019340 for ; Thu, 20 Mar 2003 13:58:05 +0100 Received: from seluexc01.lu.se.tetrapak.com (seluexc01.lu.se.tetrapak.com [151.183.2.31]) by selum0.lu.se.tetrapak.com (8.12.8/8.12.8) with ESMTP id h2KFKQHS003340 for ; Thu, 20 Mar 2003 14:20:26 -0100 (GMT) Received: by seluexc01.lu.se.tetrapak.com with Internet Mail Service (5.5.2656.59) id ; Thu, 20 Mar 2003 14:22:00 +0100 Message-ID: <5F2DE9B6921FD511975D0002A55C75A7013221FC@seluexm11.lu.se.tetrapak.com> From: Grenner Daniel To: "'Ant Users List'" Subject: RE: win vs linux with ant Date: Thu, 20 Mar 2003 14:21:58 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Could it be a problem with upper case & lower case of file names (or paths)? That has caused me some problems while moving from Windows to Unix, since Windows is not case sensitive. Unix always require an exact match in case. /Daniel. -----Original Message----- From: Philippe [mailto:philippes@pandora.be] Sent: den 19 mars 2003 19:58 To: ant-user@jakarta.apache.org Subject: win vs linux with ant 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 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org