在启动eclipse之前有没有办法从控制台刷新eclipse工作区?

在启动eclipse之前有没有办法从控制台刷新eclipse工作区?

问题描述:

可能多次询问;
有没有办法从控制台(linux或windows)刷新eclipse工作空间文件夹。

Possibly asked multiple times; Is there a way to refresh eclipse workspace folder from console (linux or windows).

我知道有蚂蚁任务要做。但是好奇地知道是否有命令行技巧。

I know there are ant-tasks to do it. but curious to know if there's a command line trick.

不,最好的办法是运行蚂蚁任务之一通过eclipse。

No, the best you could do is run one of the ant tasks through eclipse.

eclipse/eclipse -noSplash \
-application org.eclipse.ant.core.antRunner \
-buildfile refreshWorkspace.xml \
-data /path/to/workspace