/hg/release/icedtea-web-1.7: 14 new changesets

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Mon Feb 25 15:16:09 UTC 2019


changeset 1b6706eb48a3 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=1b6706eb48a3
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 13:41:58 2019 +0100

	Added optional windows desktop integration

	* AUTHORS: added Joel
	* Makefile: Excluded (WindowsDesktopEntry.java) if mslinks are not included, added mslinks to UNIFIED_CLASSPATH_SEGMENTS included mslinks to windows and linux runtime libs, added MSLINKS_JAR to other composeclasspath calls
	* NEWS: mentioned windows desktop support, mentioned listing of cache and operations via id.
	* acinclude.m4: added check (IT_CHECK_FOR_MSLINKS) for optional mslinks.jar, strong warning printed if build is on windows
	* configure.ac: call (IT_CHECK_FOR_MSLINKS)
	* netx/net/sourceforge/jnlp/Launcher.java: new variable of (KEY_JAVAWS_LOCATION) to replace hardcoded icedtea-web.bin.location over netx.
	* netx/net/sourceforge/jnlp/OptionsDefinitions.java:  re-declared clear cache to take none or one argument. Added Xcacheids switch for listing the cache (works with verbose)
	* netx/net/sourceforge/jnlp/cache/CacheDirectory.java: refactored hardcoded ".info" to constant.
	* netx/net/sourceforge/jnlp/cache/CacheEntry.java: introduced KEY_JNLP_PATH and used to set jnlp-path attribute
	* netx/net/sourceforge/jnlp/cache/CacheLRUWrapper.java: hide private constructor, declared and provided (windowsShortcutList)
	* netx/net/sourceforge/jnlp/cache/CacheUtil.java: extracted and used (checkToClearCache). Added second method clearCache with arg to clear only specific part of cache. Clear cache also alerts windows desktop files now via new removeWindowsShortcuts. Added methods to lists ids and details from cache listCacheIds and getCacheIds. Included new inner class CacheId to encapsualte various types of id - CacheJnlpId and CacheDomainId now.
	* netx/net/sourceforge/jnlp/cache/DirectoryNode.java: only adapted to .info refactoring
	* netx/net/sourceforge/jnlp/cache/ResourceDownloader.java: Save main argument, or jnlp argument or html argument to jnlp-path .info entry if found.
	* netx/net/sourceforge/jnlp/controlpanel/CacheAppViewer.java: gui to itweb-settings cache pane to allow comfortable listing of ids and deleting via those grouping.	New file.
	* netx/net/sourceforge/jnlp/controlpanel/CachePane.java: added logic to show .info details for each file shown by cache viewer. (generateData) made jnlp-path aware, made public and reused several times
	* netx/net/sourceforge/jnlp/controlpanel/TemporaryInternetFilesPanel.java: added button to show dilog which is deleting by id
	* netx/net/sourceforge/jnlp/resources/Messages.properties: added BXclearcache BXSingleCacheCleared BXSingleCacheClearNotFound BXSingleCacheMoreThenOneId BXSingleCacheFileCount BXcacheids NOAnonorone WinDesktopError. Modified BXclearcache. Improved EXAWdesktopWants EXAWdesktopDontWants EXAWsubmenu EXAWmenuWants EXAWmenuDontWants EXAWrememberByApp EXAWrememberByPage EXAWrememberByAppTooltip EXAWbrowsersTolltip SDesktopShortcut
	* netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java: added if isWindows reflective calls to  WindowsDesktopEntry and original XdesktopEntry work moved to else part.
	* netx/net/sourceforge/jnlp/runtime/Boot.java: now offer getter for optionParser (so it van be reused in ResourceDownloader) Added understanding to Xcacheids. Understanding to Xclearcache adapted to its new optional argument
	* netx/net/sourceforge/jnlp/util/GenericDesktopEntry.java: interface for (future) WindowsDesktopEntry and XDesktopEntry unification
	* netx/net/sourceforge/jnlp/util/WindowsDesktopEntry.java: new file, implementation fo windos desktop integration via lnk files generated by mslinks.jar. Unlike XDesktop integration, it swarms also uninstall shortcuts.
	* netx/net/sourceforge/jnlp/util/XDesktopEntry.java: Mostly adapted to refactorings. Extracted extraction of favicon to method, reused, and improved to try more locations on server.
	* netx/net/sourceforge/jnlp/util/optionparser/OptionParser.java: adapted to refactorings
	* launcher/launchers.bat.in: mslinks included in bootclasspath
	* tests/netx/unit/net/sourceforge/jnlp/cache/CacheUtilTest.java: addd tests for CacheId
	* tests/netx/unit/net/sourceforge/jnlp/util/XDesktopEntryTest.java: Added tests for favicon extracti


changeset 324019b81bb1 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=324019b81bb1
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 13:44:58 2019 +0100

	Made Linux launchers portable

	* launcher/launchers.bat.in: made aware of the variables substituted from
	* launcher/launchers.sh.in: included snippet for current directory resolving. If NEXT_JAR is not found on its location, compose new (boot)classpath, based on current directory.


changeset d95157a2c838 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=d95157a2c838
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 13:51:00 2019 +0100

	Relaxed vendor and title to be no longer mandatory - based on oracle javaws behavior

	* netx/net/sourceforge/jnlp/JNLPFile.java: getVendor/Title refactored to work without values. In strict mode, they keep throwing MisisngElement exception/
	* netx/net/sourceforge/jnlp/Parser.java: delegating logic to check title/vendor to JNLPfile. Jsut calling it with possibility of fail.
	* netx/net/sourceforge/jnlp/resources/Messages.properties: added PMissingMandatoryWarning and PMissingMandatorySubstitution to inform about missing title/vendor
	* tests/netx/unit/net/sourceforge/jnlp/ParserTest.java: adapted to new behavior


changeset 9abf341f758f in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=9abf341f758f
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 13:54:27 2019 +0100

	Delete-by app dialogue split keys to two groups instead of mixing them
	* netx/net/sourceforge/jnlp/cache/CacheUtil.java: clearCache(String) changed to (String,bool,bool) to allow by-key access. (listCacheIds) - same. (getCacheIds) - same plus used those two booleasn to select what keys to include in filtering
	* netx/net/sourceforge/jnlp/controlpanel/CacheAppViewer.java: the deleteByApp dialog enhanced by TabView. Each tab holds one family of keys.
	* netx/net/sourceforge/jnlp/runtime/Boot.java: adapted to new signature of (CacheUtil.listCacheIds)


changeset 0bec8e87f180 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=0bec8e87f180
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 13:55:44 2019 +0100

	Desktop sortcuts name is now based on title. And only if missing, then on file
	* netx/net/sourceforge/jnlp/JNLPFile.java: new method of createNameForDesktopFile, which
	returns title if it is present, jnlp file name otherwise.
	* netx/net/sourceforge/jnlp/util/XDesktopEntry.java: getGeneratedJnlpFileName and getDesktopIconName now uses
	* NEWS: mentioned


changeset a43eeeeafe53 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=a43eeeeafe53
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 13:56:53 2019 +0100

	Added protection against to small applets. Enhanced understanding of properties like width/height

	* netx/net/sourceforge/jnlp/AppletDesc.java: (getWidth) and (getHeight) now query proeprties for new keys and resize acodringly to them and/
	* netx/net/sourceforge/jnlp/config/Defaults.java: new keys made validated by integer. Treshold must be positive
	* netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: added keys of deployment.small.size.treshold to allow value since which applet is to small (default 10), deployment.small.size.override.{width,height} to set new size negative values to enforce it, positive to be used as fallback, if no width/heigh (lower/upper/cammel) parameter found default is set to search for width/height param and enforce 800x600 if not present


changeset 970c439b2553 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=970c439b2553
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 14:00:34 2019 +0100

	Allowed cross-build of bat launchers on linux systems

	* .Makefile: some if WINDOWS changed to if WINDOWS_OR_INCLUDE_BATS
	* configure.ac: introduced --enable-bats-on-linux which (or if host is windows) set WINDOWS_OR_INCLUDE_BATS to true


changeset 832b96209576 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=832b96209576
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 14:45:23 2019 +0100

	Rewritten bat launcher and introduced file to keep modular JDK swithces

	* .Makefile: introduced MODULARJDK_ARGS_FILE=itw-modularjdk.args; built to launcher-build, handled as separate file. MODULARJDK_ARGS_LOCATION is sedded into shell scripts. bat files are now cleaned to windows line-endings.
	* acinclude.m4: Introduced new switch to allow to set switch file target location
	* configure.ac: IT_CHECK_MODULARJDK_ARGS called; fixed few typos (mostly lunch->launch)
	* itw-modularjdk.args: new file, containing jisgsaw argument to allow ITW to run on jdk9 and up
	* launcher/launchers.bat.in: rewritten from scratch; to be more like linux shell launcher
	* launcher/launchers.sh.in: JAVA no longer sed. USed JRE/bin/java instead. Adapted for itw-modularjdk.args file; few additional cosmetic changes


changeset 72920cd7c6cc in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=72920cd7c6cc
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 14:49:40 2019 +0100

	* Makefile.am: fixed issue with MODULARJDK_ARGS_FILE being installded as executable


changeset c22a4cd06fcc in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=c22a4cd06fcc
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 14:51:41 2019 +0100

	Added forgotten dest prefix for args file


changeset 3f0fe1af7468 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=3f0fe1af7468
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 14:52:44 2019 +0100

	Fixing bug with non existing variable MODULARJDK_ARGS


changeset a03b895ade07 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=a03b895ade07
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 14:55:18 2019 +0100

	Fixed typo in DownloadService2
	* netx/javax/jnlp/DownloadService2.java: getUpdateAvailableResources repalced incorrect getUpdateAvaiableReosurces


changeset dbde3691639c in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=dbde3691639c
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 14:56:01 2019 +0100

	Propagating unimplemented DownloadService2. Added tests for it

	* netx/net/sourceforge/jnlp/services/ServiceUtil.java: added static getter for DownloadService2
	* netx/net/sourceforge/jnlp/services/XDownloadService2.java: unimplemented stub for future DownloadService2
	* netx/net/sourceforge/jnlp/services/XServiceManagerStub.java: listed  javax.jnlp.DownloadService2 providing  XDownloadService2
	* tests/reproducers/simple/DownloadService2/resources/DownloadService.jnlp: jnlp to call DownloadService
	* tests/reproducers/simple/DownloadService2/resources/DownloadService2.jnlp:jnlp to call DownloadService2
	* tests/reproducers/simple/DownloadService2/srcs/DownloadService.java: app to call DownloadService
	* tests/reproducers/simple/DownloadService2/srcs/DownloadService2.java: app to call DownloadService2
	* tests/reproducers/simple/DownloadService2/testcases/DownloadService2Test.java: test to laounch DownloadService2 and DownloadService


changeset be3441a24561 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=be3441a24561
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Feb 25 16:10:31 2019 +0100

	Added forgotten call to IT_CHECK_MODULARJDK_ARGS


diffstat:

 AUTHORS                                                                       |    1 +
 ChangeLog                                                                     |  132 +++
 Makefile.am                                                                   |  102 ++-
 NEWS                                                                          |    3 +
 acinclude.m4                                                                  |   52 +
 configure.ac                                                                  |   12 +
 itw-modularjdk.args                                                           |   27 +
 launcher/launchers.bat.in                                                     |  221 ++++-
 launcher/launchers.sh.in                                                      |  178 ++--
 netx/javax/jnlp/DownloadService2.java                                         |    2 +-
 netx/net/sourceforge/jnlp/AppletDesc.java                                     |   53 +
 netx/net/sourceforge/jnlp/JNLPFile.java                                       |   84 ++-
 netx/net/sourceforge/jnlp/Launcher.java                                       |    4 +-
 netx/net/sourceforge/jnlp/OptionsDefinitions.java                             |    5 +-
 netx/net/sourceforge/jnlp/Parser.java                                         |   18 +-
 netx/net/sourceforge/jnlp/cache/CacheDirectory.java                           |    6 +-
 netx/net/sourceforge/jnlp/cache/CacheEntry.java                               |    7 +-
 netx/net/sourceforge/jnlp/cache/CacheLRUWrapper.java                          |    8 +-
 netx/net/sourceforge/jnlp/cache/CacheUtil.java                                |  346 +++++++++-
 netx/net/sourceforge/jnlp/cache/DirectoryNode.java                            |    2 +-
 netx/net/sourceforge/jnlp/cache/ResourceDownloader.java                       |   30 +-
 netx/net/sourceforge/jnlp/config/Defaults.java                                |   15 +
 netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java                 |    6 +
 netx/net/sourceforge/jnlp/controlpanel/CacheAppViewer.java                    |  212 ++++++
 netx/net/sourceforge/jnlp/controlpanel/CachePane.java                         |   68 +-
 netx/net/sourceforge/jnlp/controlpanel/TemporaryInternetFilesPanel.java       |   19 +-
 netx/net/sourceforge/jnlp/resources/Messages.properties                       |   35 +-
 netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java                    |  131 ++-
 netx/net/sourceforge/jnlp/runtime/Boot.java                                   |   27 +-
 netx/net/sourceforge/jnlp/services/ServiceUtil.java                           |    9 +
 netx/net/sourceforge/jnlp/services/XDownloadService2.java                     |   53 +
 netx/net/sourceforge/jnlp/services/XServiceManagerStub.java                   |    9 +-
 netx/net/sourceforge/jnlp/util/GenericDesktopEntry.java                       |   51 +
 netx/net/sourceforge/jnlp/util/WindowsDesktopEntry.java                       |  162 ++++
 netx/net/sourceforge/jnlp/util/XDesktopEntry.java                             |  137 +++-
 netx/net/sourceforge/jnlp/util/optionparser/OptionParser.java                 |   13 +-
 tests/netx/unit/net/sourceforge/jnlp/ParserTest.java                          |   90 +-
 tests/netx/unit/net/sourceforge/jnlp/cache/CacheUtilTest.java                 |   33 +
 tests/netx/unit/net/sourceforge/jnlp/util/XDesktopEntryTest.java              |   67 +-
 tests/reproducers/simple/DownloadService2/resources/DownloadService.jnlp      |   52 +
 tests/reproducers/simple/DownloadService2/resources/DownloadService2.jnlp     |   52 +
 tests/reproducers/simple/DownloadService2/srcs/DownloadService.java           |   46 +
 tests/reproducers/simple/DownloadService2/srcs/DownloadService2.java          |   46 +
 tests/reproducers/simple/DownloadService2/testcases/DownloadService2Test.java |   59 +
 44 files changed, 2299 insertions(+), 386 deletions(-)

diffs (truncated from 4170 to 500 lines):

diff -r 3a998e74a0f9 -r be3441a24561 AUTHORS
--- a/AUTHORS	Wed Jan 09 17:41:55 2019 +0100
+++ b/AUTHORS	Mon Feb 25 16:10:31 2019 +0100
@@ -38,6 +38,7 @@
 Fridrich Strba <fridrich.strba at suse.com>
 Andrew Su <asu at redhat.com>
 Joshua Sumali <jsumali at redhat.com>
+Joel Tesdall <jtesdall at mapcon.com>
 Michal Vala <mvala at redhat.com>
 Jiri Vanek <jvanek at redhat.com>
 Tomáš Votava <tomcacolca at gmail.com>
diff -r 3a998e74a0f9 -r be3441a24561 ChangeLog
--- a/ChangeLog	Wed Jan 09 17:41:55 2019 +0100
+++ b/ChangeLog	Mon Feb 25 16:10:31 2019 +0100
@@ -1,3 +1,135 @@
+2019-02-13  Jiri Vanek <jvanek at redhat.com>
+
+	Propagating unimplemented DownloadService2. Added tests for it
+	* netx/net/sourceforge/jnlp/services/ServiceUtil.java: added static getter for DownloadService2
+	* netx/net/sourceforge/jnlp/services/XDownloadService2.java: unimplemented stub for future DownloadService2
+	* netx/net/sourceforge/jnlp/services/XServiceManagerStub.java: listed  javax.jnlp.DownloadService2 providing  XDownloadService2
+	* tests/reproducers/simple/DownloadService2/resources/DownloadService.jnlp: jnlp to call DownloadService
+	* tests/reproducers/simple/DownloadService2/resources/DownloadService2.jnlp:jnlp to call DownloadService2
+	* tests/reproducers/simple/DownloadService2/srcs/DownloadService.java: app to call DownloadService
+	* tests/reproducers/simple/DownloadService2/srcs/DownloadService2.java: app to call DownloadService2 
+	* tests/reproducers/simple/DownloadService2/testcases/DownloadService2Test.java: test to laounch DownloadService2
+	and DownloadService
+
+2019-02-12  Jim Douglas <jimdouglas at mac.com>
+
+	Fixed typo in DownloadService2
+	* netx/javax/jnlp/DownloadService2.java: getUpdateAvailableResources repalced incorrect getUpdateAvaiableReosurces
+
+2019-02-16  Jiri Vanek <jvanek at redhat.com>
+
+	* Makefile.am: fixed issue with MODULARJDK_ARGS_FILE being installded as executable
+
+2019-02-11  Laurent Bourgès <bourges.laurent at gmail.com>
+            Jiri Vanek <jvanek at redhat.com>
+
+	Rewritten bat launcher and introduced file to keep modular JDK swithces
+	* .Makefile: introduced MODULARJDK_ARGS_FILE=itw-modularjdk.args; built to launcher-build, handled as separate file.
+	MODULARJDK_ARGS_LOCATION is sedded into shell scripts. bat files are now cleaned to windows line-endings.
+	* acinclude.m4: Introduced new switch to allow to set switch file target location
+	* configure.ac: IT_CHECK_MODULARJDK_ARGS called; fixed few typos (mostly lunch->launch)
+	* itw-modularjdk.args: new file, containing jisgsaw argument to allow ITW to run on jdk9 and up
+	* launcher/launchers.bat.in: rewritten from scratch; to be more like linux shell launcher
+	* launcher/launchers.sh.in: JAVA no longer sed. USed JRE/bin/java instead. Adapted for itw-modularjdk.args file;
+	few additional cosmetic changes
+
+2019-02-07  Jiri Vanek <jvanek at redhat.com>
+
+	Allowed cross-build of bat launchers on linux systems
+	* .Makefile: some if WINDOWS changed to if WINDOWS_OR_INCLUDE_BATS
+	* configure.ac: introduced --enable-bats-on-linux which (or if host is windows) set WINDOWS_OR_INCLUDE_BATS to true
+
+2019-02-07  Jiri Vanek <jvanek at redhat.com>
+
+	Added protection against to small applets. Enhanced understanding of properties like width/height
+	* netx/net/sourceforge/jnlp/AppletDesc.java: (getWidth) and (getHeight) now query proeprties for new keys
+	and resize acodringly to them and/
+	* netx/net/sourceforge/jnlp/config/Defaults.java: new keys made validated by integer. Treshold must be positive
+	* netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: added keys of deployment.small.size.treshold to allow
+	value since which applet is to small (default 10), deployment.small.size.override.{width,height} to set new size
+	negative values to enforce it, positive to be used as fallback, if no width/heigh (lower/upper/cammel) parameter found
+	default is set to search for width/height param and enforce 800x600 if not present
+
+2019-02-07  Jiri Vanek <jvanek at redhat.com>
+
+	Desktop sortcuts name is now based on title. And only if missing, then on file
+	* netx/net/sourceforge/jnlp/JNLPFile.java: new method of createNameForDesktopFile, which
+	returns title if it is present, jnlp file name otherwise.
+	* netx/net/sourceforge/jnlp/util/XDesktopEntry.java: getGeneratedJnlpFileName and getDesktopIconName now uses 
+	* NEWS: mentioned
+
+2019-02-06  Jiri Vanek <jvanek at redhat.com>
+
+	Delete-by app dialogue split keys to two groups instead of mixing them
+	* netx/net/sourceforge/jnlp/cache/CacheUtil.java: clearCache(String) changed to (String,bool,bool) to allow by-key access.
+	(listCacheIds) - same. (getCacheIds) - same plus used those two booleasn to select what keys to include in filtering
+	* netx/net/sourceforge/jnlp/controlpanel/CacheAppViewer.java: the deleteByApp dialog enhanced by TabView. Each tab holds
+	one family of keys.
+	* netx/net/sourceforge/jnlp/runtime/Boot.java: adapted to new signature of (CacheUtil.listCacheIds)
+
+2019-01-15  Jiri Vanek <jvanek at redhat.com>
+
+	Relaxed vendor and title to be no longer mandatory - based on oracle javaws behavior
+	* netx/net/sourceforge/jnlp/JNLPFile.java: getVendor/Title refactored to work without values. In strict mode,
+	they keep throwing MisisngElement exception/
+	* netx/net/sourceforge/jnlp/Parser.java: delegating logic to check title/vendor to JNLPfile. Jsut calling it with possibility of fail.
+	* netx/net/sourceforge/jnlp/resources/Messages.properties: added PMissingMandatoryWarning and PMissingMandatorySubstitution
+	to inform about missing title/vendor
+	* tests/netx/unit/net/sourceforge/jnlp/ParserTest.java: adapted to new behavior
+
+2019-01-15  Jiri Vanek <jvanek at redhat.com>
+
+	Made Linux launchers portable
+	* launcher/launchers.bat.in: made aware of the variables substituted from
+	* launcher/launchers.sh.in: included snippet for current directory resolving. If NEXT_JAR is not found on
+	its location, compose new (boot)classpath, based on current directory.
+
+2018-01-07  Joel Tesdall <jtesdall at mapcon.com>
+            Jiri Vanek <jvanek at redhat.com>
+
+	Added optional windows desktop integration
+	* AUTHORS: added Joel
+	* Makefile: Excluded (WindowsDesktopEntry.java) if mslinks are not included, added mslinks to UNIFIED_CLASSPATH_SEGMENTS
+	included mslinks to windows and linux runtime libs, added MSLINKS_JAR to other composeclasspath calls
+	* NEWS: mentioned windows desktop support, mentioned listing of cache and operations via id.
+	* acinclude.m4: added check (IT_CHECK_FOR_MSLINKS) for optional mslinks.jar, strong warning printed if build is on windows
+	* configure.ac: call (IT_CHECK_FOR_MSLINKS)
+	* netx/net/sourceforge/jnlp/Launcher.java: new variable of (KEY_JAVAWS_LOCATION) to replace hardcoded icedtea-web.bin.location over netx.
+	* netx/net/sourceforge/jnlp/OptionsDefinitions.java:  re-declared clear cache to take none or one argument.
+	Added Xcacheids switch for listing the cache (works with verbose)
+	* netx/net/sourceforge/jnlp/cache/CacheDirectory.java: refactored hardcoded ".info" to constant.
+	* netx/net/sourceforge/jnlp/cache/CacheEntry.java: introduced KEY_JNLP_PATH and used to set jnlp-path attribute
+	* netx/net/sourceforge/jnlp/cache/CacheLRUWrapper.java: hide private constructor, declared and provided (windowsShortcutList)
+	* netx/net/sourceforge/jnlp/cache/CacheUtil.java: extracted and used (checkToClearCache). Added second method clearCache
+	with arg to clear only specific part of cache. Clear cache also alerts windows desktop files now via new removeWindowsShortcuts.
+	Added methods to lists ids and details from cache listCacheIds and getCacheIds. Included new inner class CacheId to encapsualte
+	various types of id - CacheJnlpId and CacheDomainId now.
+	* netx/net/sourceforge/jnlp/cache/DirectoryNode.java: only adapted to .info refactoring
+	* netx/net/sourceforge/jnlp/cache/ResourceDownloader.java: Save main argument, or jnlp argument or html argument to
+	jnlp-path .info entry if found.
+	* netx/net/sourceforge/jnlp/controlpanel/CacheAppViewer.java: gui to itweb-settings cache pane to allow comfortable
+	listing of ids and deleting via those grouping.	New file.
+	* netx/net/sourceforge/jnlp/controlpanel/CachePane.java: added logic to show .info details for each file shown by cache viewer.
+	(generateData) made jnlp-path aware, made public and reused several times
+	* netx/net/sourceforge/jnlp/controlpanel/TemporaryInternetFilesPanel.java: added button to show dilog which is deleting by id
+	* netx/net/sourceforge/jnlp/resources/Messages.properties: added BXclearcache BXSingleCacheCleared BXSingleCacheClearNotFound
+	BXSingleCacheMoreThenOneId BXSingleCacheFileCount BXcacheids NOAnonorone WinDesktopError. Modified BXclearcache. Improved
+	EXAWdesktopWants EXAWdesktopDontWants EXAWsubmenu EXAWmenuWants EXAWmenuDontWants EXAWrememberByApp EXAWrememberByPage
+	EXAWrememberByAppTooltip EXAWbrowsersTolltip SDesktopShortcut
+	* netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java: added if isWindows reflective calls to  WindowsDesktopEntry
+	and original XdesktopEntry work moved to else part.
+	* netx/net/sourceforge/jnlp/runtime/Boot.java: now offer getter for optionParser (so it van be reused in ResourceDownloader)
+	Added understanding to Xcacheids. Understanding to Xclearcache adapted to its new optional argument
+	* netx/net/sourceforge/jnlp/util/GenericDesktopEntry.java: interface for (future) WindowsDesktopEntry and XDesktopEntry unification
+	* netx/net/sourceforge/jnlp/util/WindowsDesktopEntry.java: new file, implementation fo windos desktop integration
+	via lnk files generated by mslinks.jar. Unlike XDesktop integration, it swarms also uninstall shortcuts.
+	* netx/net/sourceforge/jnlp/util/XDesktopEntry.java: Mostly adapted to refactorings. Extracted extraction of favicon to method,
+	reused, and improved to try more locations on server.
+	* netx/net/sourceforge/jnlp/util/optionparser/OptionParser.java: adapted to refactorings
+	* launcher/launchers.bat.in: mslinks included in bootclasspath
+	* tests/netx/unit/net/sourceforge/jnlp/cache/CacheUtilTest.java: addd tests for CacheId
+	* tests/netx/unit/net/sourceforge/jnlp/util/XDesktopEntryTest.java: Added tests for favicon extraction
+
 2019-01-09  Jiri Vanek <jvanek at redhat.com>
 
 	With hope to backport windows desktop support and portable launchers from 1.8, adapted makefiles to be like 1.8 
diff -r 3a998e74a0f9 -r be3441a24561 Makefile.am
--- a/Makefile.am	Wed Jan 09 17:41:55 2019 +0100
+++ b/Makefile.am	Mon Feb 25 16:10:31 2019 +0100
@@ -21,7 +21,6 @@
 	export TOP_SRC_DIR := $(shell cygpath -p -m "$(abs_top_srcdir)")
 	export prefix := $(shell cygpath -p -m "$(prefix)")
 	export CPA="-v"
-	WIN_LAUNCHERS=launcher.build/$(javaws).bat launcher.build/$(itweb_settings).bat  launcher.build/$(policyeditor).bat
 else
 	export TOP_BUILD_DIR = $(abs_top_builddir)
 	export TOP_SRC_DIR = $(abs_top_srcdir)
@@ -29,18 +28,27 @@
 	WIN_LAUNCHERS=
 endif
 
+
+MODULARJDK_ARGS_FILE=itw-modularjdk.args
+
+if WINDOWS_OR_INCLUDE_BATS
+	WIN_LAUNCHERS=launcher.build/$(javaws).bat launcher.build/$(itweb_settings).bat  launcher.build/$(policyeditor).bat
+else
+	WIN_LAUNCHERS=
+endif
+
 if ENABLE_SHELL_LAUNCHERS
-	SHELL_LUNCHERS=$(WIN_LAUNCHERS) launcher.build/$(javaws).sh launcher.build/$(itweb_settings).sh launcher.build/$(policyeditor).sh
+	SHELL_LAUNCHERS=$(WIN_LAUNCHERS) launcher.build/$(MODULARJDK_ARGS_FILE) launcher.build/$(javaws).sh launcher.build/$(itweb_settings).sh launcher.build/$(policyeditor).sh
 else
-	SHELL_LUNCHERS=
+	SHELL_LAUNCHERS=
 endif
 
 
 if ENABLE_NATIVE_LAUNCHERS
-	NATIVE_LUNCHERS=launcher.build/$(javaws) launcher.build/$(itweb_settings) launcher.build/$(policyeditor)
+	NATIVE_LAUNCHERS=launcher.build/$(MODULARJDK_ARGS_FILE) launcher.build/$(javaws) launcher.build/$(itweb_settings) launcher.build/$(policyeditor)
 	DESKTOP_SUFFIX=
 else
-	NATIVE_LUNCHERS=
+	NATIVE_LAUNCHERS=
 	DESKTOP_SUFFIX=.sh
 endif
 
@@ -50,7 +58,7 @@
 ITWEB_SETTINGS=$(itweb_settings)$(DESKTOP_SUFFIX)
 POLICYEDITOR=$(policyeditor)$(DESKTOP_SUFFIX)
 
-LAUNCHERS=$(NATIVE_LUNCHERS) $(SHELL_LUNCHERS)
+LAUNCHERS=$(NATIVE_LAUNCHERS) $(SHELL_LAUNCHERS)
 DESKTOP_FILES=javaws.desktop itweb-settings.desktop policyeditor.desktop
 DESKTOP_IN_FILES=javaws.desktop.in itweb-settings.desktop.in policyeditor.desktop.in
 
@@ -163,14 +171,25 @@
   PLUGIN_JAR=$(datadir)/$(PACKAGE_NAME)/plugin.jar
   JSOBJECT_JAR=$(datadir)/$(PACKAGE_NAME)/jsobject.jar
 endif
-  NETX_JAR=$(datadir)/$(PACKAGE_NAME)/netx.jar
-  SPLASH_PNG=$(datadir)/$(PACKAGE_NAME)/javaws_splash.png
+
+NETX_JAR=$(datadir)/$(PACKAGE_NAME)/netx.jar
+SPLASH_PNG=$(datadir)/$(PACKAGE_NAME)/javaws_splash.png
+MODULARJDK_ARGS_LOCATION=$(DESTDIR)/$(MODULARJDK_ARGS_DIR)/$(MODULARJDK_ARGS_FILE)
+
 
 # Conditional defintions
 if HAVE_TAGSOUP
+if HAVE_MSLINKS
   NETX_EXCLUDE_SRCS=
 else
+  NETX_EXCLUDE_SRCS=net.sourceforge.jnlp.util.WindowsDesktopEntry.java
+endif
+else
+if HAVE_MSLINKS
   NETX_EXCLUDE_SRCS=net.sourceforge.jnlp.MalformedXMLParser.java
+else
+  NETX_EXCLUDE_SRCS=net.sourceforge.jnlp.MalformedXMLParser.java net.sourceforge.jnlp.util.WindowsDesktopEntry.java
+endif
 endif
 
 # Flags
@@ -187,7 +206,7 @@
 #    IllegalAccessException
 #  - we want full privileges
 #
-export UNIFIED_CLASSPATH_SEGMENTS=$(NETX_JAR) $(PLUGIN_JAR) $(JSOBJECT_JAR) $(RHINO_JAR) $(TAGSOUP_JAR)
+export UNIFIED_CLASSPATH_SEGMENTS=$(NETX_JAR) $(PLUGIN_JAR) $(JSOBJECT_JAR) $(RHINO_JAR) $(TAGSOUP_JAR) $(MSLINKS_JAR)
 export UNIFIED_JACOCO_CLASSPATH_SEGMENTS=$(UNIFIED_CLASSPATH_SEGMENTS) $(JACOCO_CLASSPATH)
 export UNIFIED_CLASSPATH=$(call joinsegments, $(UNIFIED_CLASSPATH_SEGMENTS))
 export UNIFIED_JACOCO_CLASSPATH=$(call joinsegments, $(UNIFIED_JACOCO_CLASSPATH_SEGMENTS))
@@ -288,7 +307,7 @@
 
 export PLUGIN_VERSION = IcedTea-Web $(FULL_VERSION)
 
-export EXTRA_DIST = $(top_srcdir)/netx $(top_srcdir)/plugin javaws.png $(DESKTOP_IN_FILES) $(top_srcdir)/completion \
+export EXTRA_DIST = $(MODULARJDK_ARGS_FILE) $(top_srcdir)/netx $(top_srcdir)/plugin javaws.png $(DESKTOP_IN_FILES) $(top_srcdir)/completion \
  launcher $(top_srcdir)/tests html-gen.sh NEW_LINE_IFS $(top_srcdir)/metadata.in $(top_srcdir)/win-installer
 
 # reproducers `D`shortcuts
@@ -311,6 +330,14 @@
 itweb_settings:= $(shell echo itweb-settings | sed '@program_transform_name@')
 policyeditor:= $(shell echo policyeditor | sed '@program_transform_name@')
 
+if WINDOWS_OR_INCLUDE_BATS
+# convert Unix newlines (LF) to DOS format:
+  fix_CRLF=-e "s/\$$/\r/"
+else
+  fix_CRLF=
+endif
+
+
 # the launcher needs to know $(bindir) and $(datadir) which can be different at
 # make-time from configure-time
 edit_launcher_script = sed \
@@ -323,9 +350,12 @@
   -e "s|[@]NETX_JAR[@]|$(NETX_JAR)|g" \
   -e "s|[@]PLUGIN_JAR[@]|$(PLUGIN_JAR)|g" \
   -e "s|[@]JSOBJECT_JAR[@]|$(JSOBJECT_JAR)|g" \
+  -e "s|[@]MSLINKS_JAR[@]|$(MSLINKS_JAR)|g" \
   -e "s|[@]TAGSOUP_JAR[@]|$(TAGSOUP_JAR)|g" \
   -e "s|[@]RHINO_JAR[@]|$(RHINO_JAR)|g" \
-  -e "s|[@]PROGRAM_NAME[@]|$${PROGRAM_NAME}|g"
+  -e "s|[@]PROGRAM_NAME[@]|$${PROGRAM_NAME}|g" \
+  -e "s|[@]MODULARJDK_ARGS_LOCATION[@]|$(MODULARJDK_ARGS_LOCATION)|g"
+
 
 # Top-Level Targets
 # =================
@@ -359,6 +389,8 @@
 	${INSTALL_DATA} $(NETX_DIR)/lib/classes.jar $(DESTDIR)$(NETX_JAR)
 	${INSTALL_DATA} $(NETX_SRCDIR)/javaws_splash.png $(DESTDIR)$(SPLASH_PNG)
 	${INSTALL_DATA} $(TOP_SRC_DIR)/javaws.png $(ICONS_DEST_DIR)/
+	mkdir -p $(DESTDIR)/$(MODULARJDK_ARGS_DIR)
+	cp launcher.build/$(MODULARJDK_ARGS_FILE) $(MODULARJDK_ARGS_LOCATION)
 if ENABLE_NATIVE_LAUNCHERS
 	${INSTALL_PROGRAM} launcher.build/$(javaws) $(DESTDIR)$(bindir)
 	${INSTALL_PROGRAM} launcher.build/$(itweb_settings) $(DESTDIR)$(bindir)
@@ -368,7 +400,7 @@
 	${INSTALL_PROGRAM} launcher.build/$(javaws).sh $(DESTDIR)$(bindir)
 	${INSTALL_PROGRAM} launcher.build/$(itweb_settings).sh $(DESTDIR)$(bindir)
 	${INSTALL_PROGRAM} launcher.build/$(policyeditor).sh $(DESTDIR)$(bindir)
-if WINDOWS
+if WINDOWS_OR_INCLUDE_BATS
 	${INSTALL_PROGRAM} launcher.build/$(javaws).bat $(DESTDIR)$(bindir)
 	${INSTALL_PROGRAM} launcher.build/$(itweb_settings).bat $(DESTDIR)$(bindir)
 	${INSTALL_PROGRAM} launcher.build/$(policyeditor).bat $(DESTDIR)$(bindir)
@@ -399,7 +431,7 @@
 	 done)
 endif
 endif
-if WINDOWS
+if WINDOWS_OR_INCLUDE_BATS
 	mkdir -p $(WIN_ALL_DEPS)
 	mkdir -p $(WIN_RUN_DEPS)
 	JARSVARS=` ( set -o posix ; set ) | sed "s/.*=//"  | grep \\.jar$$ | grep \\.jar.exe$$ ` ; \
@@ -421,6 +453,10 @@
 	filteredName=`basename $(TAGSOUP_JAR) | sed "s/[^a-zA-Z]//g" | sed "s/jar$$/.jar/"` ; \
 	cp -v $(TAGSOUP_JAR) $(WIN_RUN_DEPS)/$$filteredName
 endif
+if HAVE_MSLINKS
+	filteredName=`basename $(MSLINKS_JAR) | sed "s/[^a-zA-Z]//g" | sed "s/jar$$/.jar/"` ; \
+	cp -v $(MSLINKS_JAR) $(WIN_RUN_DEPS)/$$filteredName
+endif
 endif
 
 #no npapi plugin at all!
@@ -442,6 +478,7 @@
 if ENABLE_DOCS
 	cp -r $(DOCS_DIR)/html $(DESTDIR)$(prefix)/icedtea-web-docs
 endif
+	if [ ! -e $(DESTDIR)$(bindir)/$(MODULARJDK_ARGS_FILE) ] ; then cp $(MODULARJDK_ARGS_LOCATION) $(DESTDIR)$(bindir)/$(MODULARJDK_ARGS_FILE) ; fi
 	(cd $(DESTDIR)$(prefix)/.. && $(ZIP) -qr $(TOP_BUILD_DIR)/$(distdir).linux.bin.zip `basename $(DESTDIR)$(prefix)` );
 
 win-bin-dist: win-only-image
@@ -451,6 +488,7 @@
 # strips cygwin and other linux-like blobs. keeping only windows-usefull stuff
 win-only-image: install uninstall-linux-only remove-empty-linux-only-dirs
 	rm -rf $(WIN_ALL_DEPS)
+	if [ ! -e $(DESTDIR)$(bindir)/$(MODULARJDK_ARGS_FILE) ] ; then cp $(MODULARJDK_ARGS_LOCATION) $(DESTDIR)$(bindir)/$(MODULARJDK_ARGS_FILE) ; fi
 if ENABLE_DOCS
 	cp -r $(DOCS_DIR)/html $(DESTDIR)$(prefix)/icedtea-web-docs
 endif
@@ -495,7 +533,7 @@
 	if ls -1qA $$dirCandidate | grep -q . ; then echo "$$dirCandidate not empty"; else rmdir -v $$dirCandidate ; fi ;
 
 # all generated manpages must be removed one by one
-# shell (only shell!) lunchers must go away
+# shell (only shell!) launchers must go away
 uninstall-linux-only:
 	KNOWN_MANS="icedtea-web.1  icedtea-web-plugin.1  itweb-settings.1  javaws.1  policyeditor.1" ; \
 	KNOWN_DIRS="man1 de/man1 pl/man1 cs/man1" ; \
@@ -519,7 +557,7 @@
 	rm -r $(DESTDIR)$(SPLASH_PNG)
 	rm -r $(ICONS_DEST_DIR)/javaws.png
 	rm -rf $(DESTDIR)$(htmldir)
-if WINDOWS
+if WINDOWS_OR_INCLUDE_BATS
 	rm -rf $(WIN_ALL_DEPS)
 	rm -rf $(WIN_RUN_DEPS)
 	rm -f $(DESTDIR)$(bindir)/$(javaws).bat
@@ -695,7 +733,7 @@
 	  mkdir -p $(TOP_BUILD_DIR)/liveconnect && \
 	  $(SYSTEM_JDK_DIR)/bin/javac $(IT_JAVACFLAGS) \
 	      -d $(TOP_BUILD_DIR)/liveconnect \
-	      $(call composeclasspath,$(NETX_DIR) $(TAGSOUP_JAR) $(RHINO_JAR)) \
+	      $(call composeclasspath,$(NETX_DIR) $(MSLINKS_JAR) $(TAGSOUP_JAR) $(RHINO_JAR)) \
 	      -sourcepath $(LIVECONNECT_SRCS) \
 	      @liveconnect-source-files.txt ; \
 	fi
@@ -854,7 +892,7 @@
 	$(SYSTEM_JDK_DIR)/bin/javac $(IT_JAVACFLAGS) \
 		-d $(NETX_DIR) \
 		-sourcepath $(NETX_SRCDIR) \
-		$(call composeclasspath, $(TAGSOUP_JAR) $(RHINO_JAR)) \
+		$(call composeclasspath, $(MSLINKS_JAR) $(TAGSOUP_JAR) $(RHINO_JAR)) \
 	    @netx-source-files.txt
 	(cd $(NETX_RESOURCE_DIR); \
 	 for files in $$(find . -type f); \
@@ -893,6 +931,12 @@
 	rm -f itweb-settings.desktop
 	rm -f policyeditor.desktop
 
+# launcher run args:
+launcher.build/$(MODULARJDK_ARGS_FILE): $(srcdir)/$(MODULARJDK_ARGS_FILE)
+	mkdir -p launcher.build
+	cp $(srcdir)/$(MODULARJDK_ARGS_FILE) launcher.build/$(MODULARJDK_ARGS_FILE)
+
+
 if ENABLE_SHELL_LAUNCHERS
 launcher.build/$(javaws).sh: launcher/launchers.sh.in
 	mkdir -p launcher.build
@@ -915,15 +959,14 @@
 	PROGRAM_NAME=$(policyeditor) ;\
 	$(edit_launcher_script) < $< > $@
 
-if WINDOWS
+if WINDOWS_OR_INCLUDE_BATS
 # TODO get rid of this copypaste
 launcher.build/$(javaws).bat: launcher/launchers.bat.in
 	mkdir -p launcher.build
 	MAIN_CLASS=net.sourceforge.jnlp.runtime.Boot ;\
 	BIN_LOCATION=$(bindir)/$(javaws) ;\
 	PROGRAM_NAME=$(javaws) ;\
-	$(edit_launcher_script) < $< > $@
-
+	$(edit_launcher_script) $(fix_CRLF) < $< > $@
 
 # TODO get rid of this copypaste
 launcher.build/$(itweb_settings).bat: launcher/launchers.bat.in
@@ -931,7 +974,7 @@
 	MAIN_CLASS=net.sourceforge.jnlp.controlpanel.CommandLine ;\
 	BIN_LOCATION=$(bindir)/$(itweb_settings) ;\
 	PROGRAM_NAME=$(itweb_settings) ;\
-	$(edit_launcher_script) < $< > $@
+	$(edit_launcher_script) $(fix_CRLF) < $< > $@
 
 # TODO get rid of this copypaste
 launcher.build/$(policyeditor).bat: launcher/launchers.bat.in
@@ -939,11 +982,12 @@
 	MAIN_CLASS=net.sourceforge.jnlp.security.policyeditor.PolicyEditor ;\
 	BIN_LOCATION=$(bindir)/$(policyeditor) ;\
 	PROGRAM_NAME=$(policyeditor) ;\
-	$(edit_launcher_script) < $< > $@
+	$(edit_launcher_script) $(fix_CRLF) < $< > $@
 endif
 endif
 
 clean-launchers:
+	rm -f launcher.build/$(MODULARJDK_ARGS_FILE)
 if ENABLE_NATIVE_LAUNCHERS
 	rm -f launcher.build/$(javaws)
 	rm -f launcher.build/$(itweb_settings)
@@ -954,12 +998,12 @@
 	rm -f launcher.build/$(javaws).sh
 	rm -f launcher.build/$(itweb_settings).sh
 	rm -f launcher.build/$(policyeditor).sh
-if WINDOWS
+endif
+if WINDOWS_OR_INCLUDE_BATS
 	rm -f launcher.build/$(javaws).bat
 	rm -f launcher.build/$(itweb_settings).bat
 	rm -f launcher.build/$(policyeditor).bat
 endif
-endif
 	if [ -e launcher.build ] ; then \
 	  rmdir launcher.build ; \
 	fi
@@ -993,7 +1037,7 @@
 	 -doctitle 'IcedTea-Web: NetX API Specification' \
 	 -windowtitle 'IcedTea-Web: NetX ' \
 	 -header '<strong>IcedTea-Web<br/>NetX</strong>' \
-	 $(call composeclasspath, $(TAGSOUP_JAR) $(RHINO_JAR)) \
+	 $(call composeclasspath, $(MSLINKS_JAR) $(TAGSOUP_JAR) $(RHINO_JAR)) \
 	 $(NETX_PKGS)
 endif
 	mkdir -p stamps
@@ -1011,7 +1055,7 @@
 	 -doctitle 'IcedTea-Web: Plugin API Specification' \
 	 -windowtitle 'IcedTea-Web: Plugin ' \
 	 -header '<strong>IcedTea-Web<br/>Plugin</strong>' \
-	 $(call composeclasspath, $(TAGSOUP_JAR) $(RHINO_JAR)) \
+	 $(call composeclasspath, $(MSLINKS_JAR) $(TAGSOUP_JAR) $(RHINO_JAR)) \
 	 $(PLUGIN_PKGS)
 endif
 endif
@@ -1491,7 +1535,7 @@
 	mkdir -p $(NETX_UNIT_TEST_DIR) && \
 	$(SYSTEM_JDK_DIR)/bin/javac $(IT_JAVACFLAGS) \
 	 -d $(NETX_UNIT_TEST_DIR) \
-	 $(call composeclasspath, $(JUNIT_RUNTIME) $(TOP_BUILD_DIR)/liveconnect/lib/classes.jar $(NETX_DIR)/lib/classes.jar $(TEST_EXTENSIONS_DIR) $(TAGSOUP_JAR)) \
+	 $(call composeclasspath, $(JUNIT_RUNTIME) $(TOP_BUILD_DIR)/liveconnect/lib/classes.jar $(NETX_DIR)/lib/classes.jar $(MSLINKS_JAR)  $(TEST_EXTENSIONS_DIR) $(TAGSOUP_JAR)) \
 	 @netx-unit-tests-source-files.txt && \
 	mkdir -p stamps && \
 	touch $@
@@ -1521,7 +1565,7 @@
 	done ; \
 	cd $(NETX_UNIT_TEST_DIR) ; \
 	class_names=`cat $(UNIT_CLASS_NAMES)` ; \
-	CLASSPATH="$(call joinsegments, $(NETX_DIR)/lib/classes.jar $(TOP_BUILD_DIR)/liveconnect/lib/classes.jar $(JUNIT_RUNTIME) $(JUNIT_RUNNER_JAR) $(TEST_EXTENSIONS_DIR) . $(TEST_EXTENSIONS_SRCDIR) $(TAGSOUP_JAR))" ; \
+	CLASSPATH="$(call joinsegments, $(NETX_DIR)/lib/classes.jar $(TOP_BUILD_DIR)/liveconnect/lib/classes.jar $(JUNIT_RUNTIME) $(MSLINKS_JAR) $(JUNIT_RUNNER_JAR) $(TEST_EXTENSIONS_DIR) . $(TEST_EXTENSIONS_SRCDIR) $(TAGSOUP_JAR))" ; \
 	  $(SYSTEM_JRE_DIR)/bin/java "-Xbootclasspath/a:$$CLASSPATH" CommandLine $$class_names 
 if WITH_XSLTPROC
 	-$(XSLTPROC) --stringparam logs logs_unit.html $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/jreport.xsl $(NETX_UNIT_TEST_DIR)/tests-output.xml > $(TESTS_DIR)/index_unit.html
@@ -1561,7 +1605,7 @@
 	  mv $(NETX_UNIT_TEST_DIR)/$$file  $(NETX_UNIT_TEST_DIR)/"$$file""$(EMMA_BACKUP_SUFFIX)" ; \
 	done ;\
 	class_names=`cat $(UNIT_CLASS_NAMES)` ; \
-	CLASSPATH=$(call joinsegments, $(NETX_DIR)/lib/classes.jar $(TOP_BUILD_DIR)/liveconnect/lib/classes.jar $(JUNIT_RUNTIME) $(JUNIT_RUNNER_JAR) $(TEST_EXTENSIONS_DIR) $(JACOCO_CLASSPATH) . $(TEST_EXTENSIONS_SRCDIR) $(TAGSOUP_JAR)) ; \
+	CLASSPATH=$(call joinsegments, $(NETX_DIR)/lib/classes.jar $(TOP_BUILD_DIR)/liveconnect/lib/classes.jar $(JUNIT_RUNTIME) $(JUNIT_RUNNER_JAR) $(TEST_EXTENSIONS_DIR) $(JACOCO_CLASSPATH) . $(TEST_EXTENSIONS_SRCDIR) $(MSLINKS_JAR) $(TAGSOUP_JAR)) ; \
 	  $(SYSTEM_JRE_DIR)/bin/java $(JACOCO_AGENT_SWITCH) -Xbootclasspath/a:$$CLASSPATH CommandLine $$class_names ; \
 	for file in $(COVERAGE_MODIFIED_FILES) ; do \
 	  mv $(NETX_UNIT_TEST_DIR)/$$file  $(NETX_UNIT_TEST_DIR)/"$$file""$(EMMA_SUFFIX)" ; \
diff -r 3a998e74a0f9 -r be3441a24561 NEWS
--- a/NEWS	Wed Jan 09 17:41:55 2019 +0100
+++ b/NEWS	Mon Feb 25 16:10:31 2019 +0100
@@ -14,6 +14,9 @@
 * enhanced to allow resources to be read also from j2se/java element (OmegaT)
 * PR3644 - java.lang.NoClassDefFoundError: Could not initialize class net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder
 * deployment.config now support generic url instead just file
+* Added support for windows desktop shortcuts via https://github.com/DmitriiShamrikov/mslinks
+* cache can now be operated by groups, list by -Xcacheids (details via -verbose, can filter by regex), Xclearcache now can clear only selected id. There is also gui to operate cache via id in itweb-settings now.
+* desktop shortcut name get shortened to title or file if title is missing.
 
 New in release 1.7.1 (2017-12-15):
 * better work with authors file
diff -r 3a998e74a0f9 -r be3441a24561 acinclude.m4
--- a/acinclude.m4	Wed Jan 09 17:41:55 2019 +0100
+++ b/acinclude.m4	Mon Feb 25 16:10:31 2019 +0100
@@ -492,6 +492,43 @@
   AM_CONDITIONAL([HAVE_TAGSOUP], [test x$TAGSOUP_JAR != xno -a x$TAGSOUP_JAR != x ])
 ])


More information about the distro-pkg-dev mailing list