Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 79237 invoked by uid 500); 12 Jul 2001 08:31:29 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 79102 invoked from network); 12 Jul 2001 08:31:21 -0000 From: "danny tjahjadi" To: Subject: Usage: [ejbc] problem Date: Thu, 12 Jul 2001 18:29:15 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <000501c10a6f$762d1c40$0201a8c0@knightsAPC.knightsofthenet.com> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I'm trying to build my application using ejbjar. However I keep getting the following error (it's been driving me nuts for the last couple of days): ejbc.entities: [ejbjar] building MedullaEntities.jar with 485 files [ejbc] Usage: java weblogic.ejbc20 [options] [ejbc] [ejbc] where options include: [ejbc] -help Print this help message. [ejbc] -version Print version information. [ejbc] -idl Generate idl for remote interfaces [ejbc] -idlOverwrite Always overwrite existing IDL files [ejbc] -idlVerbose Display verbose information for IDL [ejbc] generation [ejbc] -idlDirectory Specify the directory where IDL files will be [ejbc] created (default : current directory) [ejbc] -iiop Generate CORBA stubs [ejbc] -iiopDirectory Specify the directory where IIOP stub files [ejbc] will be written (default : current [ejbc] directory) [ejbc] -keepgenerated Keep the generated .java files. [ejbc] -compiler Java compiler to use. [ejbc] -g Compile debugging info into class file. [ejbc] -debug Compile with debugging on. [ejbc] -nowarn Compile without warnings. [ejbc] -verbose Compile with verbose output. [ejbc] -deprecation Warn about deprecated calls. [ejbc] -normi Passed through to Symantec's sj. [ejbc] -classpath Classpath to use during compilation. [ejbc] [ejbc] Unrecognized option or flag, - [ejbc] Java Result: 1 My ant build file that produces the error is: