herewith pasela a -target that also modifies the deploymentdescriptor and does some Weblogic specific stuff...
<target name="M_EJBGen" description="Generate Standard EJB" depends="xyz">
<taskdef classpathref="xdoclet.classpath" classname="xdoclet.modules.ejb.EjbDocletTask" name="ejbdoclet" />
<ejbdoclet ejbSpec="2.0"
excludedTags="@version,@author,@todo"
destDir="${dest.dir}"
verbose="true" addedTags="@xdoclet-generated at ${TODAY},@copyright The XDoclet Team,@author XDoclet,@version ${version}">
<weblogic destdir="./${src.dir}/META-INF" /> // here check for websphere specific tags?
<fileset dir="${dest.dir}" >
<include name="**/ejb/*.java" />
</fileset>
<remoteinterface />
<localinterface />
<homeinterface />
<localhomeinterface />
<session />
<packageSubstitution packages="ejb" substituteWith="interfaces" />
<utilobject includeGUID="true" cacheHomes="true" />
<deploymentdescriptor validateXML="true" destDir="${ src.dir}/META-INF" />
</ejbdoclet>
</target>
On 7/13/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
They chaps here are rather committed to using websphere, not that is a
problem in and of itself. My focus really is to automate the builds for
the webservices which wrap the EJB's.
I am uncertain where IBM sources this endless supply of cool aid. Maybe
I need some...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---
- [CTJUG Forum] RAD 6.0 EJB deployment descriptor generati... [EMAIL PROTECTED]
- [CTJUG Forum] Re: RAD 6.0 EJB deployment descriptor... Carl Woermann
- [CTJUG Forum] Re: RAD 6.0 EJB deployment descri... [EMAIL PROTECTED]
- [CTJUG Forum] Re: RAD 6.0 EJB deployment de... Carl Woermann
- [CTJUG Forum] Re: RAD 6.0 EJB deploymen... [EMAIL PROTECTED]
- [CTJUG Forum] Re: RAD 6.0 EJB depl... Carl Woermann
- [CTJUG Forum] Re: RAD 6.0 EJB ... [EMAIL PROTECTED]
- [CTJUG Forum] Re: RAD 6.0 ... Jeff Mutonho
- [CTJUG Forum] Re: RAD 6.0 ... [EMAIL PROTECTED]
- [CTJUG Forum] Re: RAD 6.0 ... Jeff Mutonho
- [CTJUG Forum] Websphere or... Michael . Wiles
- [CTJUG Forum] Re: Webspher... Lisa Retief
