Changes between Version 5 and Version 6 of waue/2009/0904
- Timestamp:
- Sep 4, 2009, 5:09:04 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified waue/2009/0904
v5 v6 45 45 }}} 46 46 47 47 48 = 3.1 properties -> builders = 48 49 {{{ … … 53 54 * edit 54 55 }}} 56 57 [[Image(wiki:waue/2009/0904:3.1.png)]] 58 ------------ 59 55 60 = 3.1.1 edit的細部設定 = 61 62 * main (設定 buildfile路徑) 63 64 [[Image(wiki:waue/2009/0904:3.1.1-1.png)]] 65 ------------ 66 67 * classpath 68 69 [[Image(wiki:waue/2009/0904:3.1.1-2.png)]] 70 ------------ 71 72 * target (設定build時的方法,注意要點 '''set targets ...'''才能設定) 73 74 [[Image(wiki:waue/2009/0904:3.1.1-3.png)]] 75 ------------ 76 77 * 點 '''set targets ...''' 的設定畫面 (注意 order 的順序很重要,先compiler, 再 package) 78 [[Image(wiki:waue/2009/0904:3.1.1-3-1.png)]] 79 ------------ 56 80 57 81 = 3.2 properties -> java build path = … … 61 85 * source -> default output folder : branch-0.18/build 62 86 }}} 87 [[Image(wiki:waue/2009/0904:3.2.png)]] 88 ------------ 63 89 64 90 = 3.3 properties -> java compiler = … … 69 95 }}} 70 96 97 [[Image(wiki:waue/2009/0904:3.3.png)]] 98 ------------ 71 99 72 100 = 4 執行 = 101 102 * run 73 103 74 104 {{{ … … 76 106 build.xml -> run as -> ant build 77 107 }}} 108 [[Image(wiki:waue/2009/0904:4-1.png)]] 109 ------------ 78 110 111 * run 完的畫面 112 113 [[Image(wiki:waue/2009/0904:4-2.png)]] 114 ------------ 79 115 80 116 * 可在 專案的build資料夾內看到編譯後的jar檔 117 [[Image(wiki:waue/2009/0904:4-3.png)]] 118 ------------