root/tags/release-1.0.2/pustefix-tutorial/newproject.sh

Revision 3578, 278 bytes (checked in by schst, 4 years ago)

Initial import of the skeleton for the tutorial application

Line 
1#!/bin/sh
2
3docroot=$PWD/projects/
4
5mylogjar=`ls lib/log*.jar;`
6mysaxonjar=`ls lib/saxon6*.jar;`
7mypfixcore=`ls lib/pfixcore*.jar;`
8
9java -Dpustefix.docroot=${docroot} -classpath $mypfixcore:$mylogjar:$mysaxonjar:build de.schlund.pfixcore.util.basicapp.basics.InitNewPfixProject
Note: See TracBrowser for help on using the browser.