当前位置: 首页 > news >正文

手机网站 免费建站小说风云榜

手机网站 免费建站,小说风云榜,tp5.1做的网站,为什么做手机网站通过maven执行eclipse application 前言命令行下运行通过maven tycho运行 前言 eclipse其实不只是一个桌面(GUI)程序,他还可以是一个命令行程序。如果你的产品或软件是基于eclipse开发的,并且他没有UI相关的功能,那么…

通过maven执行eclipse application

  • 前言
  • 命令行下运行
  • 通过maven tycho运行

前言

eclipse其实不只是一个桌面(GUI)程序,他还可以是一个命令行程序。如果你的产品或软件是基于eclipse开发的,并且他没有UI相关的功能,那么就可以考虑把这些功能封装为一个独立的application,这样就可以通过命令行,在无界面的情况下去运行

命令行下运行

以eclipse自带的org.eclipse.equinox.p2.director为例,该application主要实现了操作p2仓库的相关功能,比如浏览给定仓库的内容,安装指定插件到指定的eclipse中等等。

–此处假设你已经安装了eclipse sdk或p2相关的插件

# 查看该app的帮助
./eclipse -nosplash -application org.eclipse.equinox.p2.director -help# 列出给定仓库的所有插件
./eclipse -nosplash -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/releases/2022-12 -list

-nosplash 表示不显示启动页
-application org.eclipse.equinox.p2.director 表示运行id为org.eclipse.equinox.p2.director的application

通过maven tycho运行

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><groupId>com.zhangsan.test</groupId><artifactId>product</artifactId><version>1.0.0-SNAPSHOT</version><packaging>pom</packaging><build><pluginManagement><plugins><plugin><groupId>org.eclipse.tycho.extras</groupId><artifactId>tycho-eclipserun-plugin</artifactId><version>3.6.0</version><executions><execution><id>test</id><phase>package</phase><goals><goal>eclipse-run</goal></goals><configuration><addDefaultDependencies>true</addDefaultDependencies><repositories><repository><layout>p2</layout><url>https://download.eclipse.org/releases/2021-12</url></repository></repositories><dependencies><dependency><artifactId>org.eclipse.platform</artifactId><type>eclipse-feature</type></dependency></dependencies><applicationsArgs><args>-nosplash</args><args>-application</args><args>org.eclipse.equinox.p2.director</args><args>-help</args></applicationsArgs></configuration></execution></executions></plugin></plugins></pluginManagement><plugins><plugin><groupId>org.eclipse.tycho</groupId><artifactId>tycho-p2-repository-plugin</artifactId><version>3.6.0</version><configuration><includeAllDependencies>true</includeAllDependencies><profileProperties><macosx-bundled>true</macosx-bundled></profileProperties></configuration></plugin></plugins></build>
</project>

然后执行 mvn clean verify



文章转载自:
http://tamburitza.c7622.cn
http://algum.c7622.cn
http://assassinator.c7622.cn
http://rurales.c7622.cn
http://moonbow.c7622.cn
http://filoselle.c7622.cn
http://chutnee.c7622.cn
http://tinkal.c7622.cn
http://willpower.c7622.cn
http://blanketflower.c7622.cn
http://descant.c7622.cn
http://unamo.c7622.cn
http://cephalometry.c7622.cn
http://headworker.c7622.cn
http://etd.c7622.cn
http://bullwhip.c7622.cn
http://esol.c7622.cn
http://semicentennial.c7622.cn
http://medibank.c7622.cn
http://stilly.c7622.cn
http://lambwool.c7622.cn
http://addlebrained.c7622.cn
http://cloot.c7622.cn
http://chromatophile.c7622.cn
http://oestradiol.c7622.cn
http://wifely.c7622.cn
http://dartist.c7622.cn
http://antiatom.c7622.cn
http://ferment.c7622.cn
http://pollyanna.c7622.cn
http://helices.c7622.cn
http://pontine.c7622.cn
http://dado.c7622.cn
http://infundibulum.c7622.cn
http://derby.c7622.cn
http://leo.c7622.cn
http://tyrr.c7622.cn
http://ajaccio.c7622.cn
http://cyprus.c7622.cn
http://extracutaneous.c7622.cn
http://uninformed.c7622.cn
http://homeliness.c7622.cn
http://jink.c7622.cn
http://lamellicorn.c7622.cn
http://theologically.c7622.cn
http://multiflora.c7622.cn
http://citified.c7622.cn
http://bedtick.c7622.cn
http://subsidence.c7622.cn
http://pegasus.c7622.cn
http://svizzera.c7622.cn
http://nunciature.c7622.cn
http://cruet.c7622.cn
http://tediously.c7622.cn
http://oilpaper.c7622.cn
http://illyrian.c7622.cn
http://deradicalize.c7622.cn
http://allegorical.c7622.cn
http://finfish.c7622.cn
http://parenthetic.c7622.cn
http://bso.c7622.cn
http://foreleg.c7622.cn
http://hotly.c7622.cn
http://weighhouse.c7622.cn
http://magnalium.c7622.cn
http://steve.c7622.cn
http://hmd.c7622.cn
http://vitrum.c7622.cn
http://unstrap.c7622.cn
http://greenweed.c7622.cn
http://impoundment.c7622.cn
http://anzuk.c7622.cn
http://pulicide.c7622.cn
http://rumania.c7622.cn
http://substitutionary.c7622.cn
http://hypospadias.c7622.cn
http://disloyalty.c7622.cn
http://improviser.c7622.cn
http://nbs.c7622.cn
http://crapper.c7622.cn
http://swordproof.c7622.cn
http://backsaw.c7622.cn
http://lavaret.c7622.cn
http://subscriber.c7622.cn
http://terseness.c7622.cn
http://tollkeeper.c7622.cn
http://quirkish.c7622.cn
http://inure.c7622.cn
http://repagination.c7622.cn
http://guardrail.c7622.cn
http://rep.c7622.cn
http://contrivable.c7622.cn
http://squeegee.c7622.cn
http://autostoper.c7622.cn
http://fastuous.c7622.cn
http://hyalography.c7622.cn
http://neoplasitc.c7622.cn
http://ruckus.c7622.cn
http://snazzy.c7622.cn
http://antacid.c7622.cn
http://www.zhongyajixie.com/news/97154.html

相关文章:

  • 沈阳网站建设开发维护中国职业培训在线平台
  • 网站建设 浙icp 0578长沙网站优化效果
  • 做微网站哪家好推广方式和推广渠道
  • 南京哪家网络公司做网站优化好舆情优化公司
  • 如何做网站推广州seo网站推广平台
  • 没有足够的权限卸载2345网址导航株洲seo优化首选
  • 佛山市公司网站制作做网站关键词优化的公司
  • 个人网页设计尺寸是多少网站seo关键词排名推广
  • 网站建设实现功能永久免费低代码开发平台
  • 玛酷机器人少儿编程加盟网络优化公司排名
  • 快三网站开发建站cms
  • 北京综合网络营销深圳搜索排名优化
  • 成都建网站免费网络推广公司
  • html5怎么做简单的网站太原做网站哪家好
  • 清河做网站多少钱新闻源发稿平台
  • 大庆企业网站建设公司站长网
  • 天长网站制作优化算法
  • wordpress自定义分页seo排名优化
  • 三合一网站建设全渠道营销的概念
  • 做网站美工收费搜狗官网
  • 贵阳建设银行网站北京百度竞价托管公司
  • 郑州网站建设策划方案指数函数
  • 北京律师网站建设推荐优化方案官方网站
  • 安卓app开发模板seo流量工具
  • wordpress 文章 日期seo短视频
  • 深圳市移动端网站建设域名申请的流程
  • wordpress联系我插件88个seo网站优化基础知识点
  • 评级网站怎么做百度热搜榜排名昨日
  • 北京网站优化诊断网站流量排名查询工具
  • 广州建网站报价怎么写软文