Giter VIP home page Giter VIP logo

groovy-core's Introduction

Groovy

[Groovy][Groovy] is an agile and dynamic language for the Java Virtual Machine. It builds upon the strengths of Java, but has additional power features inspired by languages like Python, Ruby and Smalltalk. Groovy makes modern programming features available to Java developers with almost-zero learning curve as well as supports Domain-Specific Languages and other compact syntax so your code becomes easy to read and maintain. Groovy makes writing shell and build scripts easy with its powerful processing primitives, OO abilities and an Ant DSL. It also increases developer productivity by reducing scaffolding code when developing web, GUI, database or console applications. Groovy simplifies testing by supporting unit testing and mocking out-of-the-box. Groovy also seamlessly integrates with all existing Java classes and libraries and compiles straight to Java bytecode so you can use it anywhere you can use Java. [Groovy]: http://groovy.codehaus.org/

Building

To build you will need:

Plus one of the following (Gradle will download itself if needed):

For detailed instructions please see:

To build everything using ant (including running tests and creating a complete installation):

ant install

To build without running tests or creating OSGi information:

ant install -DskipTests=true -DskipOsgi=true

To run tests from gradle (will download gradle the first time):

gradlew test

To build from Eclipse:

  • ant install
  • ensure that the M2_REPO classpath variable exists and points to the correct place (typically ~/.m2/repository)
    • To Change this, go to Preferences -> Java -> Build Path -> Classpath variables
  • Project -> Clean... and then build. Should compile with no errors. But if there are errors, then send a message to the groovy users mailing list
  • You will not be able to run the tests from inside of Eclipse.

License

Groovy is licensed under the terms of the [Apache License, Version 2.0][Apache License, Version 2.0]. [Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html

groovy-core's People

Contributors

aalmiray avatar alextkachman avatar andresteingress avatar blackdrag avatar codehaus-support avatar franckrasolo avatar galleon avatar glaforge avatar hamletdrc avatar jbaumann avatar jdillon avatar jeremyrayner avatar jimwhite avatar jstrachan avatar jwagenleitner avatar martincmartin avatar meling avatar melix avatar mguillem avatar paulk-asert avatar pledbrook avatar pniederw avatar rose00 avatar roshandawrani avatar scottstirling avatar shemnon avatar spullara avatar thom-nic avatar vladimirvivien avatar zorkin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.