According toll my observations, you need to reference the needed parts inside of the \start... and \stop..., so your product would become:
```
\startproduct pd-medizin
\project pj-medizin
\component test
\stopproduct
```
You also have to restructure the other files, so that \start... is the first and \stop... the last command in the files.
HTH
Norbert
> Am 12.03.2015 um 13:35 schrieb Wolfgang Werners-Lucchini <wwl@musensturm.de>:
>
> Hallo,
>
> I am trying to start a new project with the following test files:
>
> --env-medizin.tex---------------------------------------------------
> \startenvironment env-medizin
> \mainlanguage[deo]
> \enableregime[utf]
> \setupbodyfont[sans,11pt]
> \setuplanguage[deo][leftquote=\guilsingleright,
> rightquote=\guilsingleleft,
> leftquotation=\rightguillemot,
> rightquotation=\leftguillemot]
>
> \setupwhitespace[medium]
> \stopenvironment
> --pj-medizin.tex---------------------------------------------------
> \environment env-medizin
> \startproject pj-medizin
> \product pd-medizin
> \stopproject
> --pd-medizin.tex---------------------------------------------------
> \project pj-medizin
> \startproduct pd-medizin
> \component test
> \stopproduct
> --test.tex---------------------------------------------------
> \project pj-medizin
> \product pd-medizin
> \startcomponent test
> test
> \stopcomponent
> -----------------------------------------------------
>
> I compile the product. But I get nothing. test.tex is not included.
> What I am doing wrong?
Ignore the project file and load the environment file instead at the begin of your product and component files.
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________