Questions tagged [project]

In software development, a project is a collection of files and resources used in the development of an application or service. Use [ms-project] for Microsoft Project questions.

In software development, a project is a collection of files and resources used in the development of an application or service.

For questions related to Microsoft Project use the tag .

4797 questions
66
votes
18 answers

The project was not built since its build path is incomplete

Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors: The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try …
Angelo Tricarico
  • 1,333
  • 1
  • 19
  • 36
63
votes
9 answers

SVN/TortoiseSVN painfully slow

I'm experiencing painfully slow operations with one of our SVN repositories/projects. For example, it's taking 5-10 minutes to revert the changes in one small file (10 KB). Or about 40-60 minutes to check out the project of 100 MB. There are about…
Dan
  • 29,100
  • 43
  • 148
  • 207
59
votes
19 answers

Eclipse projects not showing up after placing project files in workspace/projects

I've searched for 2 days and can't find anything. I find things that are close, but not what I need. I got a new computer recently and copied all of my projects over to my new computer. I opened Eclipse and generated a workspace, which I then closed…
D3_JMultiply
  • 1,022
  • 2
  • 12
  • 22
58
votes
3 answers

Visual Studio 2015 keeps switching startup project

When changing startup project for the solution from project A (initial startup) to project B (newly added project) the change of the startup project does not appear to be saved. When running F5 VS always change back to original setting of project…
Anders Nilsson
  • 1,465
  • 12
  • 12
58
votes
7 answers

Add files to an Xcode project from a script?

Right now I'm using a few scripts to generate files that I'm including as resources in Xcode. The thing is I'm running the script, then deleting from the project, then adding back into the project. There must be a way to automate this last step, so…
Andrew
  • 1,497
  • 1
  • 14
  • 22
57
votes
21 answers

Taking over a project - What should I ask the previous programmer?

I'm taking over a development of a commercial web site. This site was developed over two years by another programmer. It's mostly a one-man job (maintain and expand the site). I'll have a 2-3 days transition period when the other programmer will…
Thierry Roy
  • 8,452
  • 10
  • 60
  • 84
57
votes
6 answers

Which NetBeans projects files should go into source control?

We normally use Eclipse for a particular Java project, but recently I imported the project into NetBeans to use its dialog building features. Since I'll probably come back to this, I wanted to store the NetBeans project files into version control.…
Peter Cardona
  • 2,061
  • 1
  • 14
  • 14
56
votes
6 answers

How do I add assembly references in Visual Studio Code?

So I've come across a similar issue twice now while working on my first project in C#. When trying to add either using System.Data; or using System.Timers;, I get the following error: The type or namespace name 'x' doesn't exist in the namespace…
jamessct
  • 821
  • 3
  • 10
  • 15
53
votes
6 answers

Android Studio - automatic project load

I cannot find a way to prevent Android Studio from automatically loading the last project in use. I want it open me the beggining window with the list of projects available and not loading the last used automatically.
52
votes
9 answers

Error while removing project dependency in VS2010

I have a large solution with number of projects. Some the projects depend on others (never a circular dependency though). When I tried to remove a dependency of a project, I am getting an error message like "The dependency was added by the project…
Aneesh Narayanan
  • 3,220
  • 11
  • 31
  • 48
47
votes
9 answers

A good project tree browser for Emacs?

Do you know of a good project tree browser for Emacs other than the Emacs Code Browser (ECB)? The features I value are simplicity, lightweightedness, and language agnosticism.
pico
  • 1,349
  • 2
  • 10
  • 15
46
votes
6 answers

Recommended scalable AngularJS project structure?

I have seen several AngularJS project templates: the seed project at the official website, Yeoman's generated, and AngularFun. Are there any other (un)opinionated templates I should take a look at, or any related pattern you would suggest for a…
luisfarzati
  • 8,649
  • 6
  • 29
  • 27
45
votes
2 answers

Adding a C/C++ nature to an Eclipse project

Does anybody know how to add a C/C++ project nature to an Eclipse project through the UI ? I'm importing a project and working with legacy code that was originally started in Visual Studio 4 and I'd really like to be able to make as much use of…
Alex Marshall
  • 10,162
  • 15
  • 72
  • 117
44
votes
5 answers

Opening an Eclipse project already in my workspace

If I have an Eclipse project already in my workspace (say downloaded from version control), how can I open it in Eclipse?
Casebash
  • 114,675
  • 90
  • 247
  • 350
44
votes
9 answers

Project facet Java version 1.7 is not supported

When i update my java I found the issue "Project facet Java version 1.7 is not supported" To resolve this issue follow the steps. Go to Ecllipse , right click on your project folder select the properties now select Project Facets ,here you will…
Imran khan
  • 819
  • 3
  • 12
  • 24