My favorites
▼
|
Sign in
szsz
Random code snippets
Project Home
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
rhino
/
rhinoc
r60
1
2
3
4
5
6
7
8
9
#!/bin/zsh
RHINO_HOME="${RHINO_HOME:-/opt/appengine/js}"
RHINO_CLASSPATH="${RHINO_CLASSPATH:-.}"
RHINO_CLASSPATH="$RHINO_CLASSPATH:$RHINO_HOME/lib/js.jar"
RHINO_CLASSPATH="$RHINO_CLASSPATH:$RHINO_HOME/lib"
exec java -cp "$RHINO_CLASSPATH" RhinoC "$@"
Show details
Hide details
Change log
r12
by grr...@szsz.pl on Apr 22, 2009
Diff
Javascript to Java class compiler frontend
Go to:
/trunk/gae-java/template/build.xml
/trunk/rhino
/trunk/rhino/Makefile
/trunk/rhino/rhino
/trunk/rhino/rhinoc
/trunk/rhino/rhinoc.js
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 254 bytes, 9 lines
View raw file
File properties
svn:mergeinfo
Powered by
Google Project Hosting