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:[EMAIL PROTECTED]
Sent: den 19 mars 2003 19:58
To: [EMAIL PROTECTED]
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:

[EMAIL PROTECTED] 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:

        <xmlproperty file="asg.properties.xml" prefix="prop" keeproot="true"
collapseAttributes="true"/>

Is there something I'm doing wrong ?

Thanks in advance,

Stefaan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to