[ANN] RemoteSynchronizer 1.0
Hi,
A plugin extending (and replacing) the RemoteCopier plugin. This plugin also
deletes obsoletes files on remote locations.
Note that there is now a simulation mode for the anxious ones, so they can
check what will be done without risk of ruining their career.
http://www.intellij.org/twiki/bin/view/Main/RemoteSynchronizer
Sylvain
PS : you can import your settings from RemoteCopier by editing the IWS
project file : just replace RemoteCopierComponent by
RemoteSynchronizerComponent.
PS2 : I had uploaded a version on the twiki site last week (1.0 build 1). It
was just an alpha version intended for the happy few (sorry I hadn't removed
all download links), so please use this new version.
请先登录再写评论。
Is it possible (or possible to add to the plugin) to copy files to another machine e.g. by scp (secure copy)?
FTP/SCP protocols are not yet implemented, but I'll try to handle them for the next versions...
Sylvain
That would be great!
I second the desire to copy via scp.
Intellij occurs some exceptions.
-
ERROR - intellij.plugins.PluginManager -
ERROR - intellij.plugins.PluginManager - IntelliJ IDEA (Aurora) Bui
ld #818
ERROR - intellij.plugins.PluginManager - JDK: 1.4.1_02
ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM) Client
VM
ERROR - intellij.plugins.PluginManager - Vendor: Sun Microsystems Inc
.
ERROR - intellij.plugins.PluginManager - OS: Windows XP
ERROR - intellij.plugins.PluginManager - Last Action: RemoteSynchroni
ze.SynchronizeOpenedAction
ERROR - intellij.plugins.PluginManager -
java.lang.NullPointerException
at com.intellij.openapi.projectRoots.b.s.d(s.java:18)
at com.intellij.openapi.projectRoots.b.s.getOutputPath(s.java:123)
at org.sylfra.idea.plugins.remotesynchronizer.utils.ConfigPathsManager.g
etClassFilePaths(ConfigPathsManager.java:122)
at org.sylfra.idea.plugins.remotesynchronizer.synchronizing.Synchronizer
Thread.addPathsToCopy(SynchronizerThread.java:225)
at org.sylfra.idea.plugins.remotesynchronizer.synchronizing.Synchronizer
Thread.filterFilesToCopy(SynchronizerThread.java:197)
at org.sylfra.idea.plugins.remotesynchronizer.synchronizing.Synchronizer
Thread.synchronize(SynchronizerThread.java:178)
at org.sylfra.idea.plugins.remotesynchronizer.synchronizing.Synchronizer
Thread.access$100(SynchronizerThread.java:36)
at org.sylfra.idea.plugins.remotesynchronizer.synchronizing.Synchronizer
Thread$2.run(SynchronizerThread.java:166)
at com.intellij.openapi.application.b.d.runReadAction(d.java:220)
at org.sylfra.idea.plugins.remotesynchronizer.synchronizing.Synchronizer
Thread$1.run(SynchronizerThread.java:162)