blob: aa14080c805a35e0afe6e4703d444731983637e2 [file] [log] [blame]
import java.io.*;
File file = new File( basedir, "child2/target/child2-1.0-SNAPSHOT-bin/child1/test.txt" );
return file.exists() && file.canRead();