/[formed]/trunk/pdf2xfa/bin/compile.sh
ViewVC logotype

Contents of /trunk/pdf2xfa/bin/compile.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (show annotations)
Sat Oct 6 21:17:00 2007 UTC (17 years, 4 months ago) by teichmann
File MIME type: application/x-sh
File size: 186 byte(s)
Initial import of the PDF to XFA server
1 #!/bin/sh
2
3 BASE=`dirname $0`/..
4 BASE_LIB=`readlink -f $BASE`/lib
5
6 CP=$BASE/src
7 for jar in $BASE_LIB/*.jar; do
8 CP=$CP:$jar
9 done
10
11
12 CLASSPATH=$CP:$CLASSPATH javac -d $BASE/classes "$@"

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26