GNATbench Ada in eclipse using Remote System Explorer - eclipse

I use GNATbench Ada plugin for eclipse to make eclipse Ada aware on Windows. This works well for local files, but my main development is on a remote Unix box. I successfully use the Remote System Explorer plugin for eclipse to remotely edit C files on the Unix box from Windows, but cannot get the same to work for Ada.
It seems that the GNATbench plugin does not work correctly with the Remote System Explorer (RSE) plugin. Possibly a bug in GNATbench that is directly addressing files with a full path rather than addressing them from a eclipse project point of view.
Has anybody tried this?

Related

Eclipse: missing menu option to create new Remote C/C++ Project

I am running Eclipse CDT Luna SR 1 (version 4.4.1) and have properly installed Remote System Explorer End-User Runtime and Remote system Explorer User Actions packages (both version 3.7.0). I can browse to a remote system and even create a link to a remote folder through RSE using SSH, but I cannot create a new Remote C++ Project as the Luna documentation describes here. The menu options in the manual simply do not exist. Is it necessary to install the RSE server somewhere first? That wouldn't make a lot of sense, since RSE can use local providers. Any help appreciated.

can't run ScalaIDE in a XP without networks

Recently I would like to move my dev env into my company's standard virtual XP without internet connection. But my Scala dev env is broken. I test ScalaIDE from typesafe by unzip and copy into virtual XP. And, I tried install scala plugins on a pure Eclipse and copy it into that virtual XP. Both of these two approaches were broken.
Anyone know why?
My notebook with internet run ScalaIDE very well. I have test in a virtual XP with internet , thru virtualbox. The ScalaIDE works well. But in that virtual XP without internet, it seems that all scala plugins are disappear from Eclipse but files in plugins/features. I can't open Scala perspective, can't fint scala in preferences.
What happens?
Thanks!
[update] the TypeSafe's ScalaIDE can't run in an environment without any networks, intranet or internet.
From what I gather of your question, you have an installation problem rather than a build problem. Building may be problematic if you have dependencies that are unavailable offline, but installing Scala IDE should work.
The Scala-IDE website offers a zipped update site for download for every release. The direct URL for the latest version is here.
You need to make this file available to the offline OS you're using. If you unzip it, you should be able to point to the decompressed result as a local update-site and choose the plugins you may want to install. More simply, you can also try to drag and drop that zip into the installation dialog of Eclipse.

eclipse plugins for remote system

what is the plugin i would able to get from eclipse for "remote server system." I want to just open files from the remote server and continue my web project from a specific home folder.
I need to also able to have the input for mysql database so the eclipse would able to debug it as well.
Are there such plugins?
I have been looking for this for a long but I dont find any.
Many thanks
You may be looking for the Remote Systems Explorer, which is part of the target management project in Eclipse.

Source control for ftp project in eclipse

I have a remote project that is access over FTP. I have installed Remote System Explorer - plugin for eclipse and using that plugin, I was able to make a project in my eclipse.
When I make some changes I must login to my server and than using svn from command line to commit changes (and other stuff).
Is there any way (plugin for eclipse or something else) to make source control little more user friendly, so source control can be used from eclipse?
Thanks

Select > Upload FTP Solution for Eclipse

in Netbeans, you can select a file on the project explorer and upload it directly to the ftp and it finds where to upload properly (amongst the folders and sub-folders,since the remote project is the copy of local project with the same folder, sub-folders and etc.) which provides quick solution when working on both local and remote.
I am wondering whether the same functionality is also available on Eclipse? I don't need anything complicated. This feature is what I only need. So if you know such plugin and how to use it, please enlighten me.
I am using Eclipse for PHP, my version of Eclipse is PDT
Aptana Studio 3 (standalone or plugin) has FTP download/upload functionality. And much more.
Eclipse has a Build in FTP. Go Windows->Open Perspective ->Other->Remote System Explorer.Create New Connection . Right Click on Explorer->New Connection ->FTP.
Note:(For Eclipse Helios and above)