Bug 160163 - [j2ee] No source/javadoc attachments for J2EE Module Dependencies
Summary: [j2ee] No source/javadoc attachments for J2EE Module Dependencies
Status: NEW
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows XP
: P2 enhancement with 5 votes (vote)
Target Milestone: Future   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-10-08 13:58 EDT by Christian Nelson CLA
Modified: 2011-05-20 09:18 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Nelson CLA 2006-10-08 13:58:56 EDT
There is no way to associate source and javadoc to libraries associated with a web project via the J2EE configuration.

This is a problem for those who want to use the web tools server launching / module deployment but don't want to keep their jars in WEB-INF/lib on the file system (or more importantly, version control)... a very common scenario I would think.

I really think there's an opportunity to rework how simple web-app (.war producing) projects manage their jar dependencies.  It doesn't seem as clear and intuitive as it could be (consider the competition's handling of this).  I think the fact that "Web App Libraries" storing of javadoc/source in a non standard location (see #159838) is also a sign that maybe things could be handled more consistently.
Comment 1 David Williams CLA 2006-10-26 04:50:49 EDT
mass update to remove target for all those targeted to 1.5.3 that were "normal" severity and "priority 3" (on the surface those dont' seem serious enough to fix in a maintenance release). 

If I have made an error pleasae reset target and set priority appropriately. 
Comment 2 Jason Sholl CLA 2006-11-16 14:34:55 EST
The code needed to fix this will be essentially the same as needed for bug 159838.  However, since this is not exactly the same this is not being duplicated.
Comment 3 Nikolay Metchev CLA 2008-08-21 06:52:05 EDT
Any progress on this?
Comment 4 Kaloyan Raev CLA 2008-09-01 11:47:32 EDT
Assigning to Carl for evaluation
Comment 5 Ed Staub CLA 2008-11-11 15:37:14 EST
In the case of EAR AppContent/APP-INF/lib jars (that is, jars that are included in the EAR project and "inherited" by the EJB and WAR projects, it would be nice to be able to associate the Javadoc/source with the jar in the EAR project, and have the association be "inherited" by the other projects.

(This is probably hard, since the EAR project doesn't even have a build path.)

If anyone can note some workarounds, it would be helpful.
Comment 6 Kalpesh Soni CLA 2010-02-23 12:47:22 EST
Please look into this and 159838 once again?