Hi Thomas,
I did. But the result is that 'attribute.B' Class Name class generated in
the om package.
package om
public class attributeB extends A
{
public attribute.B()
{
setClassKey(...)
}
}
Am I missing something?
Thanks,
Youngho
2021년 11월 14일 (일) 오후 11:02, Thomas Vandahl <[email protected]>님이 작성:
> Hi Youngho,
>
> > Am 14.11.2021 um 14:04 schrieb 조영호 <[email protected]>:
> >
> > But I would like to use another directory for Inheritance class.
> > such as
> > ../attribute Inheritance subclass lives
> > ../om main om classes lives
> >
> > Is it possible to use it like that in the current version ?
>
> I'm pretty sure that attribute must be a sub-package of om. My guess would
> be to use class="attribute.B" in the inheritance element.
> Give it a try.
>
> Bye, Thomas
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>