ow2-proactive/programming

bin/env.sh script does look in wrong directory for config files

Closed this issue · 3 comments

Original issue created by Tobias Wiens on 09, Jan 2015 at 14:23 PM - PALIGHT-89


The environment script:
JAVACMD=$JAVA_HOME"/bin/java -Djava.security.manager -Djava.security.policy=$PROACTIVE/examples/proactive.java.policy -Dlog4j.configuration=file:${PROACTIVE}/examples/proactive-log4j -Dproactive.home=$PROACTIVE "

does search the examples folder, which does not exist.

It works when changed to the compile folder.

Original comment posted by Tobias Wiens on 09, Jan 2015 at 14:32 PM


Expected fix

Original comment posted by Youri Bonnaffe on 12, Jan 2015 at 09:40 AM


Thanks Tobias, pushed as d28ad35