Jay Glanville wrote: > [major snip] > --- Javadoc.java 2001/05/11 06:22:44 1.48 > +++ Javadoc.java 2001/05/16 13:14:31 > @@ -898,7 +898,8 @@ > [snip] > - exe.setWorkingDirectory(project.getBaseDir()); > + // force the working directory to be the current working directory. > + exe.setWorkingDirectory(null); > > Basically, all I did was force the external executer to use the current > working directory, as opposed to the project's base directory.
Or just: - exe.setWorkingDirectory(project.getBaseDir()); Why should the working directory be set at all? What difference does it make? I don't see any reason why this line of code should be there. -Jesse -- Jesse Glick <mailto:[EMAIL PROTECTED]> NetBeans, Open APIs <http://www.netbeans.org/> tel (+4202) 3300-9161 Sun Micro x49161 Praha CR
