Hi,

thanks for validating my sanity...  (previous discussion where I thought I was doing 
something wrong).

XDoclet provides (at least in the current cvs version - it might be worth 
double-checking the version you use) a local-custom.j
merge point in the local interface file.  So, What we've done to do this, is made a 
local-custom.j merge file like this:

    <XDtMerge:merge file="{0}-local-interface.j"></XDtMerge:merge>

and create a file for your corresponding merge file for the bean 
(test/ejb/Account-local-interface.j) that has the code you wish to
put in the interface (constants).

hth
dim


----- Original Message -----
From: "Andreas Langman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 6:17 PM
Subject: [Xdoclet-user] Constants declared in XDoclet Bean File should go to Local 
Interface


> Hello,
>
> i need some Constants in the local interface - i'm sure its easy, but i
> dont found a tag doing this.
>
>   /**
>    * enumeration STATUS
>    */
>   public final Integer STATUS_TEILNEHMER=new Integer(0);
>
>
> thanks,
>
> Andreas Langmann
>
>
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to