Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 72216 invoked from network); 7 Dec 2001 02:10:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 Dec 2001 02:10:09 -0000 Received: (qmail 11118 invoked by uid 97); 7 Dec 2001 02:10:09 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 11094 invoked by uid 97); 7 Dec 2001 02:10:09 -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 11083 invoked from network); 7 Dec 2001 02:10:08 -0000 Message-ID: <007a01c17ec5$3aaf2b20$c543d6d1@compaq> Reply-To: "Magesh Umasankar" From: "Magesh Umasankar" To: "Ant Users List" References: <20011206195617.1694.qmail@mailweb18.rediffmail.com> <009601c17eaf$6993b930$78a37fd8@creativeexplosion.com> Subject: Re: newbie issue Date: Thu, 6 Dec 2001 21:16:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Try running ant in debug mode: ant -debug converter It will help you understand what is going wrong. It seems like your build script is passing some arguments to the task that doesn't like. Cheers, Magesh ----- Original Message ----- From: "shawn" To: "Ant Users List" ; "Magesh Umasankar" Sent: Thursday, December 06, 2001 6:40 PM Subject: Re: newbie issue > Thanks a lot. That worked and now Ant is at least being recognized. > > Unfortunately, I'm still a bit stuck. I'm trying to run sun's j2ee tutorial > and use ant to compile it'sconverter ejb's along the lines of these basic > instructions: > > Compiling the Source Files > Now you are ready to compile the remote interface (Converter.java), home > interface (ConverterHome.java), and the enterprise bean class > (ConverterBean.java): > > a.. In a terminal window, go to the j2eetutorial/examples directory. > b.. Type the following command: > ant converter > > Unfortunately, it doens't appear to be working. When I enter this command I > get the following response:(see jpg) > > Thanks a lot! > > -- To unsubscribe, e-mail: For additional commands, e-mail: