2012-03-01 20 views

回答

3

不,你可以做的最好的是通过eclipse运行一个ant任务。

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

我无法找到refreshWorkspace.xml?它在哪里。 – kadalamittai 2012-03-26 16:31:56

+0

你必须自己编写它,使用你提到的你找到的ant任务。供参考:http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fant_eclipse_tasks.htm – 2012-04-02 15:49:28

相关问题