Révision 696
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/RWorkspace.java (revision 696) | ||
|---|---|---|
| 344 | 344 |
isRServerOk = StartRserve.launchRserve(pathToRExecutable, port, debug, rargs, rServeArgs); |
| 345 | 345 |
// System.out.println("ap launchRserve");
|
| 346 | 346 |
if (!isRServerOk) {
|
| 347 |
throw new RWorkspaceException(RCoreMessages.error_cantFindRServeInPath + " : " + pathToRExecutable); //$NON-NLS-1$
|
|
| 347 |
throw new RWorkspaceException(RCoreMessages.bind(RCoreMessages.error_cantFindRServeInPath, pathToRExecutable));
|
|
| 348 | 348 |
} |
| 349 | 349 |
} |
| 350 | 350 |
|
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/messages/messages.properties (revision 696) | ||
|---|---|---|
| 1 | 1 |
|
| 2 |
error_cantFindRServeInPath = ** The Statistics Engine program path is set but we couldn't find it |
|
| 2 |
error_cantFindRServeInPath = ** The Statistics Engine program path is set but we couldn't find it in: {0}.
|
|
| 3 | 3 |
error_connectionFailed = ** Error while connecting to the stat engine. |
| 4 | 4 |
error_errorDuringItemsListExtraction = ** Error during items list extraction: |
| 5 | 5 |
error_errorWhileEvaluating = ** R error: "{0}"\nwhile evaluating:{1}
|
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/messages/messages_fr.properties (revision 696) | ||
|---|---|---|
| 1 | 1 |
|
| 2 |
error_cantFindRServeInPath = ** Le chemin du programme du serveur statistique a été renseigné mais sa recherche a échoué |
|
| 2 |
error_cantFindRServeInPath = ** Le chemin du programme du serveur statistique a été renseigné mais sa recherche a échoué dans : {0}.
|
|
| 3 | 3 |
error_connectionFailed = ** La connexion au moteur statistique a échoué. |
| 4 | 4 |
error_errorDuringItemsListExtraction = ** Erreur lors de l'extraction de la liste d'items : \ |
| 5 | 5 |
error_errorWhileEvaluating = ** Erreur R : "{0}"\nlors de l'évaluation de : {1}
|
Formats disponibles : Unified diff