I’m running a JUnit task in a sub directory from a parent build file(in the parent directory) and it gives an IO exception whenever it encounters a file/folder in the sub direcory. If I move these files to the parent directory it works fine. How do I overcome this problem?
Thanks.
I’m running a JUnit task in a sub directory from a parent build file(in
Share
I ended up putting the files in the parent directory. Nothing else worked for me.