What you did should work, but I suggest to use the classpath feature [1] of Ivy to load the required jars. The advantage of this techniaue is that you won't have to modify IvyDE plugin (better for upgrades) and it will work the same way both in IvyDE and Ant.
Xavier [1] http://ant.apache.org/ivy/history/trunk/configuration/classpath.html jonathan doklovic wrote: > > Hi, > > I'm trying to get IvyDE working with my ivy-settings.xml which has an > svn resolver provided by ivy-svn. > > When IvyDE tries to load the settings, it complains that it can't define > the svn type due to the class not being found. > > I'm using IvyDE-1.3.0. > I extracted the jar into the eclipse/plugins folder, added the ivy-svn > jar and dependencies to the lib/default folder, and added each jar as a > library in the plugin.xml > > None of that corrected the problem and I still get the class not found > error. > > Is there any way to get this to work? > > Thanks, > > - Jonathan > > -- View this message in context: http://www.nabble.com/This-list-is-going-to-move-tf4896031.html#a14036066 Sent from the ivy-user mailing list archive at Nabble.com.
