- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在过去的几天里,我一直在尝试在 headless (headless) Debian VM 上测试构建我的 eclipse 插件。使用 headless (headless) Debian VM 的原因是,一旦我进行了build设置,构建和 UpdateSite 将托管在远程服务器上。
到目前为止我已经完成了:
/usr/bin/eclipse -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadaRepository file:${folder-to-repo} -artifactRepository file:${folder-to-repo} -source ${structured-folder} -publishArtifacts -compress
java -jar ${path-to-eclipse/plugins}/org.eclipse.equinox.launcher_${version-string}.jar -initialize -application ...
最佳答案
我正在使用 ant 和 hudson 构建我们的 eclipse 产品和更新站点。根据您的需要,任务将如下所示:
<java jar="${eclipse.build.launcher}" fork="true" failonerror="true">
<arg value="-application" />
<arg value="org.eclipse.ant.core.antRunner" />
<arg value="-buildfile" />
<arg file="${basedir}/process_artifacts.xml" />
<jvmarg value="-Dp2.repo=${repository}" />
</java>
关于eclipse - 如何在 headless (headless)服务器上构建 Eclipse 插件 UpdateSite?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5152958/
在过去的几天里,我一直在尝试在 headless (headless) Debian VM 上测试构建我的 eclipse 插件。使用 headless (headless) Debian VM 的原
我正在尝试通过 Eclipse 使 ruby on rails 工作。我被指向了 http://updatesite.rubypeople.org/release通过几个站点。但是那个位置已经不在
我的 Eclipse RCP 应用程序是使用 eclipse-4 Mars 开发的。我想使用 RCP 更新站点使用 Eclipse Neon 更新 RCP 应用程序。在 eclipse -4 中是否可
我正在尝试安装 google GUI 构建器“Windowmaker Pro”我使用 eclipse 版本:Helios Service Release 1内部版本号:20100917-0705。但我
我们有几个 .jar 文件想要部署到 8.5.3 Domino 服务器。 控制台命令“tell http osgi diag ”起作用并显示 bundle 在那里。但是,当我启动一个包含来自 jar
我是一名优秀的程序员,十分优秀!