close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 19, 2013, 10:25:07 PM (12 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 63 | 63 | * 至於 ant 的 build.xml 中,有一個比較特殊的語法,是呼叫 jar 的 update (-u) 功能 |
| 64 | 64 | {{{ |
| | 65 | #!java |
| | 66 | 41 <target name="jar" depends="compile,doc" description="Package the classes into a .jar file"> |
| | 67 | 42 <jar update="true" destfile="${jarname}" basedir="${bindir}" /> |
| | 68 | 43 </target> |
| | 69 | }}} |
| | 70 | |
| | 71 | {{{ |
| 65 | 72 | user@node1:~/hadoop_labs/lab003$ jar |
| 66 | 73 | 用法:jar {ctxui}[vfm0Me] [jar 檔案] [清單檔案] [進入點] [-C 目錄] 檔案 ... |