Révision 1595
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchAdvisor.java (revision 1595) | ||
|---|---|---|
| 495 | 495 |
ArrayList<String> bugs = new ArrayList<String>(); |
| 496 | 496 |
for (TXMResult result : project.getDeepChildren()) {
|
| 497 | 497 |
if (result.mustBePersisted() && result.isAltered()) {
|
| 498 |
bugs.add(result.getSimpleName() + " (" + result.getResulType() + ")");
|
|
| 498 |
bugs.add(result.getSimpleName() + " (" + result.getResulType() + ")"); //$NON-NLS-1$ //$NON-NLS-2$
|
|
| 499 | 499 |
} |
| 500 | 500 |
} |
| 501 | 501 |
if (bugs.size() > 0) {
|
| 502 |
messages.append("- " + project.getName() + ": " + bugs + "\n");
|
|
| 502 |
messages.append("- " + project.getName() + ": " + bugs + "\n"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
|
| 503 | 503 |
} |
| 504 | 504 |
} |
| 505 | 505 |
|
| ... | ... | |
| 521 | 521 |
* initialize TXM log in console by redirecting stderr and stdout. |
| 522 | 522 |
*/ |
| 523 | 523 |
private void InitializeLogger() {
|
| 524 |
IOConsole console = new IOConsole( |
|
| 525 |
TXMUIMessages.systemOutput, null); |
|
| 526 |
ConsolePlugin.getDefault().getConsoleManager().addConsoles( |
|
| 527 |
new IConsole[] { console });
|
|
| 524 |
IOConsole console = new IOConsole(TXMUIMessages.systemOutput, null); |
|
| 525 |
ConsolePlugin.getDefault().getConsoleManager().addConsoles(new IConsole[] {console});
|
|
| 528 | 526 |
|
| 529 | 527 |
// Enable or disable the outputs redirection to the RCP console according to the command line argument "-noredirection" |
| 530 | 528 |
boolean outputsRedirection = true; |
Formats disponibles : Unified diff