Forum Post: Re: OpenEdge Architect: multiple projects for same application

Status
Not open for further replies.
T

Tim Kuehn

Guest
I've got something like that for a code base that has a common code base, and various deployment configurations. In my case, each code group has its own block of code, with propaths to map to the other projects as required. This'll do what you want: Create a project for c:\myapp Create a project for a customer1 in c:\customer1. In "customer1", map the project's PROPATHs to the c:\myapp (and subdirectories) project as required. This'll get you the behavior you're after, although from the sounds of what you wrote, all the work'll have to be done in the "c:\myapp" project, and the "run-as" configured to run as the customer1 project. On Tue, Jun 2, 2015 at 11:25 AM, peggycole bounce-peggycole@community.progress.com wrote: OpenEdge Architect: multiple projects for same application Thread created by peggycole Hi, We are working with the OpenEdge Architect in 10.2 SP 7 HF 10 on Windows 7. We have a "default" application that, depending on the propath, works for several customers. It is actually the order of the propath entries that vary in the propath for each customer. This means that for customer 1 the propath can be c:\myapp\prg,c:\myapp\dis,c:\myapp\crm and for customer 2 the propath can be c:\myapp\dis,c:\myapp\prg,c:\myapp\crm. I know this is not the way it should be, but it is the situation we are coping with (application is 20years+)... The default location of the application is c:\myapp, all entries in the propath are subdirectories of that folder. In the OpenEdge Architect we want to see the content of the c:\myapp directory (and his subdirectories) Now, we want to start using the OpenEdge Architect for this application (multiple developers). We thought that we could define 1 project for each propath (so 1 project for each customer) but we fail setting this up in the OpenEdge Architect. Creating a project in the c:\myapp directory is not an option because the .propath-file is normally created in the application directory (i.c. c:\myapp) and that is not what we want because of the different propaths for each project. So we tried to set the default location of the project to another folder (c:\myprojects\customer1) so the project files will be generated in this folder. Propath is set correctly but the content of the c:\myapp directory are not shown in the project explorer view. One of the many things we've already tried is to change the @{app} variable to c:\myapp but that made no difference. What are we missing or is what we want to establish not possible? Kind regards, Peggy Stop receiving emails on this subject. Flag this post as spam/abuse. -- Tim Kuehn: Senior Consultant - TDK Consulting Services President - Ontario PUG Program Committee Chair - PUG Challenge Americas, Course Instructor: Intro to OO Concepts for Procedural Programmers Skype: timothy.kuehn Ph: 519-576-8100 Cell: 519-781-0081

Continue reading...
 
Status
Not open for further replies.
Top