sintonia/dev_tools/propel_regenerate.sh

15 lines
410 B
Bash
Raw Normal View History

2021-08-16 17:44:19 +02:00
#!/usr/bin/env bash
set -e
2012-07-18 21:10:45 +02:00
# Absolute path to this script
2021-08-16 23:00:01 +02:00
SCRIPT=$(readlink -f "$0")
2012-07-18 21:10:45 +02:00
# Absolute directory this script is in
2021-08-16 23:00:01 +02:00
SCRIPTPATH=$(dirname "$SCRIPT")
2012-07-18 21:10:45 +02:00
2021-08-16 23:00:01 +02:00
cd "$SCRIPTPATH/../airtime_mvc/" || (echo "could not cd in $SCRIPTPATH/../airtime_mvc/" && exit 1)
2021-08-16 13:45:32 +02:00
path=$(pwd)
2012-07-18 21:10:45 +02:00
cd build
2021-08-16 23:00:01 +02:00
sed -i "s|\"project\.home =.*$\"|\"project.home = $path\"|g" build.properties
../../vendor/propel/propel1/generator/bin/propel-gen