You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2016/05/19 20:27:12 UTC

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

     [ https://issues.apache.org/jira/browse/ANY23-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved ANY23-176.
----------------------------------------
    Resolution: Fixed

> DOC: Apache Any23 Installation Guide
> ------------------------------------
>
>                 Key: ANY23-176
>                 URL: https://issues.apache.org/jira/browse/ANY23-176
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: site
>            Reporter: Wes Turner
>              Labels: documentation
>             Fix For: 1.2
>
>
> 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.3.4#6332)