69_HR_FIX_CANDIDATEs IZ#186289, IZ#186301, IZ#186316, IZ#186376
Andrew Krasny <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Bug 186289 - Windows: 'Build Package' breaks the project This is a regression in functionality. No workaround Changeset http://hg.netbeans.org/cnd-main/rev/15b53e8bf0f9 reviewed by alexvsimon. QA: apepin Bug 186301 - Cannot run /bin/sh while stepping into the project using internal terminal Internal terminal is claimed to be a 'supported' feature. It should be functional for run and debug. This issue blocks debugging on Windows in case when Internal Terminal is selected. Changesets: http://hg.netbeans.org/cnd-main/rev/970d1377e502 http://hg.netbeans.org/cnd-main/rev/48ee13939cee reviewed by alexvsimon. QA: apepin Bug 186316 - Debugger doesn't work in internal terminal if NetBeans is installed in path with spaces Internal terminal is claimed to be a 'supported' feature. It should be functional for run and debug. This issue blocks debugging in case when Internal Terminal is selected and NB is installed in path with spaces (which is a common case on some systems). Changeset: http://hg.netbeans.org/cnd-main/rev/7f18fe42c7bb reviewed by gorrus, QA: apepin Bug 186376 - Internal terminal hasn't warning about the missed dll (Windows-specific) In case when some dll that is required for running application is not found (for example, gcc from QT's mingw is used and it is not in user's PATH) user just receives an message: 'Run failed. Exit code -1 073 741 515' which is very misleading. Changeset: http://hg.netbeans.org/cnd-main/rev/695eda831318 reviewed by gorrus, QA: apepin Thanks, =Andrew