OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APPDIR
(Results
1 - 4
of
4
) sorted by null
/external/autotest/frontend/client/
generate-javadoc
2
APPDIR
=`dirname $0`;
3
GWTDIR=`$
APPDIR
/gwt_dir`;
4
javadoc -classpath "$
APPDIR
/src:$GWTDIR/gwt-user.jar" -d doc -public \
AfeClient-shell
2
APPDIR
=`dirname $0`;
3
GWTDIR=`$
APPDIR
/gwt_dir`;
4
java -cp "$
APPDIR
/src:$
APPDIR
/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/afe/server/autotest.AfeClient/AfeClient.html "$@" autotest.AfeClient
EmbeddedTkoClient-shell
2
APPDIR
=`dirname $0`;
3
GWTDIR=`$
APPDIR
/gwt_dir`;
4
java -cp "$
APPDIR
/src:$
APPDIR
/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/new_tko/server/autotest.EmbeddedTkoClient/EmbeddedTkoClientTest.html "$@" autotest.EmbeddedTkoClient
TkoClient-shell
2
APPDIR
=`dirname $0`;
3
GWTDIR=`$
APPDIR
/gwt_dir`;
4
java -cp "$
APPDIR
/src:$
APPDIR
/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/new_tko/server/autotest.TkoClient/TkoClient.html "$@" autotest.TkoClient
Completed in 114 milliseconds