Le 30 oct. 2009 à 04:56, Stephen Haberman a écrit :
Mitch Gitman wrote:
Stephen, thanks for verifying this.
No problem.
Mitch Gitman wrote:
...for the new strict rule introduced with IvyDE 2.0.0 beta1 where
the
source artifacts have to be declared in the ivy.xml to get picked up
I'm missing something--this rule makes sense to me. How did IvyDE
previously
go about finding source artifacts if they were not declared in the
ivy.xml
file?
It was trying some http requests based on the jar location, adding
some -sources suffix. It was making the resolve quite slow due to some
useless http connections, so it was removed as soon as sources were
declared by Ivy when parsing pom.xml.
Nicolas