[egonzalez@actest egonzalez]$ which ant
/opt/ant1.4/bin/ant

I�ve reset everything, PATH, CLASSPATH, and all alias..
and now it�s working properly...

I�ll check if it�s an alias somewhere on the rc files... it�s probably
that..

Thanks a lot!
Esteban

----- Original Message -----
From: "Stefan Bodewig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 12:48 PM
Subject: Re: Strange Problem


> On Wed, 20 Feb 2002, Esteban Gonzalez <[EMAIL PROTECTED]>
> wrote:
> > Hi, I�ve just installed ant 1.4.1, did everything that says on the
> > manual.. got the build.xml file working neatly for some time, until
> > I tried to use another target..  doing
> >
> > [egonzalez@actest egonzalez]$ ant
> > Searching for build.xml ...
> > Buildfile: /home/egonzalez/build.xml
> > init:
> > compile:
> > BUILD SUCCESSFUL
> >
> > but trying to do
> >
> > [egonzalez@actest egonzalez]$ ant dist
> > Searching for dist ...
> > Could not locate a build file!
>
> Looks as if the ant script you invoke is not ant in ANT_HOME/bin but a
> different script that adds the -find option as the last argument to
> the java invocation before "$@".
>
> What does "which ant" return?
>
> Stefan
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>


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

Reply via email to