This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class A | |
{ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class A | |
{ | |
} |
NewerOlder