Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Configuring CoqIDE using _CoqProject

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Configuring CoqIDE using _CoqProject


Chronological Thread 
  • From: Tej Chajed <tchajed AT mit.edu>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Configuring CoqIDE using _CoqProject
  • Date: Wed, 20 Apr 2016 11:12:40 -0400
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=tchajed AT mit.edu; spf=Pass smtp.mailfrom=tchajed AT mit.edu; spf=None smtp.helo=postmaster AT dmz-mailsec-scanner-2.mit.edu
  • Ironport-phdr: 9a23:KdIriB1bxH4Cks3psmDT+DRfVm0co7zxezQtwd8ZsegSKvad9pjvdHbS+e9qxAeQG96Lu7Qa1aGG7+jJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6kO74TNaIBjjLw09fr2zQd6CyZrpnLDus7ToICx2xxOFKYtoKxu3qQiD/uI3uqBFbpgL9x3Sv3FTcP5Xz247bXianhL7+9vitMU7q3cY6Lod8JtLVry/dKAlR/QMBzM/dmsx+cfDtB/ZTALJ6GFKAUsMlR8dPwXHpDr6V5X8vmOuquF90SuXMeXzTKxyVDi/ufQ4ACT0gTsKYmZquFrcjdZ92fpW

When you open a file with a file called _CoqProject in the same directory, CoqIDE should load it. If it works, you'll see "Reading options from <path to _CoqProject>" in the status bar at the very bottom briefly (eventually it will just say "Ready").

You might also check the IDE's settings for project files: there's a Project section of the settings that controls both the filename and what CoqIDE does with it (replace args, append to args, or nothing). It's possible that configuration is wrong for you.

Hope that helps!
Tej

On Wed, Apr 20, 2016 at 11:04 AM, scott constable <sdconsta AT syr.edu> wrote:
Hi All,

I have a simple coq project with a _CoqProject file in the source directory. According to the reference manual (Section 15.3), CoqIDE should be able to use the _CoqProject file to automatically configure itself at launch. However, I can't figure how to do this, and coqide --help isn't offering much assistance. Any help would be much appreciated.

~Scott Constable




Archive powered by MHonArc 2.6.18.

Top of Page