And the file is on
/home/pritesh/CHPROJECT/BUILD/Build.sh ?

Jan

> -----Urspr�ngliche Nachricht-----
> Von: Pritesh saharey [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 2. Juni 2003 10:51
> An: Ant Users List
> Betreff: Re: exec command not working
> 
> [EMAIL PROTECTED] CHPROJECT]$ ant -v call
> parsing buildfile build.xml with URI = 
> file:/home/pritesh/CHPROJECT/build.xml
> Project base dir set to: /home/pritesh/CHPROJECT
> call:
>      [exec] Current OS is Linux
>      [exec] Executing 'Build.sh' with
>  
> BUILD FAILED
> file:/home/pritesh/CHPROJECT/build.xml:607: Execute failed: 
> java.io.IOException: Build.sh: not found


> ><target name="call" >
> >             <exec dir="./BUILD" executable="Build.sh" 
> os="Linux" failonerror="true"/>
> >     </target>

> >><target name="call" >
> >>            <exec executable="BUILD/Build.sh" os="Linux" 
> failonerror="true" />
> >>    </target>

Reply via email to