Actually I was just ripping down the build file to get it as small as
possible it still fails with a target defined:
<?xml version="1.0"?>
<project name="agillion" default="genschema" basedir=".">
<target name="genschema" >
<echo message="Hello world" />
</target>
</project>
Komal Sethi
-----Original Message-----
From: Peter Donald [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 22, 2000 5:38 PM
To: [EMAIL PROTECTED]
Subject: Re: problem
>Any clues? my build.xml file looks like:
>
><?xml version="1.0"?>
><project name="agillion" default="genschema" basedir=".">
> <property name="build.compiler" value="classic"/>
>
></project>
ahh yep ... you have not specified target "genschema" or any target for
that matter !
Cheers,
Pete
*------------------------------------------------------*
| "Nearly all men can stand adversity, but if you want |
| to test a man's character, give him power." |
| -Abraham Lincoln |
*------------------------------------------------------*