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 .

4325 questions
289
votes
19 answers

MSBuild doesn't copy references (DLL files) if using project dependencies in solution

I have four projects in my Visual Studio solution (everyone targeting .NET 3.5) - for my problem only these two are important: MyBaseProject <- this class library references a third-party DLL file (elmah.dll) MyWebProject1 <- this web application…
toebens
  • 3,849
  • 6
  • 20
  • 29
194
votes
5 answers

What is the difference / relationship between GitHub Projects and Milestones?

The recent update to GitHub added something called Projects into the GitHub workflow, and because I don't have any particular experience with project tracking tools such as Jira or Trello (hey, at least I noticed the similarity), could anyone,…
Smuuf
  • 5,291
  • 3
  • 20
  • 32
177
votes
11 answers

How to create a project from existing source in Eclipse and then find it?

I have created several .java files. All of them are located in one directory. I used a text editor to write these files. Now I want to switch to Eclipse. How can I do it? I have tried many ways. None of them works. ADDED: I think the common way is…
Roman
  • 97,757
  • 149
  • 317
  • 426
158
votes
10 answers

IntelliJ does not show 'Class' when we right click and select 'New'

We're creating a new project in IntelliJ and must have something wrong because when we right click on a directory, select New and then get the context menu, Java based options are not shown. Currently get things like File, some HTML options, XML…
Crowie
  • 2,879
  • 6
  • 26
  • 48
153
votes
3 answers

How do I open an old MVC project in Visual Studio 2012 or Visual Studio 2013?

I have an old ASP.NET MVC 2 project which I do not want to upgrade to MVC 3 or MVC 4. I am working on a new machine running Windows 8, Visual Studio 2012 and Visual Studio 2013. When I try to open the MVC 2 project in VS 2012 or VS 2013 I receive…
144
votes
1 answer

Is there a way to find/replace across an entire project in Eclipse?

I'm trying to do a find and replace over many files within an Eclipse project, but I can't seem to find a way to do it. Googling showed me that there are plug-ins that can accomplish this, but is there any built-in functionality in Eclipse? (It…
froadie
  • 71,770
  • 69
  • 154
  • 228
123
votes
6 answers

Where in an Eclipse workspace is the list of projects stored?

I use Eclipse with "external" projects - i.e. projects created from existing source. Poking around in the workspace files, I cannot find any reference to these projects. My question is: how does Eclipse keep track of these projects? I'd like to be…
Kris Pruden
  • 3,190
  • 4
  • 23
  • 28
118
votes
4 answers

What is a sensible way to layout a Go project

I have a go project that is starting to become more complex, and want to lay the filesystem out in such a way to reduce pain. Are there some good examples out there of what makes sense?
aussiegeek
  • 2,840
  • 3
  • 21
  • 28
116
votes
6 answers

Is it possible to group projects in Eclipse?

Is it possible to group projects in Eclipse? Or maybe have a project with sub-projects?
Hemeroc
  • 2,156
  • 5
  • 21
  • 28
113
votes
4 answers

Where in a virtualenv does the custom code go?

What sort of directory structure should one follow when using virtualenv? For instance, if I were building a WSGI application and created a virtualenv called foobar I would start with a directory structure like: /foobar /bin {activate,…
Phillip B Oldham
  • 17,339
  • 17
  • 83
  • 127
107
votes
3 answers

How can I copy & paste, or duplicate, an existing project?

I've got an existing Hudson project that is configured and working. I need to duplicate the project so that I can have the original and then change the new one so that it points to a different source control. I don't want to manually recreate the…
Derick Bailey
  • 69,055
  • 21
  • 193
  • 207
105
votes
2 answers

Referenced Project gets "lost" at Compile Time

I have a C# solution with two projects: a service (the main project) and a logger. The service uses classes from the logger. I've added a Reference to the logger project within the service project. At design time, autocomplete works fine: the…
Bob Kaufman
  • 12,215
  • 15
  • 76
  • 102
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,896
  • 3
  • 17
  • 15
103
votes
11 answers

Why "no projects found to import"?

I am trying to "import existing project into workspace". As the "root directory" I select the directory where all my .java (and .class) files are located. Eclipse writes me that "no projects are found to import". Why?
Roman
  • 97,757
  • 149
  • 317
  • 426
100
votes
11 answers

Android Studio: Default project directory

Whenever I create a new project in Android Studio it wants to put it in a generic default folder at a location something similar to (dependent on OS - Ubuntu here): /home/USER/AndroidStudioProjects/ I want to change this directory to another…
B T
  • 6,651
  • 11
  • 33
  • 44
1
2 3
99 100