在ant指令碼中生成Java程式的EXE檔案

2021-04-17 01:24:05 字數 739 閱讀 1767

<

target 

name

="exe"

depends

="prepare"

description

>

<

taskdef 

name

="j**oothgen"

classname

="net.charabia.j**oothgen.ant.j**oothgen"

classpath

="$/j**oothgen-ant-0.9.7.jar"

/>

<

j**oothgen 

project

="$/etc/ireport.j**ooth"

skeletonroot

="$/etc/skeletons"

/>

<

copy 

todir

="$"

file

="$/etc/ireport.exe"

/>

<

delete 

file

="$/etc/ireport.exe"

/>  

target

>

這裡面j**oothgen-ant-0.9.7.jar、

/etc/

ireport.j**ooth和

/etc/skeletons目錄下的檔案

不能少。

指令碼中生成排名

全部指令碼 原始 load inline 小組 人員 成績 1 a 100 1 b 80 1 c 90 2 d 90 2 e 70 2 f 90 小組清單 load distinct 小組 resident 原始 個數 load count 小組 as 小組個數 resident 小組清單 let ...

在delphi中生成GUID

什麼是 guid guid 的格式為8 4 4 4 12 xx x x x 其中每個 x 是 0 9 或 a f 範圍內的乙個十六進製制的數字。例如 6f9619ff 8b86 d011 b42d 00c04fc964ff 即為有效的 guid 值。為什麼要使用 guid 世界上的任何兩台計算機都不...

在matlab中生成m序列

實驗環境為matlab2013b 1 首先編寫乙個mseq.m檔案,內容為 function mseq m sequence fbconnection n length fbconnection n 2 n 1 register zeros 1,n 1 1 移位暫存器的初始狀態 mseq 1 reg...