ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Can't compile the whole project
@ 2005-09-13 21:48 Roman Schechtel
  2005-09-14  6:26 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Roman Schechtel @ 2005-09-13 21:48 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-14  9:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-13 21:48 Can't compile the whole project Roman Schechtel
2005-09-14  6:26 ` Taco Hoekwater
2005-09-14  7:13   ` Wolfgang Zillig
2005-09-14  9:10     ` Roman Schechtel
2005-09-14  7:36   ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).