Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
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="$_
/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"