Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build EXE and error message handling
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00858621
Message ID:
00858651
Vues:
16
What is the reason to build an executable every night? IMO, the building of an exe should not be something that is done automatically and unattended.


>In an attempt to automate compilation of our foxpro project, we tried
>to compile from a script that runs nightly unattended.
>
>We looked into several possibilities,
>
>1. Command line: “vfp8 …” that will take a project and compiles to an
>.exe or .app.
> Nope, foxpro command line does not allow compilation switches.
>
>2. Command line calls “vfp8.exe build.prg” and put all building logic
>inside build.prg:
>-------------------
>BUILD EXE (ProjectPathName + ".exe") FROM (ProjectPathName + ".pjx") RECOMPILE
>quit
>-------------------
>
>It works. But one more issue:
>
>If there are errors in the compilations, such as a missed function
>definition, Foxpro will popup a dialog “Unable to Find such and such…”
>"Locate, ignore, ignore all, cancel".
>
>
>This is quite annoying because we would love to parse the log
>afterwards automatically. Having to have some one staying there clicking
>ignoring is not quite automation.
>
>Suggestions will be appreciated.
>
>Yun
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform