OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 149 | Rev 177 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 156
Line 217... Line 217...
217
                        System.err.println("Execute end postgres");
217
                        System.err.println("Execute end postgres");
218
                        ProcessStreams.handle(p, ProcessStreams.Action.REDIRECT);
218
                        ProcessStreams.handle(p, ProcessStreams.Action.REDIRECT);
219
                        p.waitFor();
219
                        p.waitFor();
220
 
220
 
221
                    }
221
                    }
-
 
222
                    ComptaPropsConfiguration.getInstanceCompta().tearDownLogging(true);
222
                } catch (IOException e1) {
223
                } catch (IOException e1) {
223
                    // TODO Auto-generated catch block
224
                    // TODO Auto-generated catch block
224
                    e1.printStackTrace();
225
                    e1.printStackTrace();
225
                } catch (InterruptedException e) {
226
                } catch (InterruptedException e) {
226
                    // TODO Auto-generated catch block
227
                    // TODO Auto-generated catch block
Line 264... Line 265...
264
                } catch (Throwable e) {
265
                } catch (Throwable e) {
265
                    e.printStackTrace();
266
                    e.printStackTrace();
266
                }
267
                }
267
                try {
268
                try {
268
                    Configuration.getInstance().destroy();
269
                    Configuration.getInstance().destroy();
-
 
270
                    ComptaPropsConfiguration.getInstanceCompta().tearDownLogging(true);
269
                } catch (Throwable e) {
271
                } catch (Throwable e) {
270
                    e.printStackTrace();
272
                    e.printStackTrace();
271
                }
273
                }
272
 
274
 
273
                // Dans tous les cas, on arrete le programme
275
                // Dans tous les cas, on arrete le programme