|
Groovy example source code file (readme.txt)
The Groovy readme.txt source codeLocal AST Transformation Example This example shows how to wire together a local transformation. The example requires ant in your path and the Groovy 1.6 (or greater) Jar in your classpath. To build the example run "ant" from the current directory. The default target will compile the classes needed. The last step of the build script prints out the command needed to run the example. To run the example perform the following from the command line: groovy LoggingExample.groovy The example should print: Hello World Starting greetWithLogging Hello World Ending greetWithLogging No exceptions should occur. Other Groovy examples (source code examples)Here is a short list of links related to this Groovy readme.txt 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.