You have to use both. They are subsets of super verbosity; one does not
preclude the other.
MrT
> -----Original Message-----
> From: Jay Glanville [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 10, 2001 3:42 PM
> To: Ant-User (text)
> Subject: RE: how to get more debug information
>
>
> I would have thought that running with -debug would provide
> more information
> then running with -verbose.
>
> > -----Original Message-----
> > From: DUBCHAK, JOHN [Non-Pharmacia/1000]
> > [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 10, 2001 3:05 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: how to get more debug information
> >
> >
> > Try running Ant with the -v option (verbose).
> >
> > -----Original Message-----
> > From: Jay Glanville [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 10, 2001 1:26 PM
> > To: Ant-User (text)
> > Subject: how to get more debug information
> >
> >
> > I'm trying to run a javadoc command and it's failing. So, in
> > an attempt to
> > determine why it's failing, I run ant with a -debug option to
> > get all the
> > information. The following is a snippet of the resulting log:
> >
> > [javadoc] Generating Javadoc
> > [javadoc] Source path = /vobs/SiteManager/src
> > [javadoc] Packages = [com.nortel.smfw.*]
> > [javadoc] Exclude Packages = []
> > [javadoc] Javadoc args: javadoc -d
> /vobs/SiteManager/build/javadocs
> > -extdirs /vobs/SiteManager/lib -J-Xmx128m -classpath
> > /vobs/SiteManager/src
> > -sourcepath /vobs/SiteManager/src -version -author
> > com.nortel.smfw.base
> > [...snipped...]
> > [javadoc] Javadoc execution
> > Execute:Java13CommandLauncher: javadoc -d
> > /vobs/SiteManager/build/javadocs
> > -extdirs /vobs/SiteManager/lib -J-Xmx128m -classpath
> > /vobs/SiteManager/src
> > -sourcepath /vobs/SiteManager/src -version -author
> > com.nortel.smfw.base
> > [...snipped...]
> >
> > BUILD FAILED
> >
> > /vobs/SiteManager/bin/build.xml:247: Javadoc returned -1
> >
> >
> > What is causing the -1? I know that javadoc is in my path
> > because the shell
> > script that I use to start ant sets up the necessary path for
> > me. How can I
> > find more information?
> >
> > --
> > Jay Dickon Glanville
> > P068 - SiteManager Development, Nortel Networks
> > 613-765-1144 (ESN 395-1144)
> > MS: 045/55/A05
> > E-Mail: [EMAIL PROTECTED]
> >
>