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
22
votes
2 answers

How to set the default namespace in projects using project.json (.xproj)

In a standard .csproj you could go into properties and set the default namespace. How can this be achieved in a .xproj project using project.json?
Muhammad Rehan Saeed
  • 35,627
  • 39
  • 202
  • 311
22
votes
3 answers

System for organizing multi-file Ruby programs?

Is there a standard or conventional system for organizing multi-file Ruby programs? I have embarked on my first large "project" in Ruby, a search program which is logically organized into multiple files and directories. I've outlined below my…
user243388
21
votes
3 answers

Could anyone explain the exact difference among project explorer, package explorer and navigator in eclipse?

What are the exact differences between project explorer, package explorer and navigator in eclipse? I am so confused of using the three. Because all seem to fit the same purpose. I don't know, what the exact difference is. Could anyone explain this…
Deepak Mani
  • 1,099
  • 2
  • 15
  • 20
21
votes
5 answers

What is Clean project in Android Studio really doing?

I have used clean project a few times after breaking my tutorial app. I did this by doing a refactor or some other fancy command on a variable. I don't actually know what android studio is doing in the background and I am wondering if anyone can…
Tyrant911
  • 321
  • 1
  • 2
  • 7
21
votes
11 answers

Creating a Cocoa application without NIB files

Yes, I know this goes against the whole MVC principle! However, I'm just trying to whip up a pretty trivial application - and I've pretty much implemented it. However, I have a problem... I create an empty project, copy all the frameworks over and…
Moddy
  • 340
  • 1
  • 3
  • 12
21
votes
3 answers

How do you keep Xcode project source files in sync with your file system directories?

I'm new to XCode and I find the file management a huge pain. In most IDEs, you can simply have the project source tree reference a directory structure on disk. This makes it easy to add new files to your project - you simply put them on disk, and…
Scott S
  • 411
  • 3
  • 7
21
votes
4 answers

How to delete project in django

Initially, I had a single project in Django now I want to delete the last project and start a fresh new project with the same name as the last one. How should I do so? Can deleting the project folders be sufficient.
nimeshkiranverma
  • 1,408
  • 6
  • 25
  • 48
20
votes
13 answers

IntellIj 2018.3 java.lang.AssertionError when refresh gradle project

I have a problem since 2 days with intellij. When I refresh gradle project, I have an error in the console and I used Java 11. I search everywhere but few people have this problem. exception during working with external system:…
Yohannlog
  • 201
  • 1
  • 2
  • 4
20
votes
5 answers

Project is not up to date. Missing input file 'netframework,version=v4.0,profile=client.assemblyattributes.cs

I have a sln with > 50 projects, and recently, when I moved to VS2013, every time I press F5 for a build, it will rebuild all the projects, even though I have just performed a build. The diagnostics show, that each project is marked as not up to…
checho
  • 3,092
  • 3
  • 18
  • 30
20
votes
8 answers

Emacs recursive project search

I am switching to Emacs from TextMate. One feature of TextMate that I would really like to have in Emacs is the "Find in Project" search box that uses fuzzy matching. Emacs sort of has this with ido, but ido does not search recursively through…
hekevintran
  • 22,822
  • 32
  • 111
  • 180
20
votes
1 answer

How to find a young project in GitHub?

I want to find some newly-created Github projects which will be easy to understand and contribute to. But in GitHub there's only a "explore" function that lists the most popular projects. How do I find the projects that are not so popular or mature?…
Lee
  • 535
  • 5
  • 19
20
votes
1 answer

Is there any page with complete *.pro file syntax?

I've googled for a while for this and failed to find something that in my opinion should be the first google result... Does anyone know of a page or other resourse with complete (and I mean it) syntax of the Qt project (*.pro) file? All I can find…
NPS
  • 6,003
  • 11
  • 53
  • 90
20
votes
3 answers

Visual Studio conditional project reference based on a constant

For user authorization, I only want to include a specific module for each user. So I configured Conditional Compilation like this TRACE;DEBUG;SAMPLECONSTANT1 and edited the project file like…
20
votes
2 answers

SBT - What is the difference between name and id?

I was wondering if there is a difference in SBT between a project's name and id. I noticed example build.sbt files with the following key: name := "My Project" And I noticed Build.scala files with: Project(id = "My Project", base = file(".")) Is…
user510159
  • 1,379
  • 14
  • 26
20
votes
22 answers

Xcode fails without specifying and errors

All of a sudden my project fails to build in Xcode. If I look at the log I see all the needed dependencies being built, and then I get a strange error: Verify final result code for the complete build operation Build operation failed without…
Locksleyu
  • 5,192
  • 8
  • 52
  • 77