Just run 'ant -Dcompiler.debug=true deploy'.  If you're using OS X, Linux,
Unix, or CygWin, and you've as big a fan of brevity as I am, then you can do
this:

> alias deploy-debug='ant -f build.xml -Dcompiler.debug=true deploy'

:)
-T

On Tue, Sep 15, 2009 at 4:59 PM, Scott Lanham <[email protected]> wrote:

> On Wed, 16 Sep 2009 03:00:01 am Todd Volkert wrote:
> > It is specified by the "compiler.debug" property in the build script. You
> >
> > > can modify the script directly, but I think there is also a way to
> > > override the value via the command line (not sure of the syntax,
> though).
> >
> > It's -Dcompiler.debug=true
>
> Any chance there could be an ant target like deploy-debug?
>

Reply via email to