|
Groovy example source code file (java2groovy)
The Groovy java2groovy source code#!/bin/sh ############################################################################## ## ## ## Groovy JVM Bootstrap for UN*X ## ## ## ############################################################################## ## ## $Revision: 4241 $ ## $Date: 2006-11-16 17:30:40 +0000 (Thu, 16 Nov 2006) $ ## GROOVY_APP_NAME=Java2Groovy # resolve links - $0 may be a soft-link PRG="$0" while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`/"$link" fi done DIRNAME=`dirname "$PRG"` . "$DIRNAME/startGroovy" startGroovy org.codehaus.groovy.antlr.java.Java2GroovyMain "$@" Other Groovy examples (source code examples)Here is a short list of links related to this Groovy java2groovy source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.