Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 84921 invoked from network); 21 Oct 2002 23:45:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 Oct 2002 23:45:06 -0000 Received: (qmail 28814 invoked by uid 97); 21 Oct 2002 23:45:53 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 28798 invoked by uid 97); 21 Oct 2002 23:45:52 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 28786 invoked by uid 98); 21 Oct 2002 23:45:52 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-Id: <5.1.0.14.0.20021022013718.02016890@mail.polonium.de> X-Sender: rafcio@mail.polonium.de X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 22 Oct 2002 01:44:16 +0200 To: ant-user@jakarta.apache.org From: Rafal Kedziorski Subject: ejb-jar problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hallo, I'm working ob target for creating my ejb's which looks so: ... This target is working, but only if I set the property dir.jars.ejb absolutely (i.e. dir.jars.ejb = G:/projekte/s2g/JBossWLS/ejb/jarfiles). If I set dir.jars.ejb = ../ejb/jarfiles than I get this error message: Buildfile: build.xml prepare: compile_debug_s2g_billing: [echo] compile s2g_billing ../ejb/s2g_billing wls_s2g_billing: [mkdir] Created dir: G:\projekte\s2g\JBossWLS\ejb\tmp_s2g_billing [mkdir] Created dir: G:\projekte\s2g\JBossWLS\ejb\tmp_s2g_billing\META-INF [copy] Copying 3 files to G:\projekte\s2g\JBossWLS\ejb\tmp_s2g_billing\META-INF [copy] Copying 9 files to G:\projekte\s2g\JBossWLS\ejb\tmp_s2g_billing [jar] Building jar: G:\projekte\s2g\JBossWLS\ejb\jarfiles\tmp_s2g_billing.jar [java] ERROR: ejb-jar file: ../ejb/jarfiles/tmp_s2g_billing.jar could not be opened. [java] Java Result: 1 [delete] Deleting: G:\projekte\s2g\JBossWLS\ejb\jarfiles\tmp_s2g_billing.jar [delete] Deleting directory G:\projekte\s2g\JBossWLS\ejb\tmp_s2g_billing Why ejb-jar can't fin tmp_s2g_billing.jar file? Best Regards, Rafal -- To unsubscribe, e-mail: For additional commands, e-mail: