255256257258259260261262263264265
{ FileSetType fileSet = new FileSetType(); fileSet.setDir(dir); fileSet.addInclude(new PathPatternType("**/*.ejb")); Path pwd = Vfs.lookup(); String dirPath = dir.getPath(); String pwdPath = pwd.getPath();