1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
Commit graph

493 commits

Author SHA1 Message Date
David Dykstal
49f98cb4f0 bug 153253 - adjust logging, some debug setup 2006-08-17 16:09:21 +00:00
David Dykstal
8736eb5150 bug 142471 - cleaned up javadoc 2006-08-17 15:50:20 +00:00
David Dykstal
9a39dc828e bug 142471 - allow an empty string password to be saved if a password is not required by the connector service.
Also cleaned up javadoc.
2006-08-17 15:35:39 +00:00
David Dykstal
87ab2d2c07 [cleanup] formatted and added javadoc in preparation for debugging 2006-08-17 13:47:56 +00:00
David Dykstal
698c707f7c [refactor] add logging capability to core plugin
in preparation for moving some persistence classes
2006-08-17 13:41:45 +00:00
David Dykstal
140cb9a9fe [cleanup] logger javadoc 2006-08-17 13:40:33 +00:00
Martin Oberhuber
00edba06f7 Prepare I20060817 build 2006-08-17 13:29:02 +00:00
Martin Oberhuber
d2920086dc [cleanup] remove IBM strings from plugin.xml 2006-08-17 13:20:01 +00:00
Martin Oberhuber
7e6732e267 Update build notes for I20060817 2006-08-17 12:57:01 +00:00
Martin Oberhuber
c4b581bc52 Bug 149181 - throw SystemMessageException for various ssh errors 2006-08-17 12:37:02 +00:00
Martin Oberhuber
003e578773 Use Mutex to avoid parallel FTP directory queries 2006-08-17 10:21:06 +00:00
Martin Oberhuber
ec66da7bf4 Fix FTP absolute pathes reported as //dir/file 2006-08-17 10:20:34 +00:00
Martin Oberhuber
5a3b195f6e Reset compiler source compliance to J2SE-1.4-without-assert because headless build would require javacSource / javacTarget settings in build.properties otherwise 2006-08-17 09:40:23 +00:00
Martin Oberhuber
4aab60f8fd Move Mutex to rse.services/src, set compliance to J2SE-1.4 2006-08-17 09:23:32 +00:00
Martin Oberhuber
4b344fb0bd [cleanup] fix some build warnings 2006-08-17 09:21:56 +00:00
David Dykstal
7f3551e958 bug 149472 - moved the RemoteFileException hierarchy to org.eclipse.rse.services.files package.
Here it can be exploited directly by the services.
Hardcoded the SystemMessage creation for now. This will be changed when the message file DTD is moved and message file utilities are created.
Fixed javadoc where appropriate.
2006-08-16 16:31:36 +00:00
David McKnight
5d4a23fa3b fix for 149785. Adding additional daemon argument to support server port range. 2006-08-16 15:22:09 +00:00
David Dykstal
6232a59826 [cleanup] fixing javadoc errors 2006-08-16 15:18:34 +00:00
Martin Oberhuber
d40a6c11ff Make Mutex thread-safe by doing IProgressMonitor queries outside synchronized 2006-08-16 13:14:48 +00:00
Martin Oberhuber
e892da770b [cleanup] fix javadoc errors in IRemoteCmdSubSystem 2006-08-16 12:13:52 +00:00
Martin Oberhuber
051b166e76 [refactoring] 153273: move shell output parsing classes to rse.services.shells 2006-08-16 12:05:37 +00:00
Martin Oberhuber
87e522ed9f Fix Javadoc errors for IShellService 2006-08-16 11:49:09 +00:00
Martin Oberhuber
171e8dddd6 Improve text on required Eclipse version for download 2006-08-16 11:41:09 +00:00
Kushal Munir
6787dbd195 [cleanup] Refactoring RSE model objects 2006-08-16 08:03:00 +00:00
David Dykstal
f13adf6055 bug 142471 - moved password/userid configuration from ISubSystemConfiguration to IConnectorService.
Updated all subsystem configurations and connector services.
Rewrote login dialog to make password or user id optional.
Rewrote AbstractConnectorService.promptForPassword to take advantage of new configuration parameters.
2006-08-15 22:07:27 +00:00
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