Tagged Questions
The multiple-projects tag has no wiki summary.
4
votes
2answers
56 views
adding reference of separated project to more than 50 projects - Visual Studio 2010
We had to separate a class library from core library project. And now, we should add the reference of the new project to the other 50 or something projects in a solution, which is ASP.NET MVC solution ...
3
votes
1answer
72 views
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 ...
3
votes
3answers
1k views
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 -> ...
3
votes
3answers
1k views
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 ...
2
votes
0answers
95 views
Android Activity under Eclipse/ADT with Project Dependencies (Failed resolving XY)
I tried to keep a game project quite platform independent so I split it up into three projects from low-level to top android specific level like that: engine, game, android game.
The involved ...
2
votes
0answers
217 views
eclipse, ant & mercurial with multiple (sub) projects
Yet another multiple projects question, I know. I've seen (conflicting) answers to subsets of my goals but nothing that covers it all. I'm new to eclipse and don't know the dirty details of hg.
...
2
votes
3answers
79 views
Supporting more than one codebase in ANSI-C
I am working on a project, with an associated Ansi-C code base. (let me call this the 'main' codebase).
I now am confronted with a typical problem (stated below), which I believe I would be able to ...
2
votes
1answer
86 views
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 ...
2
votes
4answers
891 views
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 ...
2
votes
2answers
196 views
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 ...
1
vote
7answers
78 views
Multiple applications in single solution
I believe this is possible but unsure how to go around it, I need to create a server/client solution, normally I would create a new solution for the server and a new one for the client however I am ...
1
vote
0answers
33 views
Building multiple android projects via a master ANT build file
I have a master build file that I use to build a series of Android projects. Each of these Android projects reference the same Android library project (I'll call it CoreLibrary). The following is my ...
1
vote
1answer
71 views
Android: using resources from another project in my workspace
I am fairly new to Android development - coming from a WPF background.
I have created two Android projects in my "workspace" in Eclipse. One is called "TestProject", and the other called ...
1
vote
1answer
60 views
How to create maven parent-project with war packaging option
i want to create three projects. One of them is parent project and the other two will be modules.
On this site http://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html it is explained how to ...
1
vote
1answer
77 views
VS2010 - 2 projects, 1 solution - debug both under 1 instance
What I want to do can't be that unusual. In my solution, I have a MVC3 project and a WebForms project. The MVC3 project is the meat & potatoes of the application- it's what the user will interact ...
1
vote
2answers
120 views
Is there an equivalent to the “Property Manager” for C# projects (for common project settings)?
You can use the Property Manager window in Visual Studio for managing common properties of C++ projects, but there appears to be no equivalent to this for C# projects.
Is there a way to set common ...
1
vote
1answer
295 views
Using Hudson and Maven release plugin to release multiple projects
I have three maven projects. Lets say A, B and C. Each of these projects are multi-module projects that have a flat directory structure.
Project C depends on project B. While, project B depends on ...
1
vote
1answer
72 views
Impact of combining projects in the build path on servlets
I am writing an application in Eclipse, that has a servlet, and an android component. There are common classes to both so, being a bit of noob, I have moved the common classes into a new project to ...
1
vote
1answer
270 views
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 ...
1
vote
1answer
72 views
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 ...
0
votes
2answers
40 views
Handling multiple projects in TFS - some tools available?
I am facing this ridiculous problem. I have more than 150 projects in tfs, and when i need to give admin rights to a particular person, or give portal rights, enable documents folder, change ...
0
votes
0answers
30 views
Load those symbols from several projects (exe), so I can debug them at the same time Vs c++ 2010
Application with 2 projects (child process in C++, parent in plain C).
I've created a new solution, added both projects, set the project dependencies, and everything compiles and runs. The parent ...
0
votes
1answer
80 views
Unresolved external
I am having difficulty figuring out my unresolved external errors.
I have 2 different solutions that both share a core project. Solution #1 is called SnapGame and Solution #2 is called SnapEditor. ...
0
votes
1answer
41 views
C# report error when calling multiple reports from within WPF project in the same solution
I'm currently trying to use multiple reports so that when a user selects an item from a context menu in a WPF application the Report form appears with the selected report E.g. if weekly is selected ...
0
votes
0answers
40 views
Opening another C# program and running it (debugging it immediately) from another one
I am currently building a program that will have a list of projects the user can select to view that I have completed throughout the year. All the other projects are in the same directory (projects ...
0
votes
0answers
8 views
Changing assembly names in an automatic or programmatic way
I have 100 or so multiple projects in a VS 2010 solution, each of which named like namespace, e.g., Some.more.assembly. I need to rename those assembly/project names in an automatic way so that I ...
0
votes
1answer
59 views
Setting up Perforce depot for multiple projects
Summary: Want help to figure out how to setup the depot and my development environment so that I can support multiple, related projects.
Details:
Until now I've had a depot which had in it only one ...
0
votes
1answer
178 views
Maven Release plugin, version plugins and snapshots
I am trying to automate the release of interdependent projects. Here is the scenario. I have two projects: A and B. Project B has a dependency on project A. Here are the steps that need to happen in ...
0
votes
2answers
299 views
Cannot setup Git with Subversion repository using git svn
I am trying to use Git with Subversion via git svn with a Subversion repository that has multiple projects in it. The project structure looks like this:
Root/
*Project1/
...
0
votes
1answer
96 views
VC++: Using DLLs as “subprograms”
So I just began to try my hand at emulation after years of putting it off and not knowing where to start and I have managed to successfully write my first emulator! Now I am organizing my code in so ...
0
votes
1answer
146 views
Multiple Logging files (per WSGI project) in Apache under the same VirtualHost
I'm currently running a setup where different projects are served according to URL:
http://machine_address/project_nameA
http://machine_address/project_nameB
(...)
Since all projects are served ...
0
votes
1answer
76 views
Problem in accessing a project from another in same solution in Visual Studio
I have a windows service project which I added to a few other projects. I added the references and I can access them. Then when I build, it says "Does not exist"
Then I remove the reference and add it ...
0
votes
1answer
124 views
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 ...
0
votes
3answers
427 views
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 ...
0
votes
1answer
280 views
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 ...
0
votes
2answers
248 views
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 ...