Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PM on new Win 10 PC
Message
From
22/01/2019 05:54:59
 
 
To
22/01/2019 05:03:07
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Project manager
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Miscellaneous
Thread ID:
01665495
Message ID:
01665609
Views:
84
>>>>
>>>>See that SET EXCLUSIVE is off as default, or the project will not open twice.
>>>>
>>>>Lutz
>>>
>>>Lutz,
>>>
>>>I don't think VFP will open the project twice, regardless of the EXCLUSIVE setting. If it did, a new Build action could be hooked into the project and actually delegated to a different instance of the IDE.
>>
>>I have a similar Approach which runs through the following processes:
>>
>>Close Project
>>Create temp folder
>>Copy PJX files to temp Folder
>>USE PJX
>>Scan
>>Copy all project files into temp folder
>>Open PJX in temp Folder
>>Run Build
>>Close PJX
>>Open original PJX
>>
>>This has proven to be a very stable build process.
>
>Geek that I am I recommend to use git for that
>
>-set up a "cloned" version of your project
>*on compile
>-just commit your state
>-go to the "clone"
>-pull
>-compile
>
>Benefit: Will only copy files changed
>
>Sooner or later it is wise to use FoxBin2PRG and became happy with VersionControl.
>
>;)

I use a similar approach with svn, but the above code is used to build with pending changes for testing before commit. So in the end both solutions should be in place when needed.
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform