close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 21, 2012, 10:55:17 AM (13 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v83
|
v84
|
|
| 664 | 664 | * 由於每次都要 compile code, 更新 jar 檔(用 jar uf),所以乾脆查了一下怎麼用 ant 作 jar 的更新。 |
| 665 | 665 | * [參考] http://ant.apache.org/manual/Tasks/jar.html |
| | 666 | * [參考] http://ant.apache.org/manual/Tasks/javac.html |
| | 667 | * 其次,如果 javac 的參數沒有加上 -g 的話,會沒有除錯資訊(例如行號),就會出現類似底下的錯誤訊息。 |
| | 668 | {{{ |
| | 669 | (unknow source) |
| | 670 | }}} |
| 666 | 671 | * 修改 http://hadoop.nchc.org.tw/~jazz/build.xml 如下: |
| 667 | 672 | {{{ |