workspace

eclipse won't load workspace

▼魔方 西西 提交于 2019-12-03 04:40:38
问题 I was working in eclipse, and it got stuck, and next it refused to load my usual workspace folder this is what the logfile shows how can i load this folder again? !SESSION 2013-08-21 14:27:21.896 ----------------------------------------------- eclipse.buildId=M20130204-1200 java.version=1.7.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os win32 -ws

Team Build: The path 'Path' is already mapped in workspace 'workspace' error even after deleting all workspaces on build agent

白昼怎懂夜的黑 提交于 2019-12-03 04:30:35
I have this problem when I queue a build. The build dies with the error The path C:\[Path]\Sources is already mapped in workspace [Server Name]. the same as this question . but I've removed all the workspaces on the build agent by running this command: tf workspaces /remove:* and also by deleting the TFS cache folder. I've also restarted the server, but the error keeps happening on each build. Glenn Slaven Ok, so the solution ended up being fairly similar to what YeahStu posted on here . I changed the Build Agent's working directory from $(Temp)\UI\$(BuildDefinitionPath) to $(Temp)\UI\$

How to delete a workspace in Perforce (using p4v)?

只愿长相守 提交于 2019-12-03 03:13:42
问题 I'm new to Perforce and have created a few workspaces as exercises for getting familiar with it. Now I would like to delete some of the workspaces. I just want to get rid of the workspaces so that they do not appear on the drop-down in the workspaces view ( do not want to do anything with actual depot files). Googling up an answer yields the suggestion to "make the workspace active" (I guess that means select it in the workspace dropdown?) and then delete it from the "edit" menu.

Perforce: 'remove from workspace' from command line?

久未见 提交于 2019-12-03 02:55:16
The p4v Perforce GUI client has an 'Actions > Remove from Workspace' menu command which removes all files from the workspace that are under version control and were not opened for edit or delete. This functionality only seems to be available from the GUI client, I can't find any corresponding command in the ever growing list shown by p4 help commands . I thought of using p4 where , p4 files and some list filtering, but that doesn't seem trivial, so before I go about creating a script, does anyone have a better idea ? Specifying a revision of either #none or #0 will remove the files: p4 sync /

How to express inter project dependencies in Eclipse PDE

﹥>﹥吖頭↗ 提交于 2019-12-03 02:10:24
I am looking for the best practice of handling inter project dependencies between mixed project types where some of the projects are eclipse plug-in/OSGI bundle projects (an RCP application) and others are just plain old java projects (web services modules). Few of the eclipse plug-ins have dependencies on Java projects. My problem is that at least as far as I've looked, there is no way of cleanly expressing such a dependency in Eclipse PDE environment. I can have plug-in projects depend on other plug-in projects (via Import-Package or Require-Bundle manifest headers), but not of the plain

How to fix a workspace in eclipse that does not open anymore?

六眼飞鱼酱① 提交于 2019-12-03 02:10:21
One of my workspaces in eclipse can't be opened anymore. The other workspaces work fine. How can I fix this? First I thought this is an eclipse problem, but since the other workspaces work fine, something must be wrong with the workspace. Try this-->>Goto .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi and remove workbench.xmi file to solve this issue: .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi. user7824731 I am using maven project with eclipse kepler ,I had also faced the same problem(workspace was not opening),please follow the below steps it may work (please

How to delete a workspace in Eclipse?

守給你的承諾、 提交于 2019-12-03 01:30:38
问题 How to delete a workspace in Eclipse? 回答1: Just delete the whole directory. This will delete all the projects but also the Eclipse cache and settings for the workspace. These are kept in the .metadata folder of an Eclipse workspace. Note that you can configure Eclipse to use project folders that are outside the workspace folder as well, so you may want to verify the location of each of the projects. You can remove the workspace from the suggested workspaces by going into the General/Startup

What is the best Emacs workspaces plugin?

雨燕双飞 提交于 2019-12-02 21:59:52
By workspace, I mean - I need to save the state of my open buffers (possibly in a user specified workspace file) and quickly switch to another set of open buffers, e.g. to continue working on files related to another project. Is there an Emacs plugin which allows this? Which one would you recommend? I use a combination of save-visited-files and workgroups . In fact, workgroups will probably do most of what you want by itself. My config: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; workgroups for windows (setq wg-prefix-key (kbd "C-c z") wg-no-confirm t wg-file

Eclipse getting too slow - workspace recreation helped

久未见 提交于 2019-12-02 20:31:46
My Eclipse was getting slower and slower over time. Tips I found on the Internet did not help. What I did is completely deleted my workspace, created new one and reimported all my projects into the new workspace and this really made the difference. So my question is whether it's possible to perform this workspace clean-up without deleting and recreating workspace... Maybe there is some cache in workspace which is getting big? Any ideas? Thank you! Eclipse keeps track of all changes in local history. That might introduce slowdown over time. Local history is located at .metadata/.plugins/org

Problems adding Projects to Workspace in Xcode 4

房东的猫 提交于 2019-12-02 20:11:05
I have a couple of projects that I had started under Xcode 3.2.x some time ago. I switched to Xcode 4 a few days ago and want to make use of the Workspace feature as both projects. Basically, my plan is to extract some common features out of the two projects and make them a common library that both projects depend on. However, before I even get to the tricky bit of dependencies I get stuck just adding my two projects to the workspace. I tried creating a new workspace and selecting "Adding files to " from the context menu; I then select the .xcodeproj file from my first project and it appears