I just instaled weblogic workshop 8.1 and i tried to run a simple web service example.After executing a script to set up the enviromental variables this is the next step(according to bea guide):
4)Assemble and compile the example by executing the
Java ant utility at the command line:
prompt> ant
Now, I did that but ant is not recognised and here is the output:
E:\bea\weblogic\samples\server\examples\src\examples\webservices\basic\javaclass>ant
'ant' is not recognized as an internal or external command,
operable program or batch file.
What is the proper command to run ant?