blob: a4192566cf497b4fbd7a08e005c3551a04717a85 [file] [log] [blame]
#!/bin/sh
if [ -e target/apacheds-server-main-1.0-RC2-app.jar ] ; then
echo uber jar exists
else
echo uber jar not found need to build it
mvn clean assembly:assembly
fi
java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.0-RC2-app.jar server.xml