multiple-projects

Duplicate Functionality Amongst Multiple Projects

I'm currently working on two social networking sites that have a lot in common, yet are distinctively different. I find myself writing a lot of the same code for both (including UI), and was wondering if there is a best practice that will limit duplicating code. One of the main problems is that these projects are very independent of ea...

Shared Code Between Multiple Asp.Net projects

What's the best practice to share the bin folder and dlls and other resource files (like css) between multiple web applications on the same server? I've already separated out the common code into their own assemblies, but I'm wondering about deployment, etc. I basically want to have all the common files located in ONE location on the w...

How do I fork multiple projects into one repository with git?

I have a 3 projects I'd like to fork. They're all related to each other - changing one will likely require a change to another. Because they're all related, I'd like to create 1 repository for the forks, while maintaining the ability to pull down updates from each original. How would I setup my git repository? These are preliminary th...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> Project1, Project2 i.e Project1 and Project2 should be in folder Project in Workspace folder. How to do this in eclipse? ...

Whats the best way to set up a VS project that uses mutiple external open source projects?

I have a large project which I am replacing 2 parts of with better open source alternatives. The open source libraries are pretty big but they are stable and unchanging so including the source in my VS project directly seems pointless to me - its more to load, more to compile etc. I would much rather just build the 2 open source projects...

Add one header from a different project to my project using automake

I'm working on a relatively big project that is using automake build system. Now the problem is that I need to link the project with a library from another project (this works fine), but I also need to include a header from the other project source tree (api.h). INCLUDES = -I@REMOTE_PROJECT_DIR@ in Makefile.am doesn't work, because th...

Joining Multiple Projects in one solution

I have started creating a game, and I added a second project, it's the standard XNA Windows game 3.1 project, and since the other project already had a Main to start the program and the 2nd is for game data, where as the first was for the drawing and graphical side of things (menu's etc) I thought I would remove the Main method, and now ...

Build a Specific projects / multiple application in a solution file using Team Build with Command Line Arguments

Assuming that there are 20 projects in a solution file and out of which there are 5 web application projects. I have to call ASPNETCompiler recursively to run the 5 Web Applications Project using MSBuild Script. Is there any way to implement this? Pls some one help me.. ...

Is it possible for two VS2008 C# class library projects to share a single namespace?

I am trying to share a common namespace between two projects in a single solution. The projects are "Blueprint" and "Repositories". Blueprint contains Interfaces for the entire application and serves as a reference for the application structure. In the Blueprint project, I have an interface with the following declaration: namespace...

Does anybody knows a software that tracks multiple projects and resources?

I am looking something that: Allows me to create projects (with a duration) and assign needed roles for them (I don't care about tasks or a gantt chart in this tool, just a project view) Allows me to create people with one or more roles Set desired start range date for each project Calculate what people to assign to the project and a c...

Two distinct projects with a shared dependent project in maven

I have two projects, "appA" and "appB", that each depend on a third project, "common". I'm in the process of moving them from ant to maven, but I'm having some difficulty figuring out the best way to do it in maven. My folder structure looks like this: root + common + appA + appB I've been able to add a parent pom.xml to the root and...

Linking Issues in a Multiproject Visual Studio 2005 solution.

I'm working on a solution file (VS 2005) which contains multiple projects. There are two projects of my concern right now - one called core and another called log. The core project is the startup project and the log project has core ticked in its project dependencies. I have two files in core project - AB.h(declarations) and AB.cpp(de...

Are There Agile Processes For Agency Type Work? Scheduling Question.

I have just moved to a company where the production team is 15 strong, and consists of a mixture of back end and front end developers, testers & creatives. The team are working on multiple projects at the same time. Its agency work, so projects are fairly small, a CMS corporate website, a basic e-commerce site, that sort of thing. At th...