Hi Cedric,

Cedric Bosdonnat wrote:
Hi,

[EMAIL PROTECTED] a écrit :


I am now working on the uno project build integration with the eclipse build
facilities. So in a few days you should be able to build your project to
generate the urd, rdb and Java class files.



I am still wondering what is the best practice for idlc compiling:
should I generate all the urd files in a separate folder ? How do you
call it generally ? What do you think of this solution for a foo project:

+ foo
     + org::foo  (idl base directory)
     + org.foo.comp (implementation dir)
     + bin (generated class files)
     + urd (generated urd files)
     + foo.rdb (the component types file)

i generally like the differentiation between source files and any kind of output files. Maybe i would put everything in an "out" or "dist" directory. But of course your suggested structure is also fine. But think about other project types where you have more different kinds of output files (e.g. config files, type libraries, ...)

Juergen


Thanks for your help,
Cedric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to