Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Add javadoc to WebApp
Add javadoc to WebApp [message #676781] Mon, 06 June 2011 14:14 Go to next message
Ichai LuzonFriend
Messages: 2
Registered: June 2011
Junior Member
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 17:44 Go to previous messageGo to next message
Oliver  is currently offline Oliver Friend
Messages: 1
Registered: July 2011
Junior Member
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 14:10 Go to previous message
Ichai LuzonFriend
Messages: 2
Registered: June 2011
Junior Member
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: Fri Apr 19 03:53:34 GMT 2024

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

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

Back to the top