Changes between Initial Version and Version 1 of Ticket #55806


Ignore:
Timestamp:
Feb 12, 2018, 4:04:38 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55806

    • Property Owner set to breun
    • Property Status changed from new to assigned
  • Ticket #55806 – Description

    initial v1  
    66Running kotlin with the `-version` argument:
    77
    8     $ kotlin -version
     8{{{
     9$ kotlin -version
     10}}}
    911
    1012generates the message:
    1113
    12     error: no build.txt was found at home=/opt/local/share/java/kotlin
     14{{{
     15error: no build.txt was found at home=/opt/local/share/java/kotlin
     16}}}
    1317
    1418While normally application run errors are the purview of the application developers, this appears to either be due to a missing file, which would be an installation issue.