From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22494 Path: news.gmane.org!not-for-mail From: Roman Schechtel Newsgroups: gmane.comp.tex.context Subject: Can't compile the whole project Date: Tue, 13 Sep 2005 23:48:26 +0200 Message-ID: <1714602375.20050913234826@web.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126648523 27232 80.91.229.2 (13 Sep 2005 21:55:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Sep 2005 21:55:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 13 23:55:20 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFIi4-0000lq-25 for gctc-ntg-context-518@m.gmane.org; Tue, 13 Sep 2005 23:53:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EA25D1284D; Tue, 13 Sep 2005 23:52:58 +0200 (CEST) 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 31543-08; Tue, 13 Sep 2005 23:52:55 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 071A812838; Tue, 13 Sep 2005 23:52:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0273D12835 for ; Tue, 13 Sep 2005 23:52:52 +0200 (CEST) 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 31546-03 for ; Tue, 13 Sep 2005 23:52:51 +0200 (CEST) Original-Received: from smtp06.web.de (smtp06.web.de [217.72.192.224]) by ronja.ntg.nl (Postfix) with ESMTP id A40F81283C for ; Tue, 13 Sep 2005 23:49:01 +0200 (CEST) Original-Received: from [84.171.41.177] (helo=lecheffe) by smtp06.web.de with esmtp (WEB.DE 4.105 #317) id 1EFIeD-0000ug-00 for ntg-context@ntg.nl; Tue, 13 Sep 2005 23:49:01 +0200 X-Mailer: The Bat! (v1.62i) X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl X-Sender: deepthinker@web.de X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22494 Archived-At: Hello from a new ConTeXt user! I've read the wiki-page on how to separate input files into a project structure (http://wiki.contextgarden.net/Project_structure) and now I have the problem that: - I can "compile" an individual component (resulting in a PDF) - I also can compile a product - But I can't compile the whole __project__! Everytime I try to compile the project, I get the "No pages of output" message in the log. My setup is the following: ----------------File: /environment.tex------------------------- \startenvironment environment \stopenvironment ----------------File: /project.tex----------------------------- \startproject project \environment environment \product ./product/product \stopproject ----------------File: /product/product.tex--------------------- \startproduct product \project project \component ./component/component \stopproduct ----------------File: /product/component/component.tex--------- \startcomponent component \product product \project project \dorecurse{10}{Component 1} \stopcomponent %________________________________________________________________ %I've put up those files in http://schechtel.de/pub/context/proj.zip Now.. I get a PDF when I compile component.tex individually, the same with product.tex -- but the PDF is not build when I compile project.tex The Logfile http://schechtel.de/pub/context/project.log.html ...shows something very interesting (marked red, scroll down). What am I doing wrong? Thanks for your help, Roman Schechtel