Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add help message when zanata-server-package is not invoked correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Sep 11, 2013
1 parent e9037ce commit 7e0a075
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zanata-war/etc/scripts/zanata-server-package.sh
Expand Up @@ -13,6 +13,14 @@
# Pre-requisites:
# 1. Apache maven in the path

if [ $# -lt 2 ]; then
echo "Usage:"
echo "zanata-server-package.sh JBOSS_LOCATION ZANATA_WAR_LOCATION"
echo ""
echo "This must be done with a jboss AS 7.2.0 zip file with Hibernate 4.2.0.Final"
exit 1
fi

# Mysql Driver version to be used
MYSQL_DRV_VERSION=5.1.18

Expand Down

0 comments on commit 7e0a075

Please sign in to comment.