You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Wes Turner (JIRA)" <ji...@apache.org> on 2014/01/07 21:09:50 UTC

[jira] [Created] (ANY23-176) DOC: Apache Any23 Installation Guide

Wes Turner created ANY23-176:
--------------------------------

             Summary: DOC: Apache Any23 Installation Guide
                 Key: ANY23-176
                 URL: https://issues.apache.org/jira/browse/ANY23-176
             Project: Apache Any23
          Issue Type: Bug
            Reporter: Wes Turner


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"




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)