buildbot success in on openoffice-linux64-41x

2020-11-25 Thread buildbot
The Buildbot has detected a restored build on builder openoffice-linux64-41x 
while building . Full details are available at:
https://ci.apache.org/builders/openoffice-linux64-41x/builds/294

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave8_ubuntu

Build Reason: forced: by IRC user  (privmsg): None
Build Source Stamp: HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





[openoffice] branch AOO42X updated: Fixed typos, removed whitespace

2020-11-25 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
 new 0a64c50  Fixed typos, removed whitespace
0a64c50 is described below

commit 0a64c505d880b8abd9e6dd5cff5ce19a53471399
Author: mseidel 
AuthorDate: Wed Nov 25 22:17:31 2020 +0100

Fixed typos, removed whitespace

(cherry picked from commit f3abe5945e37559acdd237ffd9fb82559c65fbe1)
---
 .../com/sun/star/tooling/converter/Convert.java| 162 +++--
 .../com/sun/star/tooling/converter/Converter.java  | 107 +++---
 2 files changed, 136 insertions(+), 133 deletions(-)

diff --git 
a/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java 
b/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java
index 14146fe..594ade0 100644
--- 
a/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java
+++ 
b/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,22 +7,23 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
+
 /*
  * the main Class
- * 
+ *
  * Command Line arguments are reviewed
  * and a Converter is constructed
  */
@@ -38,32 +39,32 @@ import com.sun.star.tooling.DirtyTags.DirtyTagWrapper;
 
 /**
  * The main class of the converter tool
- * 
+ *
  * The converter tool is command line based.
  * Its classes allow the converting between the
  * file formats sdf, gsi and http://www.oasis-open.org/committees/xliff/documents/cs-xliff-core-1.1-20031031.htm;>xliff.
- * 
+ *
  * Those file formats are used in localization
- * of Star-Office and Open-Office.
- * 
- * Information about the whole localization process can be found in 
+ * of Star-Office and OpenOffice.
+ *
+ * Information about the whole localization process can be found in
  * http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf;>http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf
- * 
+ *
  * @author Christian Schmidt 2005
- *  
+ *
  */
 public class Convert {
 
 private static Calendar cal;
- 
+
 private static final String EMPTY  = "";
-
+
 /**
  * The name of the  file containing the debug information
  * that where found while converting (every output goes here too)
  */
 private static String   dbgName= EMPTY;
-
+
 /**
  * the character that separates the extension from the file name
  */
@@ -91,7 +92,7 @@ public class Convert {
 private static File secondSource;
 
 //private static final char   pathSeperator  = '\\';
-
+
 /**
  * The language that should be the source language
  * that means the language to translate from
@@ -107,7 +108,7 @@ public class Convert {
  * the type of the source file (sdf,xliff,...)
  */
 private static String   sourceType = EMPTY;
-
+
 /**
  * The time when converting started
  */
@@ -129,7 +130,7 @@ public class Convert {
 private static String   targetType = EMPTY;
 
 /**
- * Store the current version ID and number of this tool 
+ * Store the current version ID and number of this tool
  */
 final static String version= " Prod.20050710:1255 ";
 
@@ -139,19 +140,19 @@ public class Convert {
 private static String secondSourceName=EMPTY;
 /**
  * Indicate whether strings in xliff files should
- * be wrapped with ept/bpt or sub tags to enable translation tools 
+ * be wrapped with ept/bpt or sub tags to enable translation tools
  * to synchronize source language string with there translation
- * 
+ *
  * @see http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf;>http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf
  */
 private static boolean doWrap=true;
 
 
-
+
 public static void main(String[] args) throws IOException, 
Exception {
 

[openoffice] branch trunk updated: Fixed typos, removed whitespace

2020-11-25 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
 new f3abe59  Fixed typos, removed whitespace
f3abe59 is described below

commit f3abe5945e37559acdd237ffd9fb82559c65fbe1
Author: mseidel 
AuthorDate: Wed Nov 25 22:17:31 2020 +0100

Fixed typos, removed whitespace
---
 .../com/sun/star/tooling/converter/Convert.java| 162 +++--
 .../com/sun/star/tooling/converter/Converter.java  | 107 +++---
 2 files changed, 136 insertions(+), 133 deletions(-)

diff --git 
a/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java 
b/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java
index 14146fe..594ade0 100644
--- 
a/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java
+++ 
b/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,22 +7,23 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
+
 /*
  * the main Class
- * 
+ *
  * Command Line arguments are reviewed
  * and a Converter is constructed
  */
@@ -38,32 +39,32 @@ import com.sun.star.tooling.DirtyTags.DirtyTagWrapper;
 
 /**
  * The main class of the converter tool
- * 
+ *
  * The converter tool is command line based.
  * Its classes allow the converting between the
  * file formats sdf, gsi and http://www.oasis-open.org/committees/xliff/documents/cs-xliff-core-1.1-20031031.htm;>xliff.
- * 
+ *
  * Those file formats are used in localization
- * of Star-Office and Open-Office.
- * 
- * Information about the whole localization process can be found in 
+ * of Star-Office and OpenOffice.
+ *
+ * Information about the whole localization process can be found in
  * http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf;>http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf
- * 
+ *
  * @author Christian Schmidt 2005
- *  
+ *
  */
 public class Convert {
 
 private static Calendar cal;
- 
+
 private static final String EMPTY  = "";
-
+
 /**
  * The name of the  file containing the debug information
  * that where found while converting (every output goes here too)
  */
 private static String   dbgName= EMPTY;
-
+
 /**
  * the character that separates the extension from the file name
  */
@@ -91,7 +92,7 @@ public class Convert {
 private static File secondSource;
 
 //private static final char   pathSeperator  = '\\';
-
+
 /**
  * The language that should be the source language
  * that means the language to translate from
@@ -107,7 +108,7 @@ public class Convert {
  * the type of the source file (sdf,xliff,...)
  */
 private static String   sourceType = EMPTY;
-
+
 /**
  * The time when converting started
  */
@@ -129,7 +130,7 @@ public class Convert {
 private static String   targetType = EMPTY;
 
 /**
- * Store the current version ID and number of this tool 
+ * Store the current version ID and number of this tool
  */
 final static String version= " Prod.20050710:1255 ";
 
@@ -139,19 +140,19 @@ public class Convert {
 private static String secondSourceName=EMPTY;
 /**
  * Indicate whether strings in xliff files should
- * be wrapped with ept/bpt or sub tags to enable translation tools 
+ * be wrapped with ept/bpt or sub tags to enable translation tools
  * to synchronize source language string with there translation
- * 
+ *
  * @see http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf;>http://ded-1.germany.sun.com/webcontent/guidelines/pdf/L10NSO8.pdf
  */
 private static boolean doWrap=true;
 
 
-
+
 public static void main(String[] args) throws IOException, 
Exception {
 try{
-
-//go, parse and check the command line 

buildbot failure in on openoffice-linux64-41x

2020-11-25 Thread buildbot
The Buildbot has detected a new failure on builder openoffice-linux64-41x while 
building . Full details are available at:
https://ci.apache.org/builders/openoffice-linux64-41x/builds/293

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave8_ubuntu

Build Reason: forced: by IRC user  (privmsg): None
Build Source Stamp: HEAD
Blamelist: 

BUILD FAILED: failed bootstrap

Sincerely,
 -The Buildbot