Skip to content

Instantly share code, notes, and snippets.

@stliu
Created August 22, 2011 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stliu/1162672 to your computer and use it in GitHub Desktop.
Save stliu/1162672 to your computer and use it in GitHub Desktop.
dhcp-14-237:hibernate-core stliu$ ./gradlew :hibernate-core:tasks --all | tee a.log
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
:hibernate-core:tasks
------------------------------------------------------------
Project :hibernate-core
------------------------------------------------------------
Default tasks: build
Build tasks
-----------
assemble - Assembles all Jar, War, Zip, and Tar archives. [jar]
sourcesJar
build - Assembles and tests this project. [assemble, check]
buildDependents - Assembles and tests this project and all projects that depend on it. [build, :hibernate-c3p0:build, :hibernate-ehcache:build, :hibernate-entitymanager:build, :hibernate-envers:build, :hibernate-infinispan:build, :hibernate-proxool:build, :hibernate-testing:build]
buildNeeded - Assembles and tests this project and all projects it depends on. [build, :hibernate-testing:build]
classes - Assembles the main classes.
compileJava - Compiles the main Java source.
generateGrammarSource - Processes the main Antlr grammars.
generateMainLoggingClasses
jaxb
processResources - Processes the main resources.
clean - Deletes the build directory.
jar - Assembles a jar archive containing the main classes. [classes]
matrixClasses - Assembles the matrix classes. [classes, jar, testClasses, :hibernate-testing:jar, :hibernate-testing:sourcesJar]
compileMatrixJava - Compiles the matrix Java source.
generateMatrixGrammarSource - Processes the matrix Antlr grammars.
processMatrixResources - Processes the matrix resources.
testClasses - Assembles the test classes. [classes, jar, :hibernate-testing:jar, :hibernate-testing:sourcesJar]
compileTestJava - Compiles the test Java source.
generateTestGrammarSource - Processes the test Antlr grammars.
processTestResources - Processes the test resources.
sourcesJar
Documentation tasks
-------------------
javadoc - Generates Javadoc API documentation for the main source code. [classes]
Help tasks
----------
dependencies - Displays the dependencies of project ':hibernate-core'.
help - Displays a help message
projects - Displays the sub-projects of project ':hibernate-core'.
properties - Displays the properties of project ':hibernate-core'.
tasks - Displays the tasks in project ':hibernate-core'.
IDE tasks
---------
cleanEclipse - Cleans all Eclipse files.
cleanEclipseClasspath
cleanEclipseJdt
cleanEclipseProject
cleanIdea - Cleans IDEA project files (IML, IPR)
cleanIdeaModule
eclipse - Generates all Eclipse files. [:eclipseConfigurer]
eclipseClasspath - Generates the Eclipse classpath file.
eclipseJdt - Generates the Eclipse JDT settings file.
eclipseProject - Generates the Eclipse project file.
idea - Generates IDEA project files (IML, IPR, IWS)
ideaModule - Generates IDEA module files (IML)
Upload tasks
------------
uploadArchives - Uploads all artifacts belonging to configuration ':hibernate-core:archives'. [jar]
install - Does a maven install of the archives artifacts into the local .m2 cache.
sourcesJar
Verification tasks
------------------
check - Runs all checks. [test]
matrix - Runs the unit tests on Database Matrix [classes, jar, matrixClasses, testClasses, :hibernate-testing:jar, :hibernate-testing:sourcesJar]
matrix_h2 - Runs the matrix against h2
matrix_mysql50 - Runs the matrix against mysql50
test - Runs the unit tests. [classes, jar, testClasses, :hibernate-testing:jar, :hibernate-testing:sourcesJar]
Rules
-----
Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
Pattern: upload<ConfigurationName>: Assembles and uploads the artifacts belonging to a configuration.
Pattern: clean<TaskName>: Cleans the output files of a task.
BUILD SUCCESSFUL
Total time: 21.012 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment