blob: cb7909f2032333fa659a08f7f8581ce233e7deec [file] [log] [blame]
#!/bin/sh
if [ -e bin/felix.jar ] ; then
echo Apache Directory OSGi Main exists
else
echo Need to build Apache Directory OSGi Main ...
mvn clean install
fi
java -Dlog4j.configuration=file://$(pwd)/conf/log4j.properties -jar bin/felix.jar server.xml