Eclipse 4 App with javafx11 测试

2019-07-11  本文已影响0人  QingMings
软件 版本
Eclipse RCP 版本 2019-03
E(fx)clipse-IDE 3.5.0

如何构建

# clone 到本地
git clone https://github.com/QingMings/cn.qingmings.fx.root.git
# 进入 releng 文件夹 
cd releng
# 执行maven 构建 (需要有maven环境)
mvn clean verify

学习过程中有用的地址

如何加速构建过程中对 p2 repo 的拉取

如何查找 p2 repo 的镜像地址

# 观察下面网址,替换参数`file` 的值,即可返回所有的可用镜像地址
# E(fx)clipse-IDE 的下载地址是 `https://download.eclipse.org/efxclipse/updates-released/3.5.0/site/`
# 查询镜像地址 `file` 参数的值就是 `/efxclipse/updates-released/3.5.0/site/`
https://www.eclipse.org/downloads/download.php?format=xml&file=/efxclipse/updates-released/3.5.0/site/&countryCode=zh&timeZone=1&format=xml

如何在本地搭建一个简易的镜像

    location /efxclipse/updates-released {
        alias /Users/shishifanbuxie/Downloads/us.sitesucker.mac.sitesucker/download.eclipse.org/efxclipse/updates-released/3.5.0/site;
        autoindex on;
        add_header Cache-Control no-store;
        index  index.xml;
    }

上一篇 下一篇

猜你喜欢

热点阅读