Re: Eclipse Debugging: Ant and Groovy

2012-01-28 Thread Nicolas Lalevée
The Ant Eclipse plugin and the Groovy Eclipse plugin doesn't know each other, I don't think there's way to make it work properly. Maybe on the groovy eclipse plugin user mailing list [1] some may have some better ideas. Nicolas [1] http://xircles.codehaus.org/lists/eclipse-plugin-u...@groovy.co

Eclipse Debugging: Ant and Groovy

2012-01-25 Thread Steve Amerige
Hi all, I have two files: *build.xml *and *doit.groovy *as shown below. In Eclipse (Helios 3.6.2) with Groovy-Eclipse plugins (2.6.1.xx.02120118-1300-e36-M1), I have a breakpoint set on the *println *in the *doit.groovy*. I do: build.xml > Debug As > Ant Build But, the breakpoint is nev