apigwd01 서버 환경 세팅
This commit is contained in:
@@ -3,7 +3,14 @@
|
||||
## 빌드 방법
|
||||
### Windows - git bash 예시
|
||||
```bash
|
||||
export PATH=${PATH}:/c/eactive/apps/apache-ant-1.10.15/bin
|
||||
JAVA_HOME=/c/eactive/apps/jdk1.8.0_441
|
||||
ANT_HOME=/c/eactive/apps/apache-ant-1.10.15
|
||||
|
||||
ant clean build
|
||||
export PATH=${PATH}:${JAVA_HOME}/bin:${ANT_HOME}/bin
|
||||
|
||||
cd /c/eactive/workspaces/kjb-bap/BAPRMSClient
|
||||
ant -s build-server.xml archive
|
||||
|
||||
cd /c/eactive/workspaces/kjb-bap/BAPWeb
|
||||
ant -s build.xml war
|
||||
```
|
||||
Reference in New Issue
Block a user