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
104
votes
18 answers

In eclipse, unable to reference an android library project in another android project

As I was writing up this question I managed to solve it so repeat it here for the benefit of others. Here is the initial problem: I have created a very simple library project which I want to reference in another project. I have done this previously…
malcooke
  • 2,906
  • 3
  • 19
  • 15
97
votes
9 answers

docker compose orphan containers warning

How to be with orphan images when you have 2 independent projects and you want them to work at the same time or at least to build running docker-compose up -d without --remove-orphans flag when images are already built for another project. docker…
Bogdan Dubyk
  • 4,756
  • 7
  • 30
  • 67
90
votes
6 answers

How can I exclude some folders from my Eclipse project?

I'm adding an eclipse project to our existing code-base, and I'd like to know if there is a way to exclude some directories from being picked up by eclipse at all? The reason is that we have a huge "third-party" directory in our repository that…
jkp
  • 78,960
  • 28
  • 103
  • 104
87
votes
5 answers

What does the .csproj file do?

Usually a C# project has a .csproj file associated with it. What is that file for? What data does it contain?
Mircea
  • 3,369
  • 6
  • 27
  • 26
87
votes
5 answers

How to create a Java / Maven project that works in Visual Studio Code?

I'm trying to create a maven project - so that I can compile Java files in the root folder and output the class files in another folder. I've already downloaded mvn. I'm trying to integrate with VS Code. My goal is to edit the java files in VS Code…
dashman
  • 2,858
  • 3
  • 29
  • 51
81
votes
4 answers

What does the ic_launcher-web.png in my project root do?

Unbelievably enough, I couldn't find an answer when Googling for this very basic question! I noticed that since I upgraded from Eclipse Helios to Eclipse Juno and updated the Android SDK, Eclipse places a file called ic_launcher-web.png in the…
Magnus
  • 17,157
  • 19
  • 104
  • 189
78
votes
8 answers

VS2010 How to include files in project, to copy them to build output directory automatically during build or publish

Task is to form Visual Studio 2010 project so, that during any build or publish some foo.exe utility should be copied to output (bin) directory. Early I have made PostBuildEvent task in .csproj (MSBuild-file):
Dao
  • 2,784
  • 3
  • 28
  • 36
78
votes
7 answers

Add Xcode project to github repo?

I have JUST created a new github repo on the website. Keep in mind that I am a noob but can do basic things in terminal. Anyway, so I just created the repo on my account on github.com and didn't do a single thing to it yet. So all I want to do is…
SimplyKiwi
  • 12,376
  • 22
  • 105
  • 191
77
votes
11 answers

How do you open an Android Studio project in Eclipse?

The new Android Studio allows for better Android development with better tools. I see a bunch of questions on how to transfer an eclipse project to android studio but what about the other way? If you make an Android app in Android Studio, can you…
SolidSnake4444
  • 3,372
  • 6
  • 40
  • 63
75
votes
25 answers

Error: Selection does not contain a main type

I am trying to run some java files in a new project. So I make the project, put the files in it and I try to run the main file so my game starts. I get an error that says selection does not contain a main type. I have tried several ways to run…
user2321611
  • 1,049
  • 1
  • 7
  • 17
71
votes
11 answers

How can I change a project's location pointer in Eclipse?

A project has moved to a different location, so Eclipse won't open the project. You'll immediately think about simply changing the pointer to the location, but in Eclipse they try to make this impossible for some reason. You cannot change the…
Redsandro
  • 11,060
  • 13
  • 76
  • 106
71
votes
5 answers

Django project base template

Can I create a base template for my project which all apps can draw from? Or do I have to create a base template for each app? And if I wanted them to be the same I'd just copy them?
heri0n
  • 1,459
  • 3
  • 19
  • 33
68
votes
19 answers

"Sources directory is already netbeans project" error when opening a project from existing sources

I've installed NetBeans 6.9.1 and installed few updates for it. Then I've created a new project from existing sources. After a few changes I've closed it. And now I am having an error, when trying to open a new project from existing sources (the…
Dmitry
  • 835
  • 1
  • 8
  • 12
68
votes
11 answers

Android Studio 3.0 Compile Issue (Cannot choose between Configurations)

Issue with latest 3.0 build (Beta 2) My project has 1 sub module by a 3rd party so I only have access to their build.gradle. My project has 3 flavours, snap, uat, production. Each has 2 build types, debug and release. When I try build I get…
Ayohaych
  • 5,099
  • 7
  • 29
  • 51
67
votes
4 answers

How do I import/add an existing Python file to a PyCharm project?

How do I import/add an existing Python file to a PyCharm project?
LostMohican
  • 3,082
  • 7
  • 29
  • 38