2004-09-21 | paulb | raw annotate files changeset graph | [project @ 2004-09-21 17:59:03 by paulb] Fixed path field discovery by removing parameters with empty names. This may not be totally correct, however. |
1 Before running build.py, compile the special PyServlet classes: 2 3 CLASSPATH=$CATALINA_HOME/common/lib/servlet.jar:$JYTHON_HOME/jython.jar \ 4 javac classes/uk/org/boddie/webstack/util/PyServlet.java 5 6 Any supplied classes will have been produced by compiling the given source code 7 against libraries provided with the stated tested framework (see the main 8 README.txt document for details).