::: Zany's Homepage ::: Zany Wiki | »çÀÌÆ® ÅëÇÕ °Ë»ö
 
 
 

[gradle] build phases, life-cycle

°Ô½ÃÆÇ
JAVA
ÀÛ¼ºÀÚ
helix
ÀÛ¼ºÀÏ
2016-09-27 11:13:00
ÀÐÀº¼ö
1010
ÆòÁ¡
   
Ç¥½Ã¿É¼Ç
HTML»ç¿ë | ÀÚµ¿BRűנ| °ø¹é¹®ÀÚÇã¿ë | °¡¿îµ¥Á¤·Ä | °íÁ¤Æø±Û²Ã | ÀÚµ¿URL¸µÅ© | ¸¶¿ì½º¼±ÅÃ
°ü·Ã¸µÅ©01
http://docs.gradle.org/current/userguide/build_lifecycle.html 
¡Ü gradle build phases
1.Initialization
2.Configuration
3.Execution

¡Ü gradle ¼³Á¤ ÆÄÀÏ
[zany@zany-mbp sample-proj]$ ll
total 32
-rw-r--r--  1 zany  staff   480  9 27 11:01 build.gradle
-rw-r--r--  1 zany  staff    64  9 27 10:56 settings.gradle
drwxr-xr-x@ 4 zany  staff   136  9 26 10:28 src/

¡Ü settings.gradle

¡Ü build.gradle

¡Ü test1 task ½ÇÇà
[zany@zany-mbp sample-proj]$ gradle test1
[1] This is executed during the initialization phase.
[2] This is executed during the configuration phase.
[3] This is also executed during the configuration phase.
[4] This is executed during the configuration phase as well.
:test1
[4] This is executed during the execution phase.

BUILD SUCCESSFUL

Total time: 0.923 secs

¡Ü test2 task ½ÇÇà
[zany@zany-mbp sample-proj]$ gradle test2
[1] This is executed during the initialization phase.
[2] This is executed during the configuration phase.
[3] This is also executed during the configuration phase.
[4] This is executed during the configuration phase as well.
:test2
[5] This is executed first during the execution phase.
[6] This is executed last during the execution phase.

BUILD SUCCESSFUL

Total time: 0.847 secs


 °Ô½ÃÆÇ ±Û ¸ñ·Ï
No Subject Poster Hits Posted
13740 helix 2411 2016-09-29 18:57:13
13739 helix 3442 2016-09-29 17:04:44
13738 helix 4697 2016-09-29 16:32:23
13734 helix 1901 2016-09-28 09:50:03
13733 helix 2114 2016-09-27 17:24:48
helix 1010 2016-09-27 11:13:00
13729 helix 8028 2016-09-27 10:12:57
13724 helix 2393 2016-09-26 17:35:48
13573 helix 8818 2016-07-28 09:49:13
13553 helix 3543 2016-07-25 10:20:44
13379 helix 1715 2016-05-19 10:03:11
ÄÚ¸àÆ®
ÀÛ¼ºÀÚ
                       
 
zany.kr
  Copyright ¨Ï 2002-2010 Zany's Programming Lab. All Rights Not Reserved.
temporary This Page loads on 0.000 Secs