buildbot exception in on ofbizTrunkFrameworkPlugins

2020-12-15 Thread buildbot
The Buildbot has detected a build exception on builder 
ofbizTrunkFrameworkPlugins while building ofbiz-plugins. Full details are 
available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/1918

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

Buildslave for this Build: asf945_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'onTrunkPluginsCommit' 
triggered this build
Build Source Stamp: [branch trunk] 4d34c9d43f19c8dafe0e6c48cc8c5771da6c85f5
Blamelist: Jacques Le Roux 

BUILD FAILED: exception upload test-results part 1

Sincerely,
 -The Buildbot





[ofbiz-plugins] branch trunk updated: Improved: Hyperlink target-type attribute is deprecated and should be replaced by url-mode (OFBIZ-12091)

2020-12-15 Thread jleroux
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
 new 4d34c9d  Improved: Hyperlink target-type attribute is deprecated and 
should be replaced by url-mode (OFBIZ-12091)
4d34c9d is described below

commit 4d34c9d43f19c8dafe0e6c48cc8c5771da6c85f5
Author: Jacques Le Roux 
AuthorDate: Tue Dec 15 09:16:40 2020 +0100

Improved: Hyperlink target-type attribute is deprecated and should be 
replaced by url-mode (OFBIZ-12091)

Same for sub-hyperlink, forgot the plugins with 
17eb2e4cf7bfba4e6a6b62117aa8d64cd5774c5e
---
 assetmaint/widget/forms/ProductForms.xml  |  6 +++---
 assetmaint/widget/ismgr/FieldLookupForms.xml  |  4 ++--
 ebay/widget/EbayForms.xml |  2 +-
 ebaystore/widget/EbaySellingManagerForms.xml  | 10 +-
 example/widget/example/ExampleFeatureForms.xml|  2 +-
 example/widget/example/ExampleForms.xml   |  2 +-
 example/widget/example/FormWidgetExampleForms.xml |  2 +-
 projectmgr/widget/forms/CustRequestForms.xml  |  2 +-
 projectmgr/widget/forms/ProjectForms.xml  |  8 
 projectmgr/widget/forms/ResourceForms.xml |  2 +-
 projectmgr/widget/forms/TaskForms.xml |  2 +-
 scrum/widget/CommunicationEventForms.xml  |  6 +++---
 scrum/widget/FieldLookupForms.xml |  2 +-
 scrum/widget/OpenTestForms.xml|  2 +-
 scrum/widget/TaskForms.xml|  2 +-
 scrum/widget/scrumForms.xml   |  2 +-
 16 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/assetmaint/widget/forms/ProductForms.xml 
b/assetmaint/widget/forms/ProductForms.xml
index 769c4fe..95d69b5 100644
--- a/assetmaint/widget/forms/ProductForms.xml
+++ b/assetmaint/widget/forms/ProductForms.xml
@@ -74,7 +74,7 @@
 
 
 
-
+
 
 
 
@@ -101,13 +101,13 @@
 
 
 
-
+
 
 
 
 
 
-
+
 
 
 
diff --git a/assetmaint/widget/ismgr/FieldLookupForms.xml 
b/assetmaint/widget/ismgr/FieldLookupForms.xml
index 899219d..d83a250 100644
--- a/assetmaint/widget/ismgr/FieldLookupForms.xml
+++ b/assetmaint/widget/ismgr/FieldLookupForms.xml
@@ -50,7 +50,7 @@ under the License.
 
 
 
-
+
 
 
 
@@ -85,7 +85,7 @@ under the License.
 
 
 
-
+
 
 
 
diff --git a/ebay/widget/EbayForms.xml b/ebay/widget/EbayForms.xml
index 1c50606..666ab84 100644
--- a/ebay/widget/EbayForms.xml
+++ b/ebay/widget/EbayForms.xml
@@ -113,7 +113,7 @@ under the License.


 
-
+
 
 
 
diff --git a/ebaystore/widget/EbaySellingManagerForms.xml 
b/ebaystore/widget/EbaySellingManagerForms.xml
index af04e19..d9e348b 100644
--- a/ebaystore/widget/EbaySellingManagerForms.xml
+++ b/ebaystore/widget/EbaySellingManagerForms.xml
@@ -473,7 +473,7 @@ under the License.
 
 
 
-
+
 
 
 
@@ -483,7 +483,7 @@ under the License.
 
 
 
-
+
 
 
 
@@ -704,7 +704,7 @@ under the License.
 
 
 
-
+
 
 
 
@@ -721,7 +721,7 @@ under the License.
 
 
 
-https://localhost:8443/ordermgr/control/orderview?orderId=${orderId}; 
target-type="plain" target-window="_BLANK"/>
+https://localhost:8443/ordermgr/control/orderview?orderId=${orderId}; 
url-mode="plain" target-window="_BLANK"/>
 
 
 
@@ -762,7 +762,7 @@ under the License.
 
 
 
-https://localhost:8443/ordermgr/control/orderview?orderId=${orderId}; 
target-type="plain" target-window="_BLANK"/>
+https://localhost:8443/ordermgr/control/orderview?orderId=${orderId}; 
url-mode="plain" target-window="_BLANK"/>
 
 
 
diff --git a/example/widget/example/ExampleFeatureForms.xml 
b/example/widget/example/ExampleFeatureForms.xml
index 7456842..86ab1be 100644
--- a/example/widget/example/ExampleFeatureForms.xml
+++ b/example/widget/example/ExampleFeatureForms.xml
@@ -162,7 +162,7 @@ under the License.
 
 
 
-
+
 
 
 
diff --git a/example/widget/example/ExampleForms.xml 
b/example/widget/example/ExampleForms.xml
index 0129351..8b37940 100644
--- a/example/widget/example/ExampleForms.xml
+++