Questions tagged [projects]

318 questions
67
votes
6 answers

Sharing databases between projects within Intellij

I use Intellij to inspect databases, run sql, view data in tables etc. This all works fine but the only thing I am missing is the ability to define these datasources once and view them in all my projects i.e. that I can share them between other…
Nos
  • 1,024
  • 1
  • 8
  • 14
64
votes
11 answers

No PHP for large projects? Why not?

I've read a few posts where people have stated (not suggested, not discussed, not offered) that PHP should not be used for large projects. Being a primarily PHP developer, I ask two questions: What defines a "large project"? Why not? What are the…
jerebear
  • 6,503
  • 4
  • 31
  • 38
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
36
votes
1 answer

Structure for multiple JSF projects with shared code

I have two JSF projects that share a lot of code - java classes, xhtml files, tag libraries, css and javascript files etc. My dev environment/platform consists mainly of Eclipse, Ant, Perforce and Tomcat. Has anyone found a way to create and…
Heizenberg
  • 363
  • 1
  • 4
  • 5
35
votes
6 answers

How to compile the finished C# project and then run outside Visual Studio?

I just finished designing a simple code program. I called it a "Guessing Game". The program is so far working fine and I would like to open it without opening my Microsoft Visual Studio. How can I do that?
tintincutes
  • 5,618
  • 25
  • 67
  • 86
32
votes
2 answers

Guide in organizing large Django projects

Anyone could recommend a good guide/tutorial/article with tips/guidelines in how to organize and partition a large Django project? I'm looking for advices in what to do when you need to start factorizing the initial unique files (models.py,…
Sam
  • 6,437
  • 6
  • 33
  • 41
27
votes
9 answers

How do you completely delete projects in Xcode?

So if I go into my selected save folder for my projects and delete my project it no longer shows up in Xcode. However I can still find some other files if I look under my user name/Library/Developer/Xcode/DerivedData. There are other files Xcode…
Josh G
  • 269
  • 1
  • 3
  • 3
24
votes
14 answers

The best way to start a project

When you are starting a personal programming project, what is your first step? I'm trying to start a project thats just an idea at the moment. I get lots of these and I dive right into the code and after a while just completely lose interest and or…
The.Anti.9
  • 43,474
  • 48
  • 123
  • 161
23
votes
26 answers

Why do many software projects fail today?

As long as there are software projects, the world is wondering why they fail so often. I would like to know if there is a list or something equivalent which shows how many software projects fail today. Would be nice if there would be a comparison…
TomTom
  • 992
  • 2
  • 10
  • 26
22
votes
1 answer

.csproj files not getting checked in to TFS

My problem is that in my scenario, I have a project with two parallel project files for different build targets. I have a ProjectName.WP8.csproj and ProjectName.WinRT.csproj, which essentially include the same files. I am trying to check-in this…
Muhwu
  • 1,151
  • 1
  • 10
  • 26
21
votes
2 answers

Using agvtool with multiple .xcodeproject files in one directory

I have tried using agvtool for ios build versionining. It works great when there is a single .xcodeproj file in the directory. In my case, our project structure is such that it has 4 .xcodeproj files in a single directory. When firing agvtool…
user1728406
  • 257
  • 3
  • 6
21
votes
4 answers

How to manage resources in an F# project?

Can I use .resx files in F# 2.0 projects? If so, how do I go about adding, and then using these resources. Thanks in advance.
Jim Burger
  • 4,399
  • 1
  • 24
  • 27
18
votes
13 answers

Naming your projects: does it matter?

I work on a variety of projects using different languages and platforms. Parts of them I abstract out into their own separate projects, and I want to open some of these up to the public. What gets me stuck is the christening. So, does it matter?…
Aupajo
  • 5,885
  • 6
  • 30
  • 28
16
votes
1 answer

Change order of files in solution explorer

In Visual Studio, how do you change the order of your source files? By default, it seems that they go in alphabetical order but I want to put them in a more logical order.
Mark Lalor
  • 7,820
  • 18
  • 67
  • 106
16
votes
10 answers

How do you organize and keep track of multiple (many) projects

As a contractor, out-sourcer and shareware author,I have about 5-10 projects going on at any one time. Each project has a todo list, requirements need to be communicated to other outsources and employees, status needs to be given to clients, and…
Jason
  • 16,739
  • 23
  • 87
  • 137
1
2 3
21 22