David McKnight
2a722ce7d6
fix for 148989 - using same reading algorithm as ssh
2006-08-14 18:01:59 +00:00
David McKnight
32b87089e1
error display when failed connect on deferred query
2006-08-14 16:10:00 +00:00
David Dykstal
0c168cc659
bug 149117 - fixing nasty bug introduced for property writing
2006-08-11 22:22:45 +00:00
David Dykstal
1f855d1fb2
bug 149117 - remove prints to stdout from the PropertyFileProvider
2006-08-11 21:58:55 +00:00
Martin Oberhuber
d80367e6d8
Add nightly build scripts and files to repository
2006-08-11 21:09:12 +00:00
Kushal Munir
b6714d9ff9
[cleanup] Some of the classes for persistance moved from org.eclipse.rse.ui plugin to org.eclipse.rse.core plugin. This is part 1 of more changes to come.
2006-08-11 20:50:54 +00:00
David McKnight
bc6a937f0b
don't assume service subsystem configuration
2006-08-11 18:54:37 +00:00
Martin Oberhuber
172f651769
Remove assert keyword since nightly builds dont understand it - supposedly due to a bug in Platform Ant support
2006-08-11 17:34:55 +00:00
Martin Oberhuber
7125c9dd9d
Automatically get latest built plugins
2006-08-11 16:24:45 +00:00
Martin Oberhuber
f2266f1d69
Automatically get latest built plugins
2006-08-11 16:24:11 +00:00
Martin Oberhuber
2353667278
Automatically get latest built plugins
2006-08-11 16:23:08 +00:00
Martin Oberhuber
636d0f9e11
Automatically get latest built plugins
2006-08-11 16:08:06 +00:00
Martin Oberhuber
498c754c16
Update Build Notes towards M4 / I20060811
2006-08-11 15:48:53 +00:00
Kushal Munir
df5ce0c379
[cleanup] Classes for filter referencing and referenced filters have moved from org.eclipse.rse.ui plugin to org.eclipse.rse.core plugin
2006-08-11 14:58:48 +00:00
Martin Oberhuber
79ce5a3037
Fix syntax for build.pl
2006-08-11 14:31:25 +00:00
Martin Oberhuber
562d491620
Use new RSE API for empty password (bug 142471, 147532)
2006-08-11 12:10:24 +00:00
Martin Oberhuber
e78d5135b6
Prepare RSE build I20060811
2006-08-11 11:55:36 +00:00
Martin Oberhuber
1b0c5497b0
Build: Move mapfile to maps/ directory in order to support releng.tools
2006-08-11 11:41:15 +00:00
Martin Oberhuber
d718f56ee2
Fix Mutex -- interruptAll() must be synchonized because accessing fWaitQueue
2006-08-10 16:55:53 +00:00
Martin Oberhuber
ac3e1dfd90
Fix bug 149179 - use Mutex to serialize parallel sftp requests where necessary
2006-08-10 16:16:55 +00:00
David Dykstal
fb30c9539c
bug 142471 - updated ISubSystemConfiguration interface to allow for not having a password.
2006-08-10 14:22:04 +00:00
David McKnight
d507b8b380
fix for 149186 - prevent upload during download via "ignore file" for temp file listner
2006-08-10 13:07:39 +00:00
Martin Oberhuber
d94d5ac9f3
[cleanup] Rename Subsystem -> SubSystem in all method and class names
2006-08-10 12:52:38 +00:00
Martin Oberhuber
8adfb164bb
[cleanup] Fix javadoc warnings
2006-08-10 12:32:22 +00:00
Martin Oberhuber
7e125bb084
Add id to infocenter update
2006-08-10 07:45:49 +00:00
David McKnight
011424ad46
equals for RemoteFile - fix for 148981
2006-08-09 16:32:29 +00:00
David McKnight
c927f205ba
name the threads - makes it easier for debug
2006-08-09 15:36:15 +00:00
David McKnight
14dbab0887
fix for 153001 - need to terminate shell output reader
2006-08-09 15:35:25 +00:00
Martin Oberhuber
0a269f743d
Fix indentation of patterns.dat to make pwd command work
2006-08-09 11:50:02 +00:00
Martin Oberhuber
a1a46ef13e
Use dynamic prompt generation for ssh even outside ServiceCommandShell
2006-08-09 11:41:01 +00:00
Martin Oberhuber
c129e89e79
Workaround bug 153253 - NPE when importing connection-private filters
...
The bug used to stop the entire process of restoring connections. With the workaround, only the filter is missed, but the rest is imported correctly. It might be a good idea to put similar try..catch constructs around all critical parts of the importer, in order to shield problems in some connections from others connections.
2006-08-09 09:42:46 +00:00
Martin Oberhuber
3d3460f63f
Fix unnecessary NPE when restoring local command shells.
...
No change in observed operation since the NPE would have been caught anyway, but avoiding the NPE allows easier debugging with a Java exception breakpoint on java.lang.NullPointerException
2006-08-09 09:39:22 +00:00
David McKnight
d8e53e6b2f
make sure server launcher properties are stored when modified from wizard
2006-08-08 19:45:42 +00:00
Martin Oberhuber
b5e8fe024d
Support shell output parsing in ssh connections
2006-08-08 16:57:55 +00:00
Martin Oberhuber
a604bc4c50
Workaround bug 153118 - ssh hangs when trying to create empty file
2006-08-08 16:57:01 +00:00
David McKnight
80981eee1e
defect 149133 - use absolute to indicate local receiver file rather than mapping
2006-08-08 15:15:16 +00:00
Martin Oberhuber
a219176dd1
Fix ssh shell session timeouts by using a separate Thread.
...
Improve ssh terminal handling (backspace)
2006-08-08 14:14:31 +00:00
David McKnight
f2e6f47b3f
removed unused property strings
2006-08-08 13:17:03 +00:00
David McKnight
5ab5c04a65
watch exception when getting shell
2006-08-08 13:01:51 +00:00
Martin Oberhuber
625103658e
Improve javadoc comments
2006-08-08 08:59:05 +00:00
Martin Oberhuber
a8925af740
Fix some externalized strings warnings
2006-08-08 08:58:33 +00:00
Martin Oberhuber
328e07f782
Remove unnecessary check after instanceof
2006-08-08 08:36:50 +00:00
Martin Oberhuber
1f3cf11369
Remove unnecessary check after instanceof
2006-08-08 08:34:20 +00:00
David Dykstal
25deb8be8d
bug 149331 - Change some internal classes from public to private so they don't show up in the API reference. Modified tutorial and example to use ISystemFilter instead of SystemFilter.
2006-08-07 19:28:45 +00:00
Martin Oberhuber
d1dd0b13db
Set a useful name for SshShellOutputReader
2006-08-07 18:16:05 +00:00
David Dykstal
96842affa0
bug 150904 - getIconPath was changed back to providing the trailing "/".
...
All code using getIconPath (including samples and tutorials) was checked to ensure this was taken into account.
2006-08-07 15:45:56 +00:00
David Dykstal
17b8ed3c91
bug 149331 - Update tutorial to use current tutorial example code.
...
Get rid of etools references.
changeClasspath and changePluginClass are no longer used.
2006-08-07 15:01:16 +00:00
David Dykstal
575b13ddee
bug 149331 - fix syntax error in topics_Reference.xml
2006-08-06 19:00:11 +00:00
David Dykstal
fc3a24983c
bug 149331 - Update tutorial to use current tutorial example code.
...
Get rid of etools references.
The tutorial still requires some work since it is hard to update from the code. All highlighting and anchor creation is done by hand, as are the differences from step to step.
2006-08-04 20:37:05 +00:00
David Dykstal
562ee30034
bug 149331 - updated topics_Reference to refer to current API. Get rid of etools references and dead links.
2006-08-02 18:54:30 +00:00