An area of memory (RAM or disk based) for which to perform operations.
0
votes
1answer
14 views
Trying to create a project in a sub folder gives “<projectname> overlaps the location of another project” error
I'm new to Java / Eclipse.
I've opened eclipse and set the workspace to a folder named MyBook.
Next I want to create a bunch of projects in subfolders of the workspace. I want to create a project ...
0
votes
2answers
21 views
Hudson Job creates .svn files
When I make a SVN Repository checkout .svn files are created on the workspace.
I have checked that these files don't exist in the repository and are created when the Hudson Job makes the checkout.
...
-2
votes
0answers
55 views
End a java program launched from Eclipse without killing Eclipse
I need to end my program, but can't do it how I want to.
I heard about
System.exit(0);
but this closed even the workspace I am working in.
I use a plug in project and run it as new Eclipse ...
0
votes
1answer
30 views
Perl--Can I save variables in workspace?
Is it possible to save the variables or just a hash in perl workspace? For example, this can be done in Matlab with 'save' function.
edit: I am reading several text files and generating a hash out ...
0
votes
0answers
8 views
eclipse upgrade breaks svn overlays in workspace
Since I upgraded Eclipse to Indigo I lost svn overlays next to files and folders in PHP file explorer in PHP perspective of PDT.
Upgrading to newer Eclipse not helping it.
If I create new workspace ...
0
votes
0answers
18 views
TYPO3 4.6 + DAM workspaces publishing => content link not rendered
I've got strange behavior with dam + versionning on TYPO3 4.6.
Bug reproduction :
Goto a workspace without "Live editing" with a backend non-admin user.
Upload a file in the "Files" module of ...
0
votes
0answers
12 views
How repair/recreate Eclipse workspace and/or Maven caches/repositories?
I was creating some Maven project under Eclipse with using spring-osgi-bundle-archetype and this causes some plugins etc to download, which have frozen. After I killed Eclipse, many things related to ...
0
votes
0answers
9 views
Eclipse - Referring workspace relative resource not working
Simple one but can't get it to work.
I have a Maven settings.xml inside workspace directory that is used across the team (distributed using SDC profiles). I am trying to refer to this settings.xml ...
2
votes
2answers
18 views
TFS2012 Build Process using wrong Workspace Owner
I am trying to run a build using Visual Studio 2012 paired with Team Foundation Server 2012. The build process is run on a separate server from the team server. When I run a build definition the build ...
0
votes
1answer
47 views
Saving R objects not workspaces
i am completely new in R.
I am trying to save a spatialdataframe and a normal data frame within the same object. when I am applying the code below, it saves the object as a R workspace, is it normal? ...
0
votes
2answers
35 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
366 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
42 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
70 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
53 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
26 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
254 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
1answer
55 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
14 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
65 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
145 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
40 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
109 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
57 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
88 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
167 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
46 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
207 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
403 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
67 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
60 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
58 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
218 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
65 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
64 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
80 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
559 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
72 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
118 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
29 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
448 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
63 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
57 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
56 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
24 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
22 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
178 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
159 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)
...



