java - BUILD FAILED: Cannot find an environment variable -
i'm trying build tinos/rina project https://github.com/pouzinsociety/tinos/tree/development on raspbian (raspberry pi debian).
its instructions issue ant jar
in build directory, when get:
build failed /opt/tinos/projects/rina/build-rina/build.xml:34: cannot find /opt/tinos/projects/rina/build-rina/${env.tinos_home}/projects/spring-build/tinos/package-top-level.xml imported /opt/tinos/projects/rina/build-rina/build.xml
so there's environment variable i'm missing somewhere, linux environment variable, or sort of java or apache/ant variable? set it?
i tried set tinos_home=/opt/tinos/
command line, didn't change anything.
i'm stupid , never performed "export tinos_home" -- that's fixed (bash shell)
Comments
Post a Comment