Changes between Version 1 and Version 2 of waue/2009/0904


Ignore:
Timestamp:
Sep 4, 2009, 4:44:31 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0904

    v1 v2  
    1515 * eclipse europa
    1616 * 工作目錄於 /home/waue/workspace
     17 * 步驟二之後的動作於eclipse 設定
    1718
    18 = 方法 =
     19= 1. 用svn 下載最新的hadoop branch =
     20 *(以0.18為例)
    1921
    2022{{{
     
    2224}}}
    2325
    24 開啟 eclipse
     26= 2 將hadoop專案用ecilpse打開 =
    2527
    26 file -> new -> project -> java project => next
     28 * file -> new -> project -> java project => next
    2729
    2830project name: brance-0.18
     
    3133=> finish
    3234
    33 點選branch-0.18 右鍵 -> properties -> builders
     35= 3  設定專案屬性 =
     36{{{
     37#!text
     38 點選branch-0.18 右鍵 -> properties
     39}}}
    3440
     41= 3.1 properties -> builders =
     42{{{
     43#!text
    3544 * import ->  build.xml
    3645 * 取消 java builder 的 勾
    3746 * branch-0.18 build.xml 打勾
    3847 * edit
     48}}}
     49= 3.1.1 edit的細部設定  =
    3950
    40  properties -> java build path
     51= 3.2 properties -> java build path =
    4152
     53{{{
     54#!text
    4255 * source -> default output folder : branch-0.18/build
     56}}}
    4357
    44  properties -> java compiler
     58= 3.3 properties -> java compiler =
    4559
    46  * compiler level : 6.0
    47 
    48 => ok
     60{{{
     61#!text
     62compiler level : 6.0
     63}}}
    4964
    5065
    51  build.xml -> run as -> ant build ->
     66 = 4 執行 =
    5267
     68{{{
     69#!text
     70 build.xml -> run as -> ant build
     71}}}
     72
     73
     74 * 可在 專案的build資料夾內看到編譯後的jar檔