Ritendra,
It is not a supported feature at this time. I am planning to add a <support>
nested element to allow you to add a fileset of support classes, resource
file, etc. to the generated jar.
Conor
--
Conor MacNeill
[EMAIL PROTECTED]
Cortex eBusiness
http://www.cortexebusiness.com.au
> -----Original Message-----
> From: Ritendra Sinha [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 12 January 2001 6:48
> To: [EMAIL PROTECTED]
> Subject: Ejbjar includes..
>
>
>
>
> Hi,
>
> Does anyone know whether the ejbjar task allows additional
> (helper) class files to be included, as I am unsuccessfuly trying
> to do below.
>
> Syntatically the parser allows me to include files but the ejb
> jar file still does
> not have them in it after being built.
>
> Can anyone show me how they would do it correctly or is it not a
> supported feature.
>
> Thanks,
> Ritendra
>
> <target name="buildejb" depends="compile_ejb">
> <ejbjar srcdir="${build}"
> includes="**/PropertiesUtil.class, **/PropertiesModel.class"
> descriptordir="${build}/META-INF"
> destdir="${deployment_dir}" basejarname="properties_ejb">
>
> <weblogic destdir="${deployment_dir}"
> classpath="${myclasspath}:${build}" />
> <include name="**/ejb-jar.xml" />
> <include name="**/*.xml" />
> <include name="${build}/**/PropertiesUtil.class" />
> <include name="${build}/**/PropertiesModel.class" />
> </ejbjar> </target>
>
>
> --
>
> This e-mail may contain confidential and/or privileged
> information. If you are not the intended recipient (or have
> received this e-mail in error) please notify the sender
> immediately and destroy this e-mail. Any unauthorised copying,
> disclosure or distribution of the material in this e-mail is
> strictly forbidden.
>
>