On Fri, 26 Sep 2003 03:56 pm, Suresh Babu Koya wrote: > Greetings group, > > I am new to writing weblogic tasks for Ant. When I am running the ant > task with the following code. I get errors that I copied below. This does > not occur in everyone's system and occurs only in some systems. Could > someone tell me if they faced this error and if so how the fix is. > > > > <java classname="weblogic.ejbc" fork="yes" dir="${dest.jar.dir}"> > <arg value="${dest.jar.dir}/${jarName}.jar"/> > <arg value="${dest.jar.dir}/${jarName}Deploy.jar"/> > <classpath refid="wlgbuild.classpath"/> > </java> > > Regards, > Suresh
The error is not in Ant. It is in the weblogic code. It probably indicates that your deployment descriptor is not valid according to the DTD. Try to validate it against the DTD. Conor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]