Uploaded image for project: 'Apache Any23 (Retired)'
  1. Apache Any23 (Retired)
  2. ANY23-176

DOC: Apache Any23 Installation Guide

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • site

    Description

      https://any23.apache.org/install.html

      1. I am unable to locate an archive file containing "bin"
      apache-any23-$project.version-bin.tar.gz

      2. I may be building it wrong, but I had to create the following script in order to run the any23 command locally on my machine:

      #!/bin/sh
      ANY23_HOME="$_

      {SRC}

      /any23/./core/target/appassembler"
      ANY23="${ANY23_HOME}/bin"
      export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m"
      export JAVA_HOME="/usr/lib/jvm/default-java"
      export JAVA_BIN="${JAVA_HOME}/bin"
      export PATH="${JAVA_HOME}:${ANY23}:$PATH"

      Attachments

        Activity

          People

            Unassigned Unassigned
            westurner Wes Turner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: