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
19
votes
4 answers

New iPhone App - How to Choose which Xcode Template to Use?

In general I'd like to understand which templates to use when, when I'm making new iPhone apps. Could anyone offer some guidelines, tips, rules-of-thumb? Also, how much should I agonize over this? If I start off with the wrong one, can I add the…
Greg
  • 45,306
  • 89
  • 231
  • 297
19
votes
4 answers

How to share web content between eclipse projects

While the J2EE module reference feature allows your to create common Java library projects, I can't find a neat way to do this for web content. I have common JSPs, CSS files, JavaScript libraries and even descriptor fragments that I would like to…
Matt McArdell
19
votes
14 answers

how to start writing a very simple programming language

Recently, I was going around looking for ideas on what I can build using C this summer and I came across this post: Interesting project to learn C? Implement a programming language. This doesn't have to be terribly hard - I did the language…
Rex Homming
  • 191
  • 1
  • 2
  • 3
19
votes
6 answers

Best place to find coding partners for open-source projects?

I find myself wanting to develop certain projects, but most of the time I lack motivation because I develop by myself. What I usually do is look for similar existing projects, and ask the developers if they like to collaborate, but it's rather…
Luca Matteis
  • 29,161
  • 19
  • 114
  • 169
19
votes
5 answers

Intellij project view: not show multiple classes in same file

One frustrating thing I find in Intellij's project view is that it shows all the classes in a file instead of just the class for which the file is named. The problem with this is that to open a file I have to double click twice: once to expand the…
Tyler Durden
  • 11,156
  • 9
  • 64
  • 126
19
votes
5 answers

How to hand over a project systematically?

We have a project hand over from on shore team to our team (off shore) not long ago. However we were having difficulties for the hand-over process. We couldn't think of any questions to ask during their design walk-through, because we were…
janetsmith
  • 8,562
  • 11
  • 58
  • 76
18
votes
5 answers

Eclipse - Import an existing project?

I have a project that I am trying to add to my workspace. But eclipse cannot detect a new project in the directory I am pointing to. How can I let eclipse know that a specific directory contains a project? My directory…
aryaxt
  • 76,198
  • 92
  • 293
  • 442
18
votes
4 answers

How to create a Netbeans 7 project from an existing git repo?

I'd imagine there is a 'new project from repo' option somewhere but I can't find it. Is there more to it than this, or am I missing something?
Ollie Glass
  • 19,455
  • 21
  • 76
  • 107
18
votes
11 answers

Web-Developer's Project Template Directory

IMPORTANT: The accepted answer was accepted post-bounty, not necessarily because I felt it was the best answer. I find myself doing things over and over when starting new projects. I create a folder, with sub-folders and then copy over some…
Sampson
  • 265,109
  • 74
  • 539
  • 565
18
votes
2 answers

Define a Java 9 multi-moduled project in Eclipse

I'm trying out Java 9 Jigsaw module system (no module experience yet) and would like to use it for capsuling the classes within my project, but it's confusing. According to this article it should be possible to have multiple modules within ONE…
Arceus
  • 520
  • 6
  • 16
18
votes
1 answer

How can I get Visual Studio to always reload changed solutions, projects and files?

I'm using multiple machines to profile and run one solution, with data synchronization done via DropBox (brilliant, btw!). Unfortunately, changes in one machine cause all other machines' VS instances to ask me whether I want to reload which is...…
Dmitri Nesteruk
  • 23,067
  • 22
  • 97
  • 166
18
votes
4 answers

Xcode how to exclude FOLDERS from compilation?

I saw this and answers in stackO, but didn't find how to exclude folders. I have 3 folders with a lot of .h , .m and .mm and i need to exclude them temporary, but not to remove references. How can i do that?
Nike Kov
  • 12,630
  • 8
  • 75
  • 122
18
votes
6 answers

Cannot add embedded binaries (other projects) to project dependencies in XCode

I have an XCode workspace created with XCode 6.0.1. It constains 2 (Swift) libraries and one iOS app (Swift) that depends on those 2 libraries. I had stable setup that allowed me to run the iOS app on both iPhone and simulators: The 2 library…
Rasto
  • 17,204
  • 47
  • 154
  • 245
18
votes
2 answers

How to create a folder in Visual Studio C++ 2012

I have started my first bigger project with Visual Studio 2012 in C++. I will structure my Source-files in folders, but I can not find where I can create real folders, like in the windows explorer. So here is my question. How can I create real…
Number42
  • 257
  • 2
  • 3
  • 8
17
votes
2 answers

Do all Go projects need to live below GOPATH?

I am starting with Go and trying to get my head around GOPATH (and probably GOBIN). When trying to fetch external libraries via go get I get the error go get: no install location for directory…
WoJ
  • 27,165
  • 48
  • 180
  • 345