options.add(getPackagePath() + "resmodules/rootdir/resource");
options.addAll(defaultOptions);
CeyloncTaskImpl task = getCompilerTask(options,
null,
Arrays.asList("test.rootdir"));
Boolean ret = task.call();
assertTrue(ret);
File carFile = getModuleArchive("test.rootdir", "1.0");
assertTrue(carFile.exists());