Improvements
[jprojects-scripts.git] / .jprojects.sh
index c2178e1014a4697a9e166c2a62c425098bcd7f82..ae46e9264c8865fa17893850806c2e8e1d1f737a 100644 (file)
@@ -30,12 +30,14 @@ LIST="${LIST} addressbook-swing"
 # Own home directory
 declare -r JPROJECTS_HOME="${PWD}"
 
+# ant binary
+ANT_BIN=`which ant`
+
 # Test on .git availability"
 for project in ${LIST}; do
        if [ ! -d "${project}" ]
        then
                echo "$0: Project '${project}' not created."
-               exit 1
        elif [ ! -f "${project}/.git/config" ]
        then
                echo "$0: Project '${project}' is no GIT project."