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 <java> task that <java> doesn't like. Cheers, Magesh ----- Original Message ----- From: "shawn" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]>; "Magesh Umasankar" <[EMAIL PROTECTED]> 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
