root/tags/release-1.0.2/pustefix-tutorial/newproject.sh
| Revision 3578, 278 bytes (checked in by schst, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | docroot=$PWD/projects/ |
| 4 | |
| 5 | mylogjar=`ls lib/log*.jar;` |
| 6 | mysaxonjar=`ls lib/saxon6*.jar;` |
| 7 | mypfixcore=`ls lib/pfixcore*.jar;` |
| 8 | |
| 9 | java -Dpustefix.docroot=${docroot} -classpath $mypfixcore:$mylogjar:$mysaxonjar:build de.schlund.pfixcore.util.basicapp.basics.InitNewPfixProject |
Note: See TracBrowser
for help on using the browser.
