From 9e12d378168c3b990dc8b79f77e6eac6a3f72189 Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Tue, 2 Nov 2004 10:32:08 +0000 Subject: INTEGRATION: CWS qadev19 (1.8.28); FILE MERGED 2004/10/21 12:36:36 cn 1.8.28.2: #i35923# commandline for DebugIsActive (-deubg) added (bugfix) 2004/10/21 12:22:02 cn 1.8.28.1: #i35923# commandline for DebugIsActive (-deubg) added --- qadevOOo/runner/helper/ClParser.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qadevOOo/runner/helper/ClParser.java b/qadevOOo/runner/helper/ClParser.java index 1d240822770a..a77db052a1a0 100644 --- a/qadevOOo/runner/helper/ClParser.java +++ b/qadevOOo/runner/helper/ClParser.java @@ -2,9 +2,9 @@ * * $RCSfile: ClParser.java,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change:$Date: 2004-05-03 08:47:46 $ + * last change:$Date: 2004-11-02 11:32:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,6 +144,9 @@ public class ClParser { map.setProperty("-p", "TestJob"); map.setProperty("-aca", "AdditionalConnectionArguments"); map.setProperty("-xcl", "ExclusionList"); + map.setProperty("-debug", "DebugIsActive"); + map.setProperty("-log", "LoggingIsActive"); + map.setProperty("-dbout", "DataBaseOut"); return map; } -- cgit