Hi jon,
Thanks I down loaded and started working on it.
Presently I am using the following task.
<ejbc descriptors="${gen.classes}"
src="${src.dir}"
dest="${gen.classes1}"
manifest="${build.manifest}"
classpath="${descriptorbuild.classpath}">
<include name="*.ser" />
</ejbc>
I would like to get real time example, as I am not
able to make out what gen.classes, src.dir etc...
contain in real time situation.
Thanks in advance.
Srini.
-----Original Message-----
From: Jon Skeet [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 2:25 PM
To: [EMAIL PROTECTED]
Subject: RE: Optional Tasks
> I am trying to use the optional task ejbc
> in order to generate ejb compliance jar file.
>
> My build file is not working without opetional.jar file
> My question is from where can I get optional.jar file
The same download page as you got Ant from, probably:
http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/
Jon