Discussion:
Anyway to get verbose ant output?
Will Hartung
2008-03-18 17:45:15 UTC
Permalink
From the command line I can run ant -verbose or ant -debug to get a
bunch of info from a build script.



Is there anyway I can do that from with netbeans for an enterprise
project (vs a "ant based project")?



Is there an property I can set within the build.xml file(s) to enable
logging or verbosity?
Karthik
2008-03-18 17:46:45 UTC
Permalink
Tools | Options | Miscellaneous | Ant | Verbosity level.

regards,
karthik
From the command line I can run ant --verbose or ant --debug to get a
bunch of info from a build script.
Is there anyway I can do that from with netbeans for an enterprise
project (vs a "ant based project")?
Is there an property I can set within the build.xml file(s) to enable
logging or verbosity?
Vince Kraemer
2008-03-18 18:11:02 UTC
Permalink
From the command line I can run ant –verbose or ant –debug to get a
bunch of info from a build script.
Is there anyway I can do that from with netbeans for an enterprise
project (vs a “ant based project”)?
Is there an property I can set within the build.xml file(s) to enable
logging or verbosity?
There is an option in Tools->Options on the Misc "tab" that lets you
control the ant output level...

vbk

Loading...