Berichtsassistent
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Andre Knieschewski 025a210835 Auswahl Köpfe oder Fälle mit Abhängigkeit beim Spaltenlayout auf gewichtete Fälle und Fallback wenn noch Köpfe oder Fälle noch nicht in sx_repository (altes SOS Modul). 6 days ago
src/de/superx/rpta Export von Datenbalken #3 2 years ago
src-modules/module/rpta Auswahl Köpfe oder Fälle mit Abhängigkeit beim Spaltenlayout auf gewichtete Fälle und Fallback wenn noch Köpfe oder Fälle noch nicht in sx_repository (altes SOS Modul). 6 days ago
superx Bugfix Personal-Spaltenleyouts Spaltentyp #13 1 month ago
test Add ant build test #1 3 years ago
.classpath Export von Datenbalken #3 2 years ago
.gitignore Endsemester und Filter Studierende #4 11 months ago
.project Export von Datenbalken #3 2 years ago
LICENSE Initial commit 3 years ago
README.md Installationsanleitung 3 years ago
build.xml Export von Datenbalken #3 2 years ago

README.md

= Berichtsassistent

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
RPTA_PFAD=$SUPERX_MODULE/rpta; export RPTA_PFAD

#Dann gehen Sie ins Verzeichnis

cd git/rpta

#und führen aus:

ant  -DMODULE_PATH=$RPTA_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=rpta all