On Wed, 2005-01-26 at 18:13, John Vincent wrote:
>
> force="true"
> excludedtags="@version,@author"
> ejbspec="2.0">
>
Assuming that ${xdoclet.java.file} is "jvapp/AdviceBean.java", try
replacing this with
i.e. set dir to the directory which contains "jvapp".
If you use
--- John Vincent <[EMAIL PROTECTED]> wrote:
> new to xdoclet - I am probably missing something
> simple but...
>
> Java:
>
> package jvapp;
>
> import javax.ejb.*;
>
> /** Perform Get Advice
> * @author jv
> * @since 1.2
> * @stereotype SessionBean
> * @remoteInterface jvapp.Advice
>