English 中文(简体)
Eclipse的自动化配置如何?
原标题:How does one automate configuration of Eclipse?

从事一个项目的团队往往需要一个Eclipse的共同组合。 这包括一般配置和项目具体配置。 例如,一般而言,每个人都可能愿意分担登革热、安装某些gin果(例如:m2eclipse、检测器、eg、春支持)。 此外,就一个项目而言,你可能希望有具体的组合(例如,用于m2eclipse,建立定制的Maven环境档案,将Maven额外目标混为一谈建筑活动),或定制的Eclipse目标平台,或甚至仅仅建立某些习俗发射器。

目前,我的团队执行了一系列手工步骤,以尝试和正确配置所有设备。 这对新开发商来说是荒谬的、容易发生错误的,也是困难的。 指示也往往过时。

这种组合在多大程度上可以自动化? 如何做到这一点?

问题回答

没有任何修改的最简单内容是拥有共同的优惠文件(Export-> General->P参比),然后每个人都可以这样做。 最好的工程是安装同样的 Java设施。

这些日子里可能 drop倒,但我没有这样做。 建立一个地方存放处,根据你们所希望的所有原始内容建立一个缺省一揽子计划,也是有益的。 然后,你就能够安装这一装置,并将在参考资料中删除。 当地藏匿处可能非常有益,因为一些存放处相当缓慢。

共享Eclipse 安装/配置和设施有几个解决办法。 例如,Pulse (免费版本)。 如果你在StackOverflow重复先前的问题,你将就这些问题进行许多讨论。

我建议不要复制配置和工作空间夹。 从我的经验来看,它始终没有成功。 此外,这一技术只是一次奏效。 它后来又.。

最新情况:我刚才回顾,有另一个有用的原始数据可查:。 页: 1

在一个工作站没收ec,然后把 file或小rar放在一起,然后将它交给他人,这将有助于,否则,你也可以书写细微的文字,复制gin子和其他有用的 st子,而且这些 error子将不太容易发生错误。

翻一番,然后复制组合。 如果不够,则复制整个电子文件夹。

我认为,不同部分有不同的组合方式。

  1. 安装

    The 安装 could be installed in the nfs as central deployment, and maintain by administrator. All team members share the 安装(eclipse and other plug-ins).

  2. 优惠

    某些特征的偏好可以出口一个档案,然后在其它环境中进口。 但是,这取决于执行pl。 例如,你可以出口/进口关键环境并打碎。

  3. 项目的具体环境

    例如,java的编汇级和编码格式的设置在项目组合下储存。 你们可以通过源头控制工具来管理。 因此,这些环境可以在小组成员之间分享。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签