You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by AndreasZ <an...@gmx.net> on 2010/07/21 14:25:59 UTC

IvyDE: Multiple resolves of same projects on startup

Dear all,

I'd like to understand why IvyDE does multiple resolves of the same
dependencies on startup.
In my log I see something like

... entries skipped ...

!ENTRY org.apache.ivyde.eclipse 1 0 2010-07-21 14:09:05.279
!MESSAGE resolved dependencies of ivy.xml in 'shape_flst'

!ENTRY org.apache.ivyde.eclipse 1 0 2010-07-21 14:09:05.697
!MESSAGE resolved dependencies of ivy.xml in 'shape_export'

!ENTRY org.apache.ivyde.eclipse 1 0 2010-07-21 14:09:05.743
!MESSAGE resolved dependencies of ivy.xml in 'produktion_xml'

!ENTRY org.apache.ivyde.eclipse 1 0 2010-07-21 14:09:05.784
!MESSAGE resolved dependencies of ivy.xml in 'shape_flst'

... entries skipped ...


So the fourth resolve seems to be a re-run of the first. This repeats quite
a few times for different projects. When we started with very few projects,
this behavior wasn't even recognizable, but now the repeated resolves pile
up and cause a cumbersome delay when starting eclipse.

Kind regards
  Andreas
-- 
View this message in context: http://old.nabble.com/IvyDE%3A-Multiple-resolves-of-same-projects-on-startup-tp29225097p29225097.html
Sent from the ivy-user mailing list archive at Nabble.com.

Re: IvyDE: Multiple resolves of same projects on startup

Posted by Nicolas Lalevée <ni...@hibnet.org>.
On Wednesday 21 July 2010 14:25:59 AndreasZ wrote:
> Dear all,
>
> I'd like to understand why IvyDE does multiple resolves of the same
> dependencies on startup.
> In my log I see something like
>
> ... entries skipped ...
>
> !ENTRY org.apache.ivyde.eclipse 1 0 2010-07-21 14:09:05.279
> !MESSAGE resolved dependencies of ivy.xml in 'shape_flst'
>
> !ENTRY org.apache.ivyde.eclipse 1 0 2010-07-21 14:09:05.697
> !MESSAGE resolved dependencies of ivy.xml in 'shape_export'
>
> !ENTRY org.apache.ivyde.eclipse 1 0 2010-07-21 14:09:05.743
> !MESSAGE resolved dependencies of ivy.xml in 'produktion_xml'
>
> !ENTRY org.apache.ivyde.eclipse 1 0 2010-07-21 14:09:05.784
> !MESSAGE resolved dependencies of ivy.xml in 'shape_flst'
>
> ... entries skipped ...
>
>
> So the fourth resolve seems to be a re-run of the first. This repeats quite
> a few times for different projects. When we started with very few projects,
> this behavior wasn't even recognizable, but now the repeated resolves pile
> up and cause a cumbersome delay when starting eclipse.

This might be related to IVYDE-177 [1]

As a work around to avoid a slow Eclipse startup you can change what IvyDE 
should do at startup:
http://ant.apache.org/ivy/ivyde/history/latest-milestone/preferences.html

Nicolas

[1] https://issues.apache.org/jira/browse/IVYDE-177