[Magic] Transitive Dependencies
Stephen McConnell
mcconnell at dpml.net
Fri May 6 16:39:18 EDT 2005
> Does the type need to be "module" when I want the project to
> create a .jar and a .module file? Do you need to declare any
> dependencies runtime="true" or something?
Does you index file reference the module project?
<index key="cornerpiece-core">
....
</index>
Dependencies declared within a module should be other module projects - not
resources.
Re. multi-type declarations - you do need to declare the project type as one
of the types. You could do something like
<types><type>module</type></type>jar</type></types>. Only runtime
dependnecies are included in modules - but projects are runtime dependent by
default unless you explicity declare otherwise.
/Steve.
More information about the dev-dpml
mailing list