码迷,mamicode.com
首页 > 系统相关 > 详细

mango eclipse编译环境搭建

时间:2017-08-02 19:07:05      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:分享   mod   加载   and   git   init   压缩   image   eclipse   

技术分享
 技术分享
1、下载工程
 
2、将工程导入eclipse
 
3、mvn install =====>ma-core-public
 
4、添加参数配置
技术分享
 技术分享
技术分享
技术分享
5、在eclipse中添加ant runtime coreHome变量
 
coreHome = ${core.project.home}
 
技术分享
 技术分享
 
 
6、Right click on the Core‘s pom.xml and run a maven install
 
7、Right click on the Core‘s build.xml file and run an ant build
 
8、在debug configuration 添加以下运行参数
    -Dma.home = /path/to/ma-core-public/Core
   -Dlog4j.configuration=/path/to/ma-core-public/Core/classes/debug-log4j.xml
 
 技术分享
技术分享
 
 
在mango(Core)工程目录下新建modules文件夹,将需要加载插件的压缩包放到modules包里面,即可自动加载
 
技术分享
 技术分享
 
 打包:
技术分享
技术分享
 
mvn clean package -DskipTests -Pcore-zip

mango eclipse编译环境搭建

标签:分享   mod   加载   and   git   init   压缩   image   eclipse   

原文地址:http://www.cnblogs.com/kry-stal/p/7275099.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!