Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 20207 invoked from network); 24 Mar 2003 05:36:23 -0000 Received: from unknown (HELO intranet.com) (202.4.187.78) by daedalus.apache.org with SMTP; 24 Mar 2003 05:36:23 -0000 Received: (from root@localhost) by intranet.com (8.11.6/8.11.6) id h2O5Unw31935 for ; Mon, 24 Mar 2003 11:00:49 +0530 Received: from anshuman ([192.168.0.151]) by intranet.com (8.11.6/8.11.6) with SMTP id h2O5Um131930 for ; Mon, 24 Mar 2003 11:00:49 +0530 Message-ID: <007d01c2f1c7$823013d0$9700a8c0@cpqitpltech4.domain.itpl.com> From: "Anshuman Moni" To: "Ant Users List" References: <87C8A3DA143E464AB4A39B3190D28ED559E5B0@digeo-e2k04.digeo.com> Subject: Error in EJBC with Ant 1.5.2 Date: Mon, 24 Mar 2003 11:07:49 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_007A_01C2F1F5.9B3D42C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_007A_01C2F1F5.9B3D42C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi !, I was using Ant 1.5.1 till recently and my build scripts were = working fine. But, with 1.5.2, I get the following error for EJBC using = weblogic.jar(version 7.0). Any idea whats wrong or am i missing = something ? [java] at java.lang.Win32Process.create(Native Method) [java] at java.lang.Win32Process.(Win32Process.java:66) [java] at java.lang.Runtime.execInternal(Native Method) [java] at java.lang.Runtime.exec(Runtime.java:551) [java] at java.lang.Runtime.exec(Runtime.java:477) [java] at java.lang.Runtime.exec(Runtime.java:443) [java] at weblogic.utils.Executable.exec(Executable.java:208) [java] at weblogic.utils.Executable.exec(Executable.java:133) [java] at = weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.= jav a:545) [java] at = weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:372)= [java] at = weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:363)= [java] at = weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:294) [java] at = weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:396) [java] at weblogic.ejbc20.runBody(ejbc20.java:464) [java] at weblogic.utils.compiler.Tool.run(Tool.java:126) [java] at weblogic.ejbc.main(ejbc.java:21) [java] Exec failed .. exiting - ASM ------=_NextPart_000_007A_01C2F1F5.9B3D42C0--