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 2014/01/13 22:00:51 UTC

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

    [ https://issues.apache.org/jira/browse/ANY23-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13869976#comment-13869976 ] 

Lewis John McGibbney commented on ANY23-176:
--------------------------------------------

Hi [~westurner], yeah the installation guide is terribly inaccurate right now. I will get it sorted tomorrow once I've stepped through using the any23 script within core again. Thanks for reporting.

> 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
>              Labels: documentation
>
> 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)