Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to attach sources and javadocs while using IvyDE?
How to attach sources and javadocs while using IvyDE? [message #668172] Wed, 04 May 2011 10:16 Go to next message
Dims Mising name is currently offline Dims Mising nameFriend
Messages: 14
Registered: August 2010
Junior Member
Hi!

I have a project configured to use IvyDE, so I have JARs not expandable and it is impossible to attach sources and javadocs to them by default.

I found two exclude directives in my ivy.xml file

<exclude type="src" />
<exclude artifact="!sources" />

and commented them out, but nothing happened even after doing Ivy->Resolve.

Is there away to make Eclipse to know where sources and docs are while using Ivy?

Thanks.

Re: How to attach sources and javadocs while using IvyDE? [message #668250 is a reply to message #668172] Wed, 04 May 2011 16:28 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
I'm not familiar with Ivy, but it appears to be a plugin maintained by an Apache project. From what I can see from their web site, it appears to create a classpath container for dependent components. You should be able to access the jars by opening the classpath container added to the project. You can then use the properties dialog for each of the jars to assign source.

I would suggest checking with an Ivy support forum to see if they have any support for automatically associating source with the jar files.
Previous Topic:Android Facebook SDK - java.lang.NoClassDefDefFoundError
Next Topic:Java eclipse help
Goto Forum:
  


Current Time: Fri Apr 26 15:17:17 GMT 2024

Powered by FUDForum. Page generated in 0.03523 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top