Home | History | Annotate | Download | only in ant

Lines Matching refs:Path

35 import org.apache.tools.ant.types.Path;
36 import org.apache.tools.ant.types.Path.PathElement;
65 * <li>Resolve library dependencies and setup various Path references for them</li>
192 // Make sure the OS sdk path ends with a directory separator
297 Path includePath = new Path(antProject);
311 // create the Path object
312 Path bootclasspath = new Path(antProject);
333 // sets the path in the project with a reference
441 Path rootPath = new Path(antProject);
442 Path resPath = new Path(antProject);
443 Path libsPath = new Path(antProject);
444 Path jarsPath = new Path(antProject);
464 // get the root path.
468 // get the res path. Always $PROJECT/res as well as the crunch cache.
475 // get the libs path. Always $PROJECT/libs
516 // (the task themselves can handle a ref to an empty Path)
615 "%1$s resolve to a path with no %2$s file for project %3$s", rootPath,
626 throw new BuildException("Failed to resolve library path: " + rootPath, e);