From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32804 Path: news.gmane.org!not-for-mail From: "Jeff Smith" Newsgroups: gmane.comp.tex.context Subject: Working with environments and projects Date: Tue, 16 Jan 2007 11:14:49 -0500 Message-ID: <2e8813a0701160814oc86f6d0hf15eb2f6c2c63e06@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168964105 18056 80.91.229.12 (16 Jan 2007 16:15:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Jan 2007 16:15:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 16 17:15:02 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H6qxh-0005tI-Mf for gctc-ntg-context-518@m.gmane.org; Tue, 16 Jan 2007 17:15:01 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1BEE91FF34; Tue, 16 Jan 2007 17:10:48 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18468-02-4; Tue, 16 Jan 2007 17:10:43 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ECA941FF25; Tue, 16 Jan 2007 17:10:42 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 074C21FF27 for ; Tue, 16 Jan 2007 17:10:41 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18468-02-3 for ; Tue, 16 Jan 2007 17:10:37 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by ronja.ntg.nl (Postfix) with ESMTP id ABFDF1FF24 for ; Tue, 16 Jan 2007 17:10:37 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id m2so1799583uge for ; Tue, 16 Jan 2007 08:14:50 -0800 (PST) Original-Received: by 10.66.232.10 with SMTP id e10mr7774413ugh.1168964089530; Tue, 16 Jan 2007 08:14:49 -0800 (PST) Original-Received: by 10.67.94.18 with HTTP; Tue, 16 Jan 2007 08:14:49 -0800 (PST) Original-To: "mailing list for ConTeXt users" Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32804 Archived-At: Hi all! I'm trying to work with environements, projects, products and components. I have the following setup, involving juste one component at the moment: The component file is named acoustique.tex: \startcomponent acoustique \product prd_articlesdemo \project project_dhfq2 [some text] \stopcomponent Then, in the same folder, there's the product file: \startproduct prd_articlesdemo \project project_dhfq2 \component acoustique \stopproduct Then, in the same folder, there's the project file: \startproject project_dhfq2 \environment env_dhfq2 \product prd_articlesdemo \stopproject Then, in a folder above my working folder, there's the environment file: \startenvironment env_dhfq2 [too much stuff to paste here] \stopenvironment Now when I compile either the component or the product, I get: TeXExec | no ctx file found TeXExec | nothing to process What I am doing wrong? Is it right not to use \starttext ... \stoptext here? Thanks! JFS