2 Things to check, one obvious and one less so: 1) Make sure your using either workspace default settings configured via the preferences page OR project specific settings via right click on the ivy library in the project and selecting properties. I toyed with workspace settings longer than I care to admit before I realized I had at some point enabled project settings which overrode them. (on a side note, it would be much easier to configure IvyDE settings via the PROJECT properties and not the libraries properties. Remembering where that was took me awhile and is very non standard)
2) On the retrieve tab, make sure you specify which artifacts you want to download by type. So in the types field, remove the asterisk and specify jar (or whatever your artifact is). The default 'all' using asterisk currently doesn't work. There's a bug somewhere on point 2 but I don't remember if it's resolved and not released, resurfaced or what. I do know that my retrieve doesn't work unless I specify the artifact type though. Hope this helps. OsoRojo On Tue, Mar 31, 2009 at 6:55 PM, Phil Beiler <[email protected]>wrote: > This seems too obvious to be a problem, but I cannot get the "retrieve" > option to work what so ever. This sounds pretty simple; I have Ivy > working perfectly from Ant, but the Eclipse plug-in has always been a > little more challenging (SSL, authentication, fake certs)... I'm using > Eclipse 3.4 with the 2.0.0beta1 plug-in. My configuration is pretty > simple, three configs [compile, runtime, debug]. I have made the > setting look exactly like the documentation page, trying different > combinations on the retrieve and advanced tabs with nothing ever > happening, nothing in the Ivy console. > > I am able to use the plug-in successfully in Eclipse without doing a > resolve, those projects are fine. I am trying to use the ORACLE > Enterprise Pack plug-in to deploy my Weblogic server. Unfortunately, it > does not pick up the ivy managed libraries on the buildpath (nor does > tomcat for that matter), so my plan was to "retrieve" them into the > WEB-INF/lib directory... > > Unfortunately, I cannot get the retrieve to work in any Eclipse project, > simple java or dynamic web? > > Any ideas? Thanks. Phil > >
