Hello !
I have the following case study:
a framework project using xdoclet delivered packaged (ear or jars) to
developers.
developers inherits from base classes and include jar files in their
classpath. when they run xdoclet it does not fail yet all the ejb-ref
are not transfered and so half of the job performed in the FWK layer is
lost or has to be duplicated by developers that may not even have to be
aware of which are the top classes, what they are doing and what are
these relationships.
it would be nice if in case inheritance xdoclet would work even w/ jar
files, meaning inspecting the jar file, "uncompressing" the ejb-jar.xml
and other needed files and generating the refs and other as it works
when generated java files are present.
[it could even transform ejb-ref into ejb-external-ref but maybe this is
assuming to much of the client tree and not enough generic for all
projects].
the ant task syntax would not need to change but the internal xdoclet
implementation when using the classpath.
the current workaround is to deliver the java files to developers which
I don't like much.
wat do u think ?
thanx.
seb.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to