gxt工程打包指令碼

2021-05-25 15:04:57 字數 1253 閱讀 8643

build.xml

<?xml version="1.0" encoding="utf-8"?> 

the directories where all the source information is located

that is used to populate the target directory.

the directory where all the intermediate stuff ends up.

the target directory should contain all of the content that

other dependent build might need.

initialization.

sets the timestamp.  (this is done because the ant documentation

says its a good idea to do it.  we don't currently use the timestamp

for anything.)

defines the carefx custom tasks.

source="1.5" target="1.5" nowarn="true"

debug="true" debuglevel="lines,vars,source">

build.properties

#工程字首

project.perfix=empi

#工程名稱

product.name=webconsole

#工程版本號

product.version=1.0

user.name=

#公司名稱

company.name=supcon

thirdparty.include.jar=*.jar

thirdparty.exclude.jar=

internal.include.jar=*.jar

internal.exclude.jar=

#工程主模組

entrypointclass=com.supcon.empi.console.index.index

#gwt軟體包位址

gwt.sdk=d:/software_files/gwt-2.0.3/gwt-2.0.3

#gxt軟體包位址

gxt.sdk=d:/software_files/gxt-2.1.1-gwt2/gxt-2.1.1

普通java工程打包指令碼

build.xml generates the jar file compiles the source code generates the api documentation cleans up the directory build.properties 工程字首 project.perfix...

iOS自動打包指令碼

最近比較對指令碼感興趣,但是學起來,感覺不但很多編輯器,而且指令碼種類眾多,而且實現方法也比較多,所以所學以shell指令碼為準,編輯器以vim,但是大同小異,大家也可以參考。首先貼上 bin sh 工程絕對路徑 cd 1 project path pwd build資料夾路徑 build path...

iOS自動打包指令碼

ios自動打包指令碼,並實現素材 文字資源 部分 的替換和重簽名,基於python實現。config.py 配置指令碼 autopackage.py 自動化指令碼 prepareimagestool.py 拷貝工程中的結構出來用來更換後準備替換 2 伺服器的ip位址 3 反饋郵箱 6 在mac電腦中...