| | |
| | | if (isWindowsServiceEnabled()) |
| | | { |
| | | status = UninstallProgressStep.DISABLING_WINDOWS_SERVICE; |
| | | if (displaySeparator) |
| | | { |
| | | notifyListeners(getTaskSeparator()); |
| | | } |
| | | disableWindowsService(); |
| | | displaySeparator = true; |
| | | } |
| | |
| | | return Utils.getPath(getLibrariesPath(), "OpenDS.jar"); |
| | | } |
| | | |
| | | /** |
| | | * Returns the path to the aspectj jar file. |
| | | * @return the path to the aspectj jar file. |
| | | */ |
| | | private String getAspectJJarPath() |
| | | { |
| | | return Utils.getPath(getLibrariesPath(), "aspectjrt.jar"); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | String line = reader.readLine(); |
| | | while (line != null) |
| | | { |
| | | StringBuffer buf = new StringBuffer(); |
| | | StringBuilder buf = new StringBuilder(); |
| | | if (!isFirstLine) |
| | | { |
| | | buf.append(formatter.getLineBreak()); |
| | |
| | | |
| | | boolean accept = |
| | | !installationPath.equals(file) |
| | | && !librariesFile.equals(file) |
| | | && !equalsOrDescendant(file, librariesFile) |
| | | && !quicksetupFile.equals(file) |
| | | && !openDSFile.equals(file); |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | |