Ignore:
Timestamp:
2018-02-13T18:46:04+13:00 (6 years ago)
Author:
ak19
Message:

Committing the first checkpoint of getting the GLIApplet to work with Java Web Start/JNLP, along with the important gli\README_WebGLI.txt with instructions. This commit uses the Java Web Start as fallback if the GLI applet can't be displayed. Some strings are hardcoded in the version of the gli\GLIApplet.jnlp file at this point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/makejar.bat

    r31649 r32136  
    165165:: include all the properties (and other loose) files in the toplevel classes directory into the GLI.jar
    166166:: (Do something similar to get any and all folders inside the toplevel jar folder included into GLI.jar?)
    167 "%JARPATH%\jar" cf GLI.jar .java.policy metadata.zip %optional% help %propfiles% -C classes images -C classes xml -C jar com -C jar de -C jar org -C jar javax
    168 
     167:: Note that order of manifest and jar file should match order of "mf" vs "fm" params to jar command
     168"%JARPATH%\jar" cmf manifest.mf GLI.jar .java.policy metadata.zip %optional% help %propfiles% -C classes images -C classes xml -C jar com -C jar de -C jar org -C jar javax
     169
     170:: Not (yet) included in the new manifest.mf:
     171:: Codebase: http://localhost:8383/greenstone3/applet
    169172
    170173:: Tidy up
Note: See TracChangeset for help on using the changeset viewer.