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

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 >