Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How NOT to scan for dependencies on build
Message
De
20/04/2015 20:04:52
 
 
À
20/04/2015 15:44:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01618814
Message ID:
01618834
Vues:
60
J'aime (1)
>>How do you tell VFP to NOT scan the project looking for dependencies that it then automatically adds to the project?
>>
>>If you have one class or reference in the wrong place and you try to build a small little project VFP ends up finding that reference and ends up pulling code from other projects into this project. It's very handy behavior most of the time, but sometimes it's a giant PIA.
>
>Have you tried including dummy versions (basically stubs), that you add to project and tag as excluded?

Yeah, this is a good one.
In example, you create a new procedure file you never will use, but include it in the project, let's say "lib_external.prg", then inside you add the files that don't want VFP add in the project. The trick is that VFP finds them here, and won't continue searching.

Another option is just mark them as excluded.
Fernando D. Bozzo
Madrid / Spain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform