An area of memory (RAM or disk based) for which to perform operations.
0
votes
2answers
22 views
How do I copy over my old files from my Java Eclipse workspace into my new workspace?
I had to reinstall some things on my computer, eclipse being one of them. I took my workspace and made a folder out of it and left it on my desktop. I used Indigo last time, but I have to update some ...
0
votes
2answers
188 views
Open new workspace in android studio
Can't find the option in Android Studio to open new workspace like in Eclipse.
As I understand, it's going like that:
Project in Android Studio equivalent to workspace in Eclipse.
Module in Android ...
0
votes
2answers
37 views
Eclipse: Change the current workspace
I have two workspace A and B.
I call from B another class that is in Workspace A.
This occures errors, becuase my code is made only to be called from Workspace A.
Is there a way to call something from ...
4
votes
1answer
66 views
In R can we password protect workspace?
I am completely new to R. Need your help on this.
I have created two workspaces say A and B.
Is there any way i can restrict users of workspace A from accessing workspace B and vice versa.
0
votes
0answers
16 views
eclipse project dependency recovery after crash
I am using Eclipse helios in Ubuntu OS. It crashed and did not start up again. The .metadata/.log file had the following error: "An error occurred while automatically activating bundle ...
0
votes
2answers
41 views
Tracking Eclipse JDT Compiler Error Messages (IProblem)
I am currently developing programming tutors. Those tutors are standalone Java applications. I use Eclipse JDT to parse Java source code and build the corresponding abstract syntax tree. Moreover, I ...
0
votes
0answers
24 views
Sharing launch configurations using SVN
I'm developing a bigger pydev project for some time now.
For days now I try to get my whole eclipse configuration (launch configs, .project, etc.) into my SVN repository so that anyone of my ...
0
votes
0answers
132 views
How to update TFS workspace after computer name changes?
Recently i renamed my computer name, and now my tfs workspace is broken in VisualStudio 2012.
when i type:
tf workspaces /computer:ABOTONJIC-PC /owner:* /format:detailed
Workspace : ABOTONJIC-PC
...
0
votes
0answers
30 views
Eclipse opens blank workspace
I have this weird issue where the following happens:
fresh eclipse juno install (with all updates applied)
works fine for a while asking which workspace I want to open with a dialog on startup
after ...
0
votes
0answers
13 views
Why does new workspace refuse to use software?
I created a new workspace since my old one refused to start up. I add OO Basic dev tools, restart, but I can't create a new OO project. I go to software update, check it again, select install, and it ...
0
votes
1answer
36 views
Matlab Cant see Variables on Workspace
I have a problem with my Workspace. I am trying to see my GUI variables on workspace, but I can't! For example I run a .m file gui and open interface. For example I open any image and making image ...
0
votes
0answers
8 views
How to get data from the plot by DataCursor?
I am trying to get data to work with from the graph by DataCursor.
I have found thes code:
function dt = doc_datacursormode <br>
fig = figure;<br>
a = -16; t = 0:60;<br>
...
4
votes
1answer
138 views
my eclipse plug-in creates endless workspace building loops, probably job related
I have created a plug-in to hook into the save action and create a minified javascript file of an edited javascript file. You can see the full code in this question: eclipse plugin does not work after ...
1
vote
2answers
35 views
share a workspace on Accurev
I am new to Accurev. I am working on a workspace and I see a problem which I need help from a team member to look at the issue. what is the easiest way to let the other team member to access my files ...
0
votes
1answer
48 views
Eclipse .settings folder and .project file location
I have huge maven project with a lot of modules and using intellij IDEA for coding and eclipse for formatting the code and using SVN as VCS. So eclipse creates these .settings folders and .project ...
2
votes
2answers
51 views
How can I edit the location of the workspace in Eclipse?
Due to me being a novice before, I didn't understand what a workspace was. I thought there would be one workspace for each project. I placed my workspace in the folder of the project I was working on. ...
0
votes
2answers
73 views
css image from hard disk
im about to build a GUI and I am trying to load an image as background image via css.
My HTML sheet is nearly empty except the headline and a div container in which I load the GUI, built with JAVA ...
0
votes
1answer
111 views
Incorrect results in Simulink model when using data 'from workspace' block
To all MATLAB and Simulink users,
I am facing a problem using the data imported into the workspace for my Simulink blocks.
My Case:
I did a simple block diagram to simulate the results before ...
0
votes
1answer
30 views
Code blocks workspace only builds active project?
I have the fallowing setup in code-blocks:
I have "Program" (the highlighted project) selected to depend on "ProgramLibrary" by doing
Right click "Program" and selecting "Properties..."
Under ...
3
votes
2answers
138 views
How can I copy Eclipse classpath variables from one workspace to a new workspace?
How can I copy the Eclipse classpath variables from the open workspace to a new workspace? I am using Eclipse Juno (Eclipse Platform 4.2.1 and Eclipse Java Development Tools 3.8.2).
1
vote
1answer
246 views
Apache Ivy resolve dependencies using Eclipse workspace during Ant build
I'm using Apache Ivy with Eclipse (IvyDE) and trying to solve the following issue. I have two projects, IvyParent and IvyChild, where the child depends on the parent. I have the option selected for ...
0
votes
0answers
55 views
How do I change build settings of an Xcode project that is a git submodule
I have an Xcode project with an iOS app that uses another project, say Rest Kit, that is actually a Git submodule.
I want to effect a change in the build settings of RestKit, for good reason, when I ...
0
votes
1answer
43 views
Java Eclipse turn of auto build workspace on save
Suddenly my Eclipse have started to automatically build the workspace whenever I save and it take ages for just a single save (I tend to save very often). It has never done that before so I was ...
2
votes
2answers
51 views
How do I turn off automatic workspace building in Eclipse?
I'm using Eclipse Juno on Mac 10.7.5 (Java 6). I have several Maven projects imported into my workspace and despite the 10 GB of memory on my machine, my Eclipse session sometimes grinds to a halt ...
0
votes
0answers
178 views
Grails Update Dependencies : Error Compilation error: startup failed | Compile error during compilation with javac
I am trying to run a grails 2.1.1 web app. While checking out the project from the SVN repo, it tries to do an update dependencies and fails with the following error:
| Loading Grails 2.1.1
| ...
1
vote
0answers
48 views
Can't open Eclipse in new workspace
I work upon an Android project on MacOS. Recently i had to create a copy of my project in another location. Say it was Users/user/SVN/Applications/BarPoject/AndroidBarProject and now it is ...
0
votes
1answer
57 views
Emacs modes/functions and xmonad
So I'm wondering if it's possible to take XMonad's ability to shift certain applications to specific workspaces a step further and apply it to specific modes/functions of Emacs?
For example I have ...
1
vote
0answers
71 views
How to switch workspace in Eclipse?
I work upon an Android project on MacOS. Recently i had to create a copy of my project in another location. Say it was Users/user/SVN/Applications/BarPoject/AndroidBarProject and now it is ...
0
votes
1answer
316 views
jenkins continuous delivery with shared workspace
Background:
We have one Jenkins job (Production) to build a deliverable every night. We have another job (ProductionPush) that pushes out the deliverable over a proprietary protocol to production ...
0
votes
1answer
45 views
Websphere Startup Error
I am trying to set up workspace using Websphere 7.0 application server on RAD IDE. I am using Java 1.6
When ever i try to start my server it throws following error:
Exception in thread "main" ...
1
vote
1answer
94 views
How to connect android project with php files which is saved outside the workspace?
Is it possible to connect android project (developed using eclipse indigo ) with php files which is saved outside the workspace?
If so, plz help.
I am using Xampp server and saved it under htdocs . ...
0
votes
1answer
28 views
eclipse workspace where to keep misc files
This may seem like a strange question but can I add a folder in the eclipse workspace that doesn't get recognized by the system? Someplace to keep my notes and java files I'm not ready to including in ...
1
vote
2answers
278 views
Visual Studio 2010 file could not be found in your workspace issue
I'm getting this message when connected to a TFS repository and trying to edit a local .sql file that's not yet in the repository.
The item C:\bla\blabla\blablabla\USP_BLA.sql could not be found ...
1
vote
0answers
52 views
Enabling annotation processing workspace-wide in Eclipse w/o maven
I had a really hard time searching for the answer and couldn't find any, here is my current situation:
(Running Eclipse 3.5 Galileo with JDK1.6.31)
I am trying to set-up Annotation Processing inside ...
1
vote
2answers
54 views
Eclipse : Does multiple workspace decrease the speed/performance of the eclipse?
I'm working on multiple projects and i find little messy to keep all the projects in one workspace. I was wondering if creating multiple workspace reduces the speed and performance of the eclipse . I ...
0
votes
2answers
52 views
How to not build Android project in workspace?
I'm using Eclipse for Android development. Lets say I have a project A that uses code from project B.
In project A: I setup a link to a sourcefolder to code i project B.
The linked code will build, ...
0
votes
0answers
22 views
How should I manage dependencies in an Xcode workspace?
I'm working on an iOS app project. I have three projects(ProjA, ProjB, ProjC) in my workspace.
ProjA is my main project, target is an APP
ProjB and ProjC are Library projects, targets are ...
1
vote
0answers
20 views
Arrange internal frames
In a workspace I would like to arrange vertically or horizontal two or more InternalFrames, such as the attached pictures
What is the best solution to do this?
Thanks
3
votes
1answer
162 views
CocoaPods - Manage dependencies of multiple projects in a single workspace
I have a workspace set like this:
MyAppiOS project
MyAppMacOS project
Pods
AFNetworking
Pods project was added to the initial workspace (MyAppiOS project) with the podfile
platform :ios, '5.0'
...
0
votes
1answer
123 views
Why ANT does not peak up Eclipse workspace default JRE for build
I'm trying to compile my projects with ANT build script.
When I change the Eclipse workspace default JRE, let say to JDK1.6.0_27 32bit the ANT still using JRE 1.7.0 64bit (which is system default)
...
1
vote
1answer
30 views
Does RAD share WAS instances between workspaces?
In RAD, I have a workspace A and in that workspace I create a WAS 6.1 server instance and I configure two data sources.
Now I close RAD and open it and point to a new workspace B. Now in B, I see ...
2
votes
2answers
158 views
Importing checked out files on TFS from one machine to another
I have new files added on TFS and some other checked out but on my older workspace. Now my machine is changed and I want to have those files on my new workspace.
Is there any way to have these changes ...
0
votes
1answer
98 views
Run Tomcat simultaneously in multiple workspaces in Eclipse
I have two different workspaces in Eclipse and in both both workspaces I have configured same Tomcat web server. Now when i run a web app on server from one workspace I cant run the other app on ...
0
votes
1answer
74 views
Xcode workspace dependencies building but not packaging
I have a workspace with an app and a static lib. The lib is used in the project.
When I modify the lib and build the app, the lib is well rebuilt: cool! But if I have not modified the app, the newly ...
0
votes
1answer
45 views
How to see original script or function from RData?
I created a very small script (without saving) in RCmdr top window, but I only saved the workspace.
When I reload this I can't see anything that was in the top window originally. My mistake I know, ...
0
votes
1answer
1k views
Eclipse - sharing workspace through dropbox (.project files error because of wrong path)
I'm sharing my eclipse workspace with my dropbox.
I have my dropbox folder at M:\Dropbox at home and at D:\Dropbox at work.
At home, I want to keep M: for "My files"-Drive and don't want to change ...
5
votes
2answers
1k views
Android Building Workspace Error
I have a project that uses stORM. When i try to open Eclipse downloaded as a Android ADT package. i am getting the following error
Errors occurred during the build.
Errors running builder 'Android ...
1
vote
0answers
68 views
Local workspace losing a keystroke when automatically checking out?
I like to have VS automatically check out files when I start editing them.
This works great as long as my workspace is a server workspace.
But there is a problem with this when my workspace ...
1
vote
1answer
50 views
How can all the Workspace windows be enumerated in a Pharo workspace?
I want to list all the Workspaces windows in a in a Pharo window. When I shift click a Workspace window the item selected is usually a PluggableTextMorph or a TextMorphForEditView. When it is a ...
0
votes
0answers
35 views
Regarding Symantec Workspace Virtualization, running an application from a layer automatically.
How to automatically run an application from a specific layer, on system startup? Using scripts or batch files or any other techniques. It needs to be automated, so the program runs itself whenever ...

