In article <792652a7-c618-4e6d-a82d-a95f23477293
@x35g2000hsb.googlegroups.com>, deodiaus@gmail.com says...
> Hi
>
> Two questions about Eclipse.
>
> 1.) When I run Eclipse, and do a build, it that done separately from
> what is specified in the Ant file?
I don't know; I've never used ant, just Eclipse.
> Isn?t Eclipse just a gui on the entire make process, or does Eclipse
> just launch a underlying compile on the contained files?
??? I don't understand what you're asking here?
> 2.) Where do I find instructions to attach to and debug a running
> process? Is it possible to just debug a process I launched directly
> from Eclipse?
Yes, easily, to the latter question. It's a few more steps to debug an
external app, but it is doable as well. You are talking about Java
apps, right?

Signature
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
Deodiaus - 27 Jun 2008 16:03 GMT
On Jun 26, 8:13 am, David Kerber
<ns_dkerber@ns_WarrenRogersAssociates.com> wrote:
> In article <792652a7-c618-4e6d-a82d-a95f23477293
> @x35g2000hsb.googlegroups.com>, deodi...@gmail.com says...
[quoted text clipped - 24 lines]
> Remove the ns_ from if replying by e-mail (but keep posts in the
> newsgroups if possible).
I just didn't know if Ant launched the compile of the code, or if it
was launched by Eclispe.
Yes, I am talking about Java applications.