Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
148b600e
Kaydet (Commit)
148b600e
authored
Ock 21, 2003
tarafından
Lars Langhans
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
space from filename removed, insert values changed
üst
abb766db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
TestShl2Runner.java
testshl2/source/testshlrunner/TestShl2Runner.java
+9
-7
No files found.
testshl2/source/testshlrunner/TestShl2Runner.java
Dosyayı görüntüle @
148b600e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: TestShl2Runner.java,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author: lla $ $Date: 2003-01-21 1
1:08:27
$
* last change: $Author: lla $ $Date: 2003-01-21 1
3:17:35
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -283,8 +283,8 @@ class DatabaseEntry
String
sKey
=
(
String
)
aIter
.
next
();
CurrentEntry
aEntry
=
(
CurrentEntry
)
aMap
.
get
(
sKey
);
String
db_line
=
Quote
(
aEntry
.
m_sClass
Name
)
+
sComma
+
Quote
(
_sProject
Name
)
+
sComma
+
String
db_line
=
Quote
(
_sProject
Name
)
+
sComma
+
Quote
(
aEntry
.
m_sClass
Name
)
+
sComma
+
Quote
(
aEntry
.
m_sMethodName
)
+
sComma
+
Quote
(
aEntry
.
getState
())
+
sComma
+
Quote
(
_sEnvironment
)
+
sComma
+
...
...
@@ -422,6 +422,7 @@ public class TestShl2Runner
//remove old values from db-table
DBHelper
.
SQLdeleteValues
(
m_sProjectName
,
m_sEnvironment
);
DBHelper
.
SQLdeleteValues
(
m_sProjectName
,
m_sEnvironment
);
//parse the output and store it
parseOut
(
aJobList
,
m_sProjectName
,
m_sEnvironment
,
m_sProjectDir
);
...
...
@@ -523,7 +524,7 @@ public class TestShl2Runner
public
String
getLogParameter
(
String
job
)
{
String
sParameter
=
" -log "
+
getLogName
(
job
);
String
sParameter
=
" -log "
+
getLogName
(
job
)
+
" "
;
return
sParameter
;
}
...
...
@@ -531,7 +532,7 @@ public class TestShl2Runner
{
// create the ' -log file '
String
fs
=
System
.
getProperty
(
"file.separator"
);
String
sLogName
=
getOutputDir
()
+
fs
+
job
+
".log
"
;
String
sLogName
=
getOutputDir
()
+
fs
+
job
+
".log"
;
return
sLogName
;
}
...
...
@@ -928,7 +929,8 @@ public class TestShl2Runner
// Process testshl = Runtime.getRuntime().exec(scriptFile);
ProcessHandler
aHandler
=
new
ProcessHandler
(
scriptFile
);
return
aHandler
.
executeSynchronously
();
boolean
bBackValue
=
aHandler
.
executeSynchronously
();
return
bBackValue
;
// return false;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment