Hello friends,
I am a newbie to Ant and trying to use it for a project build. I tried to use the ddCreator
task with JDK 1.1.8 and JDK 1.2.2
but nothing happens and no serialized deployment descriptors are created. But when I switch
the JDK to 1.3 it works fine. Please
note that I am using Weblogic 4.5.1. My project requires me to use JDK 1.1.8 for compilation.
Can you please help?
Following is the code snippet:
<ddcreator descriptors="${basedir}/${dd.dir}"
dest="${basedir}/${build.ejbsrc}"
classpath="${weblogic45.classpath}" >
<include name="*DD.txt" />
</ddcreator>
Regards,
Mukesh Kumar
mukesh11@hotmail.com
|