--- Chema <[EMAIL PROTECTED]> wrote:
> Thanks, but I guess dont, althought that looked like
> good :-(
>
> I tried in MYPROJECT1's xdoclet-build.xml :
>
> <path id="xdoclet.classpath">
> <pathelement location="../MYPROJECT2/ejb/src"/>
> <path refid="project.classpath"/>
> <fileset dir="${xdoclet.basedir}">
> <include name="*.jar"/>
> <exclude name="xdoclet-module-jboss-net-*.jar"/>
> </fileset>
> <fileset dir="${xdoclet.basedir}">
> <include
>
name="xdoclet-module-jboss-net-${jboss.net.version}*.jar"/>
> </fileset>
> </path>
>
>
> But doesn't work.
> Indeed, deploymentdescriptor tag is inside
>
> <taskdef classpathref="xdoclet.classpath"
> classname="
> xdoclet.modules.ejb.EjbDocletTask"
> name="ejbdoclet"/>
>
> Look ' classpathref="xdoclet.classpath" ' . It
> should be works !!
>
> When you say "typically xdoclet lokos in his
> classpath" , are you sure ?
> where does XDoclet look for source code to guess
> class names ?
Typically xjavadoc looks first for available sources,
and generates "source classes" from them - those can
be used by tempate engine, checked for tags etc. Then
if no source is available, it looks on classpath, and
creates binary classes. ( which can be introspected,
but no tag information at all )
If all this fails, it creates "unknown class" objects
which is just empty placeholder.
I admit that I'm not current in ejb tasks/modules
anymore ( altough I wrote most parts of it, I do not
use it anymore since 2002 )
regards,
----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x? XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user