Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to generate plugin's javadoc from ant ?
How to generate plugin's javadoc from ant ? [message #332611] Fri, 31 October 2008 09:14
No real name is currently offline No real nameFriend
Messages: 18
Registered: July 2009
Junior Member
Hey,

I was wondering how to generate plugin's javadoc from an ant build file,
I generated this ant build file from the IDE using export=>javadoc but I
had a few issues :
* the produced file contains a classpath pointing to dependent
projects bin (ie. output) directory and the pde build task :
pde.exportPlugins doesn't create .class files in the bin (ie. output)
directories

I fix this issue by using the eclipse.incrementalbuild task

* the produced file contains a classpath with the full name of the
dependent jars (with version number). If anyone of this plugins version
changes the build file will no more work.

How can I find my plugin's classpath (ie. regenerating it) from an ant
build file to solve this issue ?

(I tried the eclipse.buildscript task, but I don't really understand
what should be generated by this task)

Cheers,
Guillaume.
Previous Topic:How Server/Tomcat picks up the dynamic properties file in the WEB-INF/classes
Next Topic:Can I prevent an editor from being restored?
Goto Forum:
  


Current Time: Sun Jun 30 13:48:03 GMT 2024

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

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

Back to the top