Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Add javadoc to WebApp
Add javadoc to WebApp [message #676781] Mon, 06 June 2011 10:14 Go to next message
Eclipse UserFriend
Hi All,

My Project add a facet to a WebApp project.
in the delegate, I copy many lib from a template directory to the WEB-INF/lib one.
I need to add the javadoc location for many of the copied jars.

Is there any method to add a javadoc to a library on the WebAppLibrariesContainer.
Please note in the delegate the project is closed, so the getClasspathEntries() of the container returns an empty array.

Regards,

Ichai
Re: Add javadoc to WebApp [message #699048 is a reply to message #676781] Wed, 20 July 2011 13:44 Go to previous messageGo to next message
Eclipse UserFriend
In the Web App Libraries container just right click on the jar you want to add javadoc to and open it's Properties. There you'll see an option to specify the javadoc.

index.php/fa/3415/0/
Re: Add javadoc to WebApp [message #699418 is a reply to message #699048] Thu, 21 July 2011 10:10 Go to previous message
Eclipse UserFriend
Hi Oliver,

My question is quite different.

You can create facet for web project www.eclipse.org/articles/Article-BuildingProjectFacets/tutorial.html.

in the FormGenCoreFacetInstallDelegate you can copy jars to the WEB-INF/lib directory.
in this case no javadoc is associated to these jars.
The user want the javadoc to be automatically associated to the project.

I need to associate the javadoc in the delegate before than the project is ready to the user.
I don't want to modify any project after it is opened by user.

Regards,

Ichai
Previous Topic:Deploy modified plugin
Next Topic:Does Eclipse IDE support WebSphere Application Server v8 beta?
Goto Forum:
  


Current Time: Sat Jul 05 01:23:03 EDT 2025

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

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

Back to the top