Modul Qualitätssicherung
http://www.superx-projekt.de/doku/qa_modul/index.htm
|
1 year ago | |
---|---|---|
scripts/groovy | ||
src/de/superx/qa | ||
src-modules/module/qa | 1 year ago | |
superx | ||
.ant-targets-build.xml | ||
.classpath | ||
.gitignore | ||
.project | ||
LICENSE | ||
README.md | ||
build.xml | ||
rsync_to_superx.x | 1 year ago |
README.md
Modul-Skeleton
Nach dem Auschecken des Repository z.B. in /home/superx/git können Sie es wie folgt installieren:
#Installieren Sie ant, z.B. in /home/superx/tools
wget https://dlcdn.apache.org/ant/binaries/apache-ant-1.10.12-bin.tar.gz
#Ergänzen Sie die SQL_ENV um die Zeilen
ANT_HOME=/home/superx/tools/apache-ant-1.10.12
export ANT_HOME
PATH=$PATH:$ANT_HOME/bin
export PATH
#Dann gehen Sie ins Verzeichnis
cd git/meinmodul
#und führen aus:
ant -DMODULE_PATH=$MEINMODUL_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=meinmodul all