Lets have a debug trace (ant -debug) to see what is going on.
Conor
(non-HTML email would be good too)
-----Original Message-----
From: Mukesh Kumar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 10 July 2001 11:03 AM
To: [EMAIL PROTECTED]
Subject: ddCreator fails with JDK 1.1.8 /JDK1.2.2 and Weblogic 4.5.1
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
[EMAIL PROTECTED]