Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
2answers
15k views

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

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 ...
17
votes
15answers
17k views

Can't add server to a moved workspace

I have this workspace downloaded off the web and I try running it on a tomcat server from a fresh installation of Eclipse Ganymede. This particular project came with its own workspace. When I select ...
14
votes
2answers
464 views

Variables not showing in Matlab workspace

Every now and then, variables just stop showing up in the Workspace pane. who and whos show that there are definitely variables in the workspace--I just can't see them in the Worskpace pane. Only ...
13
votes
2answers
6k views

Aptana studio won't load?

I'm using a standalone version of Aptana and I have just finished reformatting. When I tried to launch Aptana I got this error: Could not launch the product because the specified workspace cannot ...
12
votes
10answers
6k views

Eclipse sync workspaces/perspectives/preferences across computers

I have a project I need to be working on from two different computers, at work and at home. I need to be able to work on the code from both computers, so the issue is two fold; Sharing the code ...
12
votes
7answers
374 views

Osmotic communication -vs- closed-off offices?

What are people's experiences with osmotic communication (as recommended by Alastair Cockburn as part of Crystal Clear) as opposed to giving developers individual offices with doors (as recommended by ...
10
votes
3answers
161 views

detach all packages while working in R

While working to solve another problem I got this problem: I can all R objects by: rm(list = ls(all = TRUE)) Is there equivalent command that can detach installed packages during working session? ...
10
votes
2answers
9k views

Disable building workspace process in Eclipse

What is Eclipse doing when building workspace process is running? Can i disable it because it is taking a long time to complete and i dont know if it is necessary. Thank you
9
votes
4answers
4k views

Eclipse: How do i refresh an entire workspace? F5 doesn't do it

I have a workspace with a bunch of java projects. If i go to File->Refresh, it doesn't really refresh anything (perhaps the currently selected project). How do i get eclipse to refresh all of the ...
9
votes
8answers
3k views

How to express inter project dependencies in Eclipse PDE

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 ...
9
votes
6answers
7k views

Is there a Netbeans equivalent to Eclipse's Workspace

I enjoy using Netbeans, especially for development with Maven, however, I've found recently that I've been working with three different branches of the same code base in different parts of the ...
9
votes
3answers
3k views

FIle format of eclipse workspace files

Is there a (good) documentation about the format of the eclipse workspace files (.location, x.tree, ...)? I need this to programatically create a workspace for automated builds. Unfortunately I have ...
8
votes
2answers
2k views

Refactor > Move overlaps the location of another project

I am trying to move an Android project to a difference directory in the workspace, using Refactor > Move. The problem is that the "Move Project" dialog box keeps the OK button disabled, while issuing ...
8
votes
3answers
2k views

Disable Eclipse plugins per workspace

I use Eclipse for different projects, each with its own workspace. They need quite a different set of plugins (SVN vs hg vs git, AppEngine vs Tomcat vs OSGi, and so on), and I have all those plugins ...
8
votes
5answers
15k views

How to transfer Eclipse workspace and project from Windows to Linux and Mac

We have a a product developed on Windows for years. The product is composed of one Eclipse workspace and about 20 projects. On Windows, we ask every developer check out projects into d:\dev\product ...
8
votes
15answers
1k views

Have You Ever Worked In A Developer “War Room”?

The company I work for has had about 10 of us in a conference room pushing for a deadline. Maybe it's just me, but I just can't get any work done in that sort of environment. It seems as though I'm ...
8
votes
7answers
4k views

Good Programming Monitor: Actual Display Dimensions vs Diagonal “Marketing” Size?

I am thinking about adding a third monitor to my coding station. I currently run 1600x1200 on a dell 20.1", which is ok, but I am thinking to move to something that will do 1920x1200. I'm doing the ...
7
votes
1answer
328 views

Using an ARC static library in a NON-ARC project

I am trying to get this sorted out. I know how to get an ARC project working with files or static lib's that are not using ARC. For instance, using the compiler flags -fno-objc-arc. But what if I ...
7
votes
1answer
209 views

Is Delphi or BDS IDE capable of saving source-code breakpoints?

Should be part of project workspace (desktop in Borland terms), dont you think? I suspect answer is NO, but if it is not so, please include details how to configure it.
6
votes
5answers
547 views

Eclipse: how to keep project source files and ant build.xml seperate from eclipse workspace?

I'm trying to re-familiarize my self with the Eclipse environment and ant integration. Question is: how to keep my sources dir + build.xml separate from the workspace? What I have is a small java ...
6
votes
4answers
2k views

Can TFS workspaces be used without being tied to a specific machine?

So I've got a situation where we have a project with 10 developers. Each developer, when they come in for the day, is randomly issued a machine to use for development that day. The machine names are ...
6
votes
4answers
428 views

eclipse : how to differentiate/distinguish different open workspaces

I will need to use multiple workspaces for a recent project. Each workspace might consist of 10 or more projects. When I'm switching between various applications and different eclipse instances(for ...
6
votes
3answers
4k views

How to convert from File to IFile in java, for files outside the project?

Normally, this code is used for converting from File to IFile: IWorkspace workspace= ResourcesPlugin.getWorkspace(); IPath location= Path.fromOSString(file.getAbsolutePath()); IFile ifile= ...
6
votes
5answers
1k views

Dev environment - Cubicles or pods? [closed]

We're reorganizing our workspaces at work, and are individually being given the choice of working in a more open space with a few other developers, or a more closed off space by ourselves. Which ...
6
votes
6answers
464 views

Recommendations for books/articles/posts about boosting concentration

Mostly while studying CS, or at work.
6
votes
15answers
604 views

Single Best hardware upgrade for the money?

If you could upgrade one piece of hardware on your coding machine what would it be?
5
votes
2answers
318 views

What happens to existing workspaces after upgrading to TFS 2010

I was looking for some insight about what happens to existing workspaces and files that are already checked-out on people, after an upgrade to TFS2010. Surprisingly enough I can not find any ...
5
votes
1answer
2k views

TFS Error: Unable to determine the workspace for this solution

I get this error when trying to "Go Online" with a project on a Visual Studio 2010 ALM project. The project was previously connected to a team project on Team Foundation Server (2010), but I had to ...
5
votes
2answers
1k views

Is there a way to push a MATLAB workspace onto a stack?

Does anyone know if it's possible to have a stack of workspaces in MATLAB? It would be very convenient, to say the least. I need this for research. We have several scripts which interact in ...
5
votes
3answers
1k views

How do you organize your code workspace and home folder?

How do you organize your personal workspace for your code projects in your home folder? And how do you keep the workspace efficient for handling multiple projects at the same time? The most ...
5
votes
3answers
3k views

which eclipse project/workspace files should be added to source control?

I want to share an eclipse project with the rest of my team through SVN. Which files should I add to subversion? In the workspace, there are many files which IMHO are not supposed to be on source ...
5
votes
2answers
2k views

How can an Eclipse plugin access the project directory?

Is there a way to get the directory of a project in Eclipse? We are writing a plugin that will allow the user to select files, and then run some processes on those files. I would ideally like to be ...
4
votes
1answer
32 views

Show PyGTK Window on all virtual desktops/workspaces

I am working on a timer which should after a certain time show a popup window. I want to force the user to accept the fact that the time is up. I would like to set the window to be visible on all ...
4
votes
3answers
147 views

What are the benefits of multiple Perforce workspaces?

I'm working on a number of projects that are in completely different locations in the depot and I'm wondering if there's any real benefit to using a different workspace for each project versus using a ...
4
votes
5answers
623 views

How to force Eclipse to ask for default workspace?

I noticed that after installing cdt, Eclipse always loads the default workspace. The workspace listed in the config.ini in osgi.instance.area.default. Eclipse does not ask which workspace to open ...
4
votes
4answers
2k views

eclipse workspace: how to rename workspace

There is no option in the file menu to rename a workspace. Is the recommended practice to close eclipse, rename the folder, and re-open? I worry about some potential dangling references in ...
4
votes
3answers
664 views

What are the gigantic *.CFS files all about in Eclipse workspace plugin folder?

I started to notice my WD drive getting full and ran a size:gigantic file search on it. It has turned up several files here: F:\SCOTT-SHARED-DESKTOP\My ...
4
votes
2answers
371 views

How to organize Eclipse - Workspace VS Programming languages

I use Eclipse for programming in PHP (PDT), Python and sometimes Android. Each of this programming languages requires to run many things after Eclipse start. Of course I do not use all of them at one ...
4
votes
6answers
7k views

How to recover corrupted Eclipse workspace?

I just managed to corrupt contents of my Eclipse .metadata directory. Starting up with eclipse -clean did not work out. Deleting .metadata and then importing all projects, plugins and setting does not ...
3
votes
1answer
57 views

Eclipse: Multiple projects with same name but different location

I have two copies of the same directory structure (basically, trunk and a feature branch) which both contain a Java project (call it ProjectX) in a subdirectory of the respective base directory. I ...
3
votes
1answer
39 views

Using matlabs save in functions

Is it possible to use the Matlab save command inside a function to store workspace variables? Consider following scenario: I've got a bunch of variables in the Matlab workspace and want all that are ...
3
votes
2answers
138 views

Retrieving Workspace in R

I am working with R on Ubuntu. When I was working I accidentally hit Ctrl-Z and it kicked me out of the workspace and I did not save my variables. Is there anyway to retrieve my old workspace? ...
3
votes
3answers
411 views

How to cleanly shutdown Eclipse from Linux command line?

Is there a way to shutdown Eclipse cleanly from the command line, such that files and workspaces are saved? kill -3 doesn't do anything. kill -1 and kill -15 (default) causes Eclipse to exit abruptly ...
3
votes
2answers
308 views

“Workspace” child views not filling height on Google “iosched” app

I'm playing around with the iosched app from Google I/O 2011. Looking at the ScheduleFragment, I'm testing a different view on the Workspace children for flinging the pages back and forth. However, ...
3
votes
3answers
2k views

Can't change local TFS 2010 paths

Running VS 2010, I want to now build on TFS 2010. In Team Explorer, I change my connection from our old TFS 2008 build server to our new TFS 2010 server. Now I want to map my source control from the ...
3
votes
1answer
45 views

launch a variable from workspace windown in MATLAB

Say I have a variable in my workspace window as VAR_ABC. At the end of my work (script/function), I want to launch this VAR_ABC in the variable editor window. How can I do it? It has more than 10 ...
3
votes
3answers
974 views

Xcode4 workspace sharing projects

I am trying to use the new Xcode4 workspace feature to migrate some Xcode3 projects that has dependencies between them. I have a project which creates a static library and then an application project ...
3
votes
0answers
1k views

Where is the Class Model in Xcode 4? [closed]

Anyone knows where the hell are the Class Models in Xcode 4? Or the Xcode 4 GM seed doesn't implemented this feature yet? I'm going crazy with this! In Xcode 3 was so simple. Design -> Class Model ...
3
votes
2answers
518 views

Eclipse getting too slow - workspace recreation helped

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 ...
3
votes
3answers
982 views

eclipse takes long time to initialize

After selecting the workspace, eclipse takes about 10 minutes to initialize? What could be the problem?

1 2 3 4 5