+ ds.getBasedir());
for (Object o : Arrays.asList(includedFiles)) {
String file = (String) o;
JavaProjectBuilder builder = new JavaProjectBuilder();
try {
builder.addSource(new File(ds.getBasedir(), file));
// if the classdir is set then we source the classes
// relative to classdir. otherwise we source the classes
// relative to the base directory of the file set.
if (classdirSet) {
makeQdoxParanamerGenerator()