Message12462

Author jamesmudd
Recipients jamesmudd
Date 2019-04-27.22:16:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556403391.71.0.862235771525.issue2764@roundup.psfhosted.org>
In-reply-to
Content
The readme is not displayed when using the GUI installer see screenshot attached.

When using the command line install it is also missing e.g

pi@raspberrypi:~/git/jython/dist $ java -jar jython-installer.jar 
    Welcome to Jython !
    You are about to install Jython version 2.7.2a1+
    (at any time, answer c to cancel the installation)
    For the installation process, the following languages are available: English, German
    Please select your language [E/g] >>> 
    Do you want to read the license agreement now ? [y/N] >>> 
    Do you accept the license agreement ? [Y/n] >>> 
    The following installation types are available:
      1. All (everything, including sources)
      2. Standard (core, library modules, demos and examples, documentation)
      3. Minimum (core)
      9. Standalone (a single, executable .jar)
    Please select the installation type [ 1 /2/3/9] >>> 
    Do you want to exclude parts from the installation ? [y/N] >>> 
    Please enter the target directory >>> /home/pi/jython
    Unable to find directory /home/pi/jython, create it ? [Y/n] >>> 
    Your java version to start Jython is: Oracle Corporation / 1.8.0_65
    Your operating system version is: Linux / 4.14.98-v7+
    Summary:
      - mod: true
      - demo: true
      - doc: true
      - src: true
      - ensurepip: true
      - JRE: /usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/jre
    Please confirm copying of files to directory /home/pi/jython [Y/n] >>> 
     10 %
     20 %
     30 %
     40 %
     50 %
     60 %
     70 %
     80 %
    Generating start scripts ...
    Installing pip and setuptools
     90 %
    Collecting setuptools
    Collecting pip
    Installing collected packages: setuptools, pip
    Successfully installed pip-9.0.1 setuptools-28.8.0
     100 %
    Do you want to show the contents of README ? [y/N] >>> y
    null
    Please press Enter to proceed >>> 
    Congratulations! You successfully installed Jython 2.7.2a1+ to directory /home/pi/jython.

The readme is null. I suspect this occurred when i changed the readme to markdown. Should we also maintain the txt readme for this reason?
History
Date User Action Args
2019-04-27 22:16:31jamesmuddsetrecipients: + jamesmudd
2019-04-27 22:16:31jamesmuddsetmessageid: <1556403391.71.0.862235771525.issue2764@roundup.psfhosted.org>
2019-04-27 22:16:31jamesmuddlinkissue2764 messages
2019-04-27 22:16:31jamesmuddcreate