You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Martin Poeschl <mp...@marmot.at> on 2001/06/19 23:53:53 UTC

javadoc warnings (missing ant.jar)

caused by the missing ant.jar in the classpath there are some javadoc warnings
(torque classes)

how can we fix this?

martin


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: javadoc warnings (missing ant.jar)

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Jon Stevens <jo...@latchkey.com> writes:

> on 6/19/01 2:53 PM, "Martin Poeschl" <mp...@marmot.at> wrote:
> 
> > caused by the missing ant.jar in the classpath there are some javadoc warnings
> > (torque classes)
> > 
> > how can we fix this?
> 
> Yea, I noticed that before and I'm not really sure how to fix it other than
> trying to resolve the path to $ANT_HOME/lib/ant.jar.

Since Ant must either be in the user's CLASSPATH or relative to
ANT_HOME, can't we simply assure that Ant is in the CLASSPATH before
executing any targets defined in out build.xml file?

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: javadoc warnings (missing ant.jar)

Posted by Jon Stevens <jo...@latchkey.com>.
on 6/19/01 2:53 PM, "Martin Poeschl" <mp...@marmot.at> wrote:

> caused by the missing ant.jar in the classpath there are some javadoc warnings
> (torque classes)
> 
> how can we fix this?
> 
> martin

Yea, I noticed that before and I'm not really sure how to fix it other than
trying to resolve the path to $ANT_HOME/lib/ant.jar.

:-(

-jon

-- 
"Open source is not available to commercial companies."
            -Steve Ballmer, CEO Microsoft
<http://www.suntimes.com/output/tech/cst-fin-micro01.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org