I did a clean build.  Deleted the $HOME/.gradle and the $PROJECT/.gradle
directories then ran the jettyRun task again.  No debug information.  Then
I added

tasks.withType(Compile) { options.useAnt =
true }

to allProject {...}

and the debug information is back.

Should I file a bug report?

jesse

On Thu, Mar 8, 2012 at 6:59 PM, Peter Niederwieser <[email protected]>wrote:

>
> Jesse Eichar wrote
> >
> > I was using milestone 7 and I just tried out the milestone9-snapshot.
> > When
> > I was running jetty I attached a debugger and the debug information was
> > all
> > missing.  Is this expected behaviour?
> >
>
> I'm not aware of any changes in this regard. Can you try with a clean
> rebuild? Can you also try with `tasks.withType(Compile) { options.useAnt =
> true }`?
>
> --
> Peter Niederwieser
> Principal Engineer, Gradleware
> http://gradleware.com
> Creator, Spock Framework
> http://spockframework.org
> Twitter: @pniederw
>
>
>
> --
> View this message in context:
> http://gradle.1045684.n5.nabble.com/Java-debug-information-tp5547368p5548324.html
> Sent from the gradle-user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to