In Java EE5 tutorial, 2nd chapter-->web modules-->Packaging Web Modules, when I run 'ant', it gives following error:
C:\javaeetutorial5\examples\web\hello1>ant
'ant' is not recognized as an internal or external command,
operable program or batch file.
I checked on 'add bin to path' during java ee installation and 'asadmin' command is working fine from command prompt.
what to do?