apigwd01 서버 환경 세팅

This commit is contained in:
Rinjae
2025-10-23 13:45:02 +09:00
parent d6bf8e1943
commit f4883de658
2 changed files with 11 additions and 4 deletions
+9 -2
View File
@@ -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
```