Skip to main content

Compilin DTD with $ude("compile",...)

Author: bschmidt@arz-emmendingen.de (BenjaminSchmidt)

Hi,

 

we all know, that DTDs must be compiled separated either by using the command line switches (/dtd DTD) or by using "Analyze model" in the IDF.

Now I would like to use the $ude("compile",...) to compile my Uniface objects. But how can I compile DTDs with this command?

 

greets Benjamin

Compilin DTD with $ude("compile",...)

Author: bschmidt@arz-emmendingen.de (BenjaminSchmidt)

Hi,

 

we all know, that DTDs must be compiled separated either by using the command line switches (/dtd DTD) or by using "Analyze model" in the IDF.

Now I would like to use the $ude("compile",...) to compile my Uniface objects. But how can I compile DTDs with this command?

 

greets Benjamin

AFAIK, this is not possible right now, but there is a many-months-old wish for that issue.

  http://uniface.communityzero.com/uniface?go=3994401&content=entry&form_id=all


Author: ulrich-merkel (ulrichmerkel@web.de)

Compilin DTD with $ude("compile",...)

Author: bschmidt@arz-emmendingen.de (BenjaminSchmidt)

Hi,

 

we all know, that DTDs must be compiled separated either by using the command line switches (/dtd DTD) or by using "Analyze model" in the IDF.

Now I would like to use the $ude("compile",...) to compile my Uniface objects. But how can I compile DTDs with this command?

 

greets Benjamin

You can indeed compile a DTD using $ude ("compile", "dtd", "mydtd.....".....)

In here you can list all the DTDs that you wish to compile in a Gold Semi Colon separated list.

This is available in Uniface 9.4 as an undocumented feature (that I found when trying it out). It is now documented in Uniface 9.5.

Jon


Author: jonnyc808 (jonnyc808@hotmail.com)

Compilin DTD with $ude("compile",...)

Author: bschmidt@arz-emmendingen.de (BenjaminSchmidt)

Hi,

 

we all know, that DTDs must be compiled separated either by using the command line switches (/dtd DTD) or by using "Analyze model" in the IDF.

Now I would like to use the $ude("compile",...) to compile my Uniface objects. But how can I compile DTDs with this command?

 

greets Benjamin

Great, they fulfill wishes, but do not tell.

Thanks for the info


Author: ulrich-merkel (ulrichmerkel@web.de)

Compilin DTD with $ude("compile",...)

Author: bschmidt@arz-emmendingen.de (BenjaminSchmidt)

Hi,

 

we all know, that DTDs must be compiled separated either by using the command line switches (/dtd DTD) or by using "Analyze model" in the IDF.

Now I would like to use the $ude("compile",...) to compile my Uniface objects. But how can I compile DTDs with this command?

 

greets Benjamin

Thanks!

Compiling a DTD using $ude("compile","dtd","mydtd",...) does already work under 9.3.0.2 (P222).

greets


Author: BenjaminSchmidt (bschmidt@arz-emmendingen.de)