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.
		
		
		
		
		
			| 
				
					
						 | 
			3 months ago | |
|---|---|---|
| src/de/superx | 4 months ago | |
| src-modules/module/etl | 3 months ago | |
| superx | 3 months ago | |
| .classpath | 4 months ago | |
| .gitignore | 3 years ago | |
| .project | 2 years ago | |
| README.md | 3 years ago | |
| build.xml | 12 months ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	etl
Modul Laderoutinen für SuperX
Zur Installation
- Setzen Sie in der SQL_ENV die Variable ETL_PFAD auf den gewünschten Pfad (normalerweise .../db/module/etl)
 - Installieren Sie ANT, wenn noch nicht geschehen
 - Führen Sie aus: ant -DMODULE_PATH=$ETL_PFAD -DBASE_DIR=. -DWEBAPP=$WEBAPP -DMODULE=etl all
 
Zum Build der Java Quellen installieren Sie Java 1.8, und führen Sie aus: ant -DWEBAPP=$WEBAPP distEtl Damit wird die superx-etl.jar erzeugt und in den Ordner WEB-INF/lib kopiert.