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
16
votes
3 answers

What is the standard way to organize Android code in project

I'm new in android, I want to know what is the right way to write a code in an android project or which architecture or model should we use in our project example n-tire, MVC or other?
Mobi
  • 645
  • 3
  • 6
  • 14
16
votes
1 answer

No rule to process file for architecture armv6

I recently migrated to XCode 4.5 with iOS SDK 6.0. Now when i try to archive my app, i get a long list of compiler warnings all reading the same. warning: no rule to process file '$(PROJECT_DIR)/Classes/Utils.m' of type sourcecode.c.objc for…
Neelesh
  • 3,673
  • 8
  • 47
  • 78
15
votes
3 answers

How to override a class within an Android library project?

The following is my situation: I have a library project and a project based on it. Now in the library I have two classes A and B, whereby A uses B. In the project using the library, I have another class B, which should override the class B from…
VKurt
  • 485
  • 2
  • 6
  • 7
15
votes
4 answers

NetBeans open project problem

I created a NetBeans project. I took the project folders zipped to another machine and tried opening it in NetBeans. NetBeans didn't identify it as a NetBeans project. I have transfered projects in this way before but why is it not working now? Are…
rgksugan
  • 3,521
  • 12
  • 45
  • 53
15
votes
8 answers

Using Emacs for big big projects

Maybe is a often repeated question here, but i can't find anything similar with the search. The point is that i like to use Emacs for my personal projects, usually very small applications using C or python, but i was wondering how to use it also for…
Daniel M.
  • 676
  • 1
  • 9
  • 24
15
votes
4 answers

Completely renaming a project in Eclipse

I have done Refactor -> Rename in Eclipse and the project has been renamed successfully in Eclipse. But when I copy/paste it in a folder, it still keeps the old name. How can I completely rename it?
NiVeR
  • 9,644
  • 4
  • 30
  • 35
15
votes
5 answers

Eclipse - "This project is not a CDT project"

I have existing C-Code and an existing Makefile, which I want to wrap into an Eclipse C-Project (Using Eclipse 3.4 Ganymede). The Code is organized like this: Main Directory: /Project/Software Source and Headerfiles: ../Project/Software/CodeDir1 …
Toby
  • 3,815
  • 14
  • 51
  • 67
15
votes
1 answer

The file could not be added to the project. This file is within the project directory tree error

Whenever I try to add a file to my Visual Studio project, I get the following warning: The file [filename] could not be added to the project. This file is within the project directory tree How do I fix this error?
smparedes
  • 391
  • 2
  • 9
15
votes
1 answer

What should I do about xcuserdata directories with my old username?

(I have a mac running Mountain Lion with Xcode 4.5.2) I changed my username a while ago, and Xcode has started recreating xcuserdata directories with the new username at $path_to_.xcodeproj/xcuserdata/blackl.xcuserdatad. I've been working with it…
Blacklight Shining
  • 1,468
  • 2
  • 11
  • 28
15
votes
2 answers

working with git in a web-project for multiple customers

Is there a better proposal to version control web-projects with small random updates in several customer projects with git? I want to use git to version control for web projects. The main difference to almost all other proposals are that this is a…
Achim
  • 442
  • 1
  • 3
  • 13
14
votes
3 answers

Xcode: How do I change my project folders name, without having building problems?

I would like to change the folder name where my Xcode project is in. But when I do that I can't build my project anymore. It shows me 2 errors that says: Apple LLVM compiler 3.0 error file "project name-Prefix.pch" has been modified since the…
Eksperiment626
  • 985
  • 3
  • 16
  • 30
14
votes
1 answer

Xcode: What is LastUpgradeCheck?

I did a git diff and saw in Project.xcodeproj/project.pbxproj: attributes = { BuildIndependentTargetsInParallel = YES; + LastUpgradeCheck = 0420; }; What's LastUpgradeCheck? Maybe I accidentally opened up the project…
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
14
votes
4 answers

How to rename nodejs project?

Whenever I start my nodejs project, it refers to itself by the old name I gave it: gpio-editor@0.0.0 start /home/pi/RPi-Computer-Power/RPi-Server I do not want it to be called gpio-editor anymore, but I have not found a way to change it on the…
ifconfig
  • 6,242
  • 7
  • 41
  • 65
14
votes
4 answers

When do I check out TRUNK vs the FULL PROJECT in an SVN repo?

Got a (hopefully small) question regarding SVN and checking out repos. Basically I see conflicting tutorials and suggestions regarding what to check out and when. Some will say: svn co http://my.repos.com/project my_project …while others…
humble_coder
  • 2,777
  • 7
  • 34
  • 46
14
votes
2 answers

Visual Studio F# project: Can't have two folders in a file tree with the same name?

In Visual Studio 2013, one of my projects includes:
MiloDC
  • 2,373
  • 1
  • 16
  • 25