Skip to content

Instantly share code, notes, and snippets.

View evgeny-goldin's full-sized avatar

Evgeny Goldin evgeny-goldin

View GitHub Profile
@evgeny-goldin
evgeny-goldin / gist:1320133
Created October 27, 2011 16:58
new File( 'c:' ).canonicalPath
C:\Users\evgeny>java -version
java version "1.6.0_27"
Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
Java HotSpot(TM) Client VM (build 20.2-b06, mixed mode, sharing)
C:\Users\evgeny>groovy -version
Groovy Version: 1.8.3 JVM: 1.6.0_27
C:\Users\evgeny>groovy -e "print new File( 'c:' ).canonicalPath"
C:\Users\evgeny
@evgeny-goldin
evgeny-goldin / gist:1042333
Created June 23, 2011 10:47
GMaven config to compile Groovy sources and tests
<properties>
<groovy-version>1.8.0</groovy-version>
<gmaven-version>1.3</gmaven-version>
</properties>
...
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
class A
{
}
class A
{
}