Re: [Xdoclet-user] not generating java files...

2005-01-27 Thread Andrew Stevens
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

[Xdoclet-user] not generating java files...

2005-01-26 Thread John Vincent
oops, pasted the wrong file. The following is the xdoclet version:     start of java   package jvapp;   import javax.ejb.*;   /** *   This is the EJB Advice Bean * *   @ejb:bean type="Stateless" * name="AdviceBean" * jndi-name="ejb/AdviceBean" * local-jn

Re: [Xdoclet-user] not generating java files

2005-01-24 Thread Konstantin Priblouda
--- 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 >

[Xdoclet-user] not generating java files

2005-01-23 Thread John Vincent
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 * @homeInterface jvapp.AdviceHome * @statemode Stateless * * @ejbgen