6508981: cleanup file separator handling in JavacFileManager

Reviewed-by: mcimadamore
This commit is contained in:
Jonathan Gibbons 2008-08-26 14:52:59 -07:00
parent b9c79ae213
commit fc7983c405
11 changed files with 675 additions and 299 deletions

View file

@ -82,6 +82,7 @@ public class DocletInvoker {
cpString = appendPath(System.getProperty("java.class.path"), cpString);
cpString = appendPath(docletPath, cpString);
URL[] urls = pathToURLs(cpString);
System.err.println("DocletInvoker urls=" + urls);
appClassLoader = new URLClassLoader(urls);
// attempt to find doclet