-
There is no simple Unix like package, which can be simply untared and started.
Here is a simple Unix start script, which may be integrated:
#!/bin/sh
# Treebread Unix startup script
# Copyright headissue GmbH, Jens Wilke, 2007
# find out install directory
US=`dirname $0`;
US=`(cd $US; pwd))`;
cd $US;
# build classpath with all delivered jars
export CLASSPATH=$US:`for I in...
2007-12-20 11:30:05 UTC in Treebeard
-
jwilke committed patchset 49 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 2 files.
2006-08-09 07:01:14 UTC in Asterisk JTAPI
-
jwilke committed patchset 48 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 6 files.
2006-08-08 10:31:43 UTC in Asterisk JTAPI
-
jwilke committed patchset 47 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 1 files.
2006-06-29 08:47:47 UTC in Asterisk JTAPI
-
jwilke committed patchset 46 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 1 files.
2006-06-29 08:44:11 UTC in Asterisk JTAPI
-
jwilke committed patchset 45 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 1 files.
2006-06-29 08:43:18 UTC in Asterisk JTAPI
-
jwilke committed patchset 44 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 1 files.
2006-05-22 17:37:59 UTC in Asterisk JTAPI
-
jwilke committed patchset 43 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 1 files.
2006-05-22 17:23:29 UTC in Asterisk JTAPI
-
jwilke committed patchset 42 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 1 files.
2006-05-15 09:43:08 UTC in Asterisk JTAPI
-
jwilke committed patchset 41 of module asterisk-jtapi to the Asterisk JTAPI CVS repository, changing 1 files.
2006-05-15 09:37:55 UTC in Asterisk JTAPI