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

How to reference a different Java project in Eclipse

I have Project1 and Project2. Project1 is dependent of Project2. I am sort of tired that every time I make some code changes in Project2, I have to Export Project2 JAR file, and copy it into lib folder of Project1. Is there a way to achieve this…
bobetko
  • 5,019
  • 14
  • 58
  • 85
32
votes
7 answers

How do I build a solution programmatically in C#?

How do I build a C# solution programmatically? I should be able to pass the path of a solution and get the output messages (or just build the solution). How do I achieve this in C#? I need this because we are building a single solution for our…
user677607
32
votes
3 answers

Eclipse workspaces and projects vs IntelliJ projects and modules?

Switching to using IntelliJ for all my coding but am confused by the use of 'projects' and modules in IntelliJ. Can someone tell me if Eclipse 'projects' is the same as IntelliJ's use of 'project'. Or is an Eclipse 'workspace' more like an IntelliJ…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
32
votes
2 answers

VS2017 Setup Project - Where?

I'm trying to create a setup project / installer for a C# project but can't find the 'setup project' template in VS2017. In VS2015 it was under: Other Project Types >> Setup and Deployment >> Visual Studio Installer and I used that several times…
DaveEP
  • 1,426
  • 4
  • 13
  • 27
32
votes
5 answers

Prevent Android Studio/Intellij Idea from building project on startup

When I open Android Studio, it loads the last project, and runs build. I really don't need it to do this. If I save a project with errors in it, because I haven't got time to fix them, but plan on doing it later, I don't really want the compiler to…
joe_deniable
  • 2,562
  • 3
  • 28
  • 38
31
votes
5 answers

'Cannot create project content in workspace' when trying to recreate a project

I created one project in Eclipse using Existing Source option. Later I found some config problem with it and deleted the project from eclipse keeping the contents of the folder untouched. Now again I tried to create a new project with the same…
user1158831
  • 533
  • 2
  • 6
  • 12
31
votes
6 answers

Issue with visual studio template & directory creation

I'm trying to make a Visual Studio (2010) template (multi-project). Everything seems good, except that the projects are being created in a sub-directory of the solution. This is not the behavior I'm looking for. The zip file contains: Folder1 +--…
Fabian Vilers
  • 2,892
  • 2
  • 24
  • 30
31
votes
11 answers

How to export an Android Studio project as a zip file?

How do I export a project in ZIP format in Android Studio? I have always worked with Eclipse that has this feature.
user3608814
  • 561
  • 1
  • 8
  • 23
30
votes
2 answers

How to generate build.xml for a new java project?

I am learning about build.xml file for ant build. I have a simple "Hello World" project in Eclipse. Is there any way to generate a build.xml file in Eclipse for this project? Thanks in Advance.
kanap008
  • 2,800
  • 2
  • 25
  • 24
30
votes
4 answers

git project vs repository, what's the fundamental difference?

I have two projects that currently use SVN and I'm migrating to git, I signed up to gitorious and there's the option to create a new project or add a repository. I'm just starting out with git so I don't know what the difference is, or rather what…
zcourts
  • 4,863
  • 6
  • 49
  • 74
29
votes
5 answers

What is a good project structure in C

I have been working in Java/J2ee projects, in which I follow the Maven structure. I want to develop [say a command line interpreter in linux {ubuntu}] in C. I never develop projects in C. I want to know what project structure I should follow.
mohit
  • 1,011
  • 2
  • 16
  • 26
28
votes
10 answers

Eclipse: fully remove an old project?

I run eclipse on Ubuntu 11.10. I originally created a project in folder foo. I subsequently deleted that project to re-organise folders and I now want to create a new project in folder foo/bar but Eclipse won't let me because it says the the new…
Bruno Girin
  • 436
  • 1
  • 4
  • 5
28
votes
3 answers

Is there a way to setup Linked Resources relative to the .project file?

We have a Flash Builder (which is based on Eclipse) project that pulls source from different locations, included in the source control in which the project is. As per our organization requirements, the source code is present in directories not…
JohnWithoutArms
  • 541
  • 2
  • 6
  • 5
27
votes
3 answers

Can you inherit the version from the parent POM in Maven?

I have a bunch of projects like: project1 project2 project3 ........ project111 Each project compiled in jar: project-1.1.1.1.jar, .... Does it possible in parent folder add pom.xml so I can define version 1 time for all projects?
user710818
  • 23,228
  • 58
  • 149
  • 207
27
votes
1 answer

Projects/Package Naming Convention?

I just know only naming convention of variable, constant, method... but I don't know naming convention of project and package. Anybody can help me ? Addition, name of project should have white space ? Thanks very much !
sharaidana
  • 1,151
  • 2
  • 10
  • 5