- Is the file really there? ${basedir}/../config/jibx-5min-binding.xml
- Are the file and the directory readable?
- Try -verbose option. Hopefully <bind> gives the output which
  binding file (absolute) it tries to load. Maybe with more information.


Jan

>-----Ursprüngliche Nachricht-----
>Von: vivek payala [mailto:[EMAIL PROTECTED] 
>Gesendet: Freitag, 25. Mai 2007 08:28
>An: Ant Users List
>Betreff: Build failing with IOException on Linux
>
>Hi,
>
>My build fails with the following error,
>
>IOException in compile
>
>java.io.FileNotFoundException: ../config/jibx-5min-binding.xml (No
>such file or directory)
>
>However when I check the actual path it is all there. I dont 
>know why it is
>not able to pick this file and process it. This issue is when 
>I am building
>on my build server which is on a Linux box. There is no 
>problem when I build
>it on Windows. Below is the target in my build.xml file which calls the
>other xml file where it fails.
>
>        <target name="jibx-compile" >
>            <bind verbose="true"  
>binding="../config/jibx-5min-binding.xml">
>                <classpath>
>                    <path refid="project.class.path" />
>                    <pathelement location="../build/classes" />
>                </classpath>
>            </bind>
>
>Could you please help me figure out the problem.
>
>Thanks,
>Vivek
>

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

Reply via email to