[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: problem with slow ant builds
|
I am running the build.xml file within eclipse. Is there any way I can get
the heap dump using this?
Thanks
"John Arthorne" <john@xxxxxxxxxxxxxx> wrote in message
news:djj1bq$q4f$3@xxxxxxxxxxxxxxxxxxx
> You can try getting a heap dump from Java to see where the time is going.
> Ctrl+Break on the Java console in Windows, or kill -3 to the java process
> on *nix platforms. Without this kind of information it is hard to give
> further advice.
> --
>
> Paul wrote:
>> Hi,
>>
>> I am trying to build my project with ant and it works very slow. For
>> instance my co-worker can do the build of the project in 30 seconds
>> whereas it takes me 10 minutes. Does anyone have any ideas on what the
>> problem could be?
>>
>> Thanks