From 49439f0912a2f0e23cf4bcf63967d177658a837c Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 27 Aug 2009 20:02:45 +0000 Subject: seperate BKUWebStart main jar and BKUWebStart bundle use webstart-maven-plugin:jnlp-download-servlet goal to get versions right git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@478 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 186 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 BKUWebStartPackage/pom.xml (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml new file mode 100644 index 00000000..2f9ccb5f --- /dev/null +++ b/BKUWebStartPackage/pom.xml @@ -0,0 +1,186 @@ + + + 4.0.0 + + bku + at.gv.egiz + 1.2.4-SNAPSHOT + + at.gv.egiz + BKUWebStartPackage + 1.2.4-SNAPSHOT + pom + BKU Web Start Package + Bürgerkartenumgebung + http://mocca.egovlabs.gv.at/ + + + + + webstart-maven-plugin + org.codehaus.mojo.webstart + + + process-resources + + jnlp-download-servlet + + + + + webstart + + false + + + + template.xml + mocca.jnlp + + + at.gv.egiz + BKUWebStart + ${project.version} + at.gv.egiz.bku.webstart.Launcher + + + + + + + test-applet signer + ${project.basedir}/src/main/jnlp/keystore.ks + storepass + keypass + true + + false + false + + + + true + false + + false + false + false + true + + + + + + maven-assembly-plugin + + + package + + single + + + + + + ${basedir}/src/main/assemblies/zip-webstart.xml + + + + + + + + + + BKUWebStart + at.gv.egiz + ${project.version} + + + + + + pkcs11-sign + + + + webstart-maven-plugin + org.codehaus.mojo.webstart + + 1.0-beta-1-mocca + + + NONE + PKCS11 + iaik.pkcs.pkcs11.provider.IAIKPkcs11 + a-sit + ${pkcs11-pass} + true + + false + false + + + + + + + + + + + local-webstart + + + + webstart-maven-plugin + org.codehaus.mojo.webstart + + + + template-local.xml + mocca-local.jnlp + + + at.gv.egiz + BKUWebStart + ${project.version} + at.gv.egiz.bku.webstart.Launcher + + + + + + + + + + + + non-webstart + + + + maven-jar-plugin + org.apache.maven.plugins + + + + true + at.gv.egiz.bku.webstart.Launcher + + + development + ${pom.url} + at/gv/egiz/bku/webstart/splash.png + + + + + + + + + + -- cgit v1.2.3 From 6d515d832b0c0828a63d0b68d7823054543761ff Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 27 Aug 2009 20:32:15 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.4 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@479 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 2f9ccb5f..4cf033aa 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -1,15 +1,13 @@ - - + 4.0.0 bku at.gv.egiz - 1.2.4-SNAPSHOT + 1.2.4 at.gv.egiz BKUWebStartPackage - 1.2.4-SNAPSHOT + 1.2.4 pom BKU Web Start Package Bürgerkartenumgebung @@ -183,4 +181,4 @@ - + \ No newline at end of file -- cgit v1.2.3 From 5eb05982f2e98f56569b4ea07b1961e3eed617d7 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 27 Aug 2009 20:32:33 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@481 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 4cf033aa..48e4a953 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.4 + 1.2.5-SNAPSHOT at.gv.egiz BKUWebStartPackage - 1.2.4 + 1.2.5-SNAPSHOT pom BKU Web Start Package Bürgerkartenumgebung -- cgit v1.2.3 From 44ee3259546bdcfbdc54563aa2766cce3f5cd704 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 28 Aug 2009 20:13:07 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.3 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@488 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 48e4a953..957df2ae 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.5-SNAPSHOT + 1.2.5 at.gv.egiz BKUWebStartPackage - 1.2.5-SNAPSHOT + 1.2.5 pom BKU Web Start Package Bürgerkartenumgebung -- cgit v1.2.3 From 68ebb57a05d44b25b886749719e7bd9997b0bd11 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 28 Aug 2009 20:16:01 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@490 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 957df2ae..09e92ebc 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.5 + 1.2.6-SNAPSHOT at.gv.egiz BKUWebStartPackage - 1.2.5 + 1.2.6-SNAPSHOT pom BKU Web Start Package Bürgerkartenumgebung -- cgit v1.2.3 From 025657248e87001b91a5eb90cdc24fb20bc2c62b Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 9 Sep 2009 07:54:21 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.6 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@506 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 09e92ebc..c2a1bf26 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.6-SNAPSHOT + 1.2.6 at.gv.egiz BKUWebStartPackage - 1.2.6-SNAPSHOT + 1.2.6 pom BKU Web Start Package Bürgerkartenumgebung -- cgit v1.2.3 From ce450c6eee4977040072b5f51a91183c15846b1a Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 9 Sep 2009 07:54:58 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@508 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index c2a1bf26..014c3337 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.6 + 1.2.7-SNAPSHOT at.gv.egiz BKUWebStartPackage - 1.2.6 + 1.2.7-SNAPSHOT pom BKU Web Start Package Bürgerkartenumgebung -- cgit v1.2.3 From 9d4b3e9214f653d2556608958642d02814d4e7a3 Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 28 Sep 2009 14:38:07 +0000 Subject: non-webstart profile to BKUWebStart (removed from BKUWebStartPackage) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@509 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 014c3337..63725fc3 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -155,30 +155,5 @@ - - non-webstart - - - - maven-jar-plugin - org.apache.maven.plugins - - - - true - at.gv.egiz.bku.webstart.Launcher - - - development - ${pom.url} - at/gv/egiz/bku/webstart/splash.png - - - - - - - - \ No newline at end of file -- cgit v1.2.3 From bd070e82c276afb8c1c3a9ddc3b5712783760881 Mon Sep 17 00:00:00 2001 From: mcentner Date: Tue, 29 Sep 2009 17:36:06 +0000 Subject: Logging issues fixed: - Added possibility to configure logging of BKUWebstart. Logging is now configured from log4j configuration deployed with BKUWebstart in a first step. In a second step the webstart launcher looks for a log4j configuration file in the user's mooca configuration directory and updates the log4j configuration. - Logging of IAIK PKI properly initialized. IAIK PKI does not mess with the log4j configuration any longer. - Changed log4j accordingly (an appender is now needed as IAIK PKI does not reconfigure log4j any longer). Added css-stylesheet to ErrorResponses issued by the BKU to improve the presentation to the user. Changed dependencies of BKUWebStart (see Issue#469 https://egovlabs.gv.at/tracker/index.php?func=detail&aid=469&group_id=13&atid=134). DataURLConnection now uses the request encoding of SL < 1.2. application/x-www-form-urlencoded is now used as default encoding method. multipart/form-data is used only if transfer parameters are present in the request that require a Content-Type parameter. This can only be set with multipart/form-data. This is not in conformance with SL 1.2, however it should improve compatibility with applications. Therefore, removed the ability to configure the DataURLConnection implementation class. DataURLConnection now uses a streaming implementation for encoding of application/x-www-form-urlencoded requests. XWWWFormUrlImputDecoder now uses a streaming implementation for decoding of application/x-www-form-urlencoded requests. Fixed Bug in SLResultPart that caused a binary response to be provided as parameter "XMLResponse" in a multipart/form-data encoded request to DataURL. SLCommandFactory now supports unmarshalling of SL < 1.2 requests in order issue meaningful error messages. Therefore, the marshaling context for response marshaling had to be separated from the marshaling context for requests in order to avoid the marshaling of SL < 1.2 namespace prefixes in SL 1.2 responses. Target attribute in QualifiedProperties is now marshaled. (see Issue#470 https://egovlabs.gv.at/tracker/index.php?func=detail&aid=470&group_id=13&atid=134) Reporting of XML validation errors improved. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@510 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUWebStartPackage/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BKUWebStartPackage/pom.xml') diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 63725fc3..0b226785 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -22,7 +23,7 @@ process-resources - jnlp-download-servlet + jnlp-single -- cgit v1.2.3