On Mon, 25 Nov 2002 14:58:59 -0600, [EMAIL PROTECTED] wrote:

||| You should be invoking ant by simply typing
||| 
|||       ant

Unless there is a default="build" in the project tag. Either way, he is
trying to invoke a target called "build" for which there is none. He should
either create a target called "build", change the default="build" attribute
to point to the proper target or invoke Ant with a different target on teh
command line.

Joey

--
koko ni chiisu wo tabe ni kimashita



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to