Re: [Xdoclet-user] What might be wrong with this ant-task (ejbdoclet)??

2008-04-01 Thread Fredrik Andersson
destdir=${build.dir}/ejb/META-INF / /ejbdoclet /targetI manage to genrate the ejb-jar.xml and weblogic-ejb-jar.xmlBest regardsFredrik Date: Sun, 30 Mar 2008 05:15:08 -0700 From: [EMAIL PROTECTED] To: xdoclet-user@lists.sourceforge.net Subject: Re: [Xdoclet-user] What might be wrong

Re: [Xdoclet-user] What might be wrong with this ant-task (ejbdoclet)??

2008-03-30 Thread Konstantin Priblouda
It looks that XDoclet did not recognized your sources being EJBs. This can happen, if you forget to inlcude javax.ejb.* classes on xdoclet classpath. If those classes are not available, it's impossible to tell what exactly is ejb - thus everything gets ignored. I would also drop ant