首页 > 代码库 > mango eclipse编译环境搭建
mango eclipse编译环境搭建
1、下载工程
https://github.com/infiniteautomation/ma-core-public
https://github.com/infiniteautomation/ma-modules-public
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编译环境搭建
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。