I am happy to announce the first version of Doclipse, an Eclipse plug-in to help you write Java source files with Javadoc tags, either for documentation purposes or to be processed by a tool such as EJBGen or XDoclet.
Once you have installed Doclipse, you can add your own definition files for
JavaDoc tags and they become available immediately in the editor.
Check out the Doclipse home page for
more details.
#1 by Steve on June 16, 2004 - 2:29 am
This seems like a great plug-in but I can’t get it to work with external files. I’m using Eclipse 3.0-RC2. When I’m specifying a directory read from nothing happens. Any ideas?
#2 by loki on June 16, 2004 - 6:47 am
Great stuff. Thanks Cedric. Simple but _very_ useful.
Any chance of having it “full-featured” for Eclipse 2.1 ?
I just gave it a try with 2.1.3 but it doesn’t show up the the Preferences – although it works properly in the Java Editor 😉
#3 by Cedric on June 16, 2004 - 7:08 am
Steve, can you send me the XML file you are trying to use? The XML parsing is very basic at this point so it might not validate and silently fail.
#4 by Euxx on June 16, 2004 - 8:47 am
Working with JavaDoc-driven class metadata in Eclipse.
Cedric have implemented Doclipse , an Eclipse plugin for JavaDoc tags. It have a nicely looking UI (especially preferences page), however it has very limited use, because right now it can only distinguish between class and method JavaDoc tags.
Pret
#5 by Thierry on June 16, 2004 - 11:17 am
Thx Cedric.
Very usefull indeed.
http://jyperion.com/
#6 by Frank Bolander on June 16, 2004 - 1:38 pm
What are the differences between Jboss-IDE and Doclipse?
#7 by sandeep on July 16, 2004 - 11:37 am
Hi there
I was trying to use the doclipse with wsad 5.1.1 but it is not showing up any workarounds or suggestions…
Thaks
Sandeep
#8 by Esben on August 6, 2005 - 8:39 am
Hi,
I’ve installed Doclipse, but how do I get javadoc running within eclipse to recognize the new tags that I add? I get code-completion and the lot on the new tags but when running javadoc I get warnings that they are not recognized?
– Esben
#9 by Esben Toftdahl on August 6, 2005 - 8:39 am
Hi,
I’ve installed Doclipse, but how do I get javadoc running within eclipse to recognize the new tags that I add? I get code-completion and the lot on the new tags but when running javadoc I get warnings that they are not recognized?
– Esben
#10 by Luke on August 2, 2006 - 2:56 am
I’ve installed Doclipse, but how do I get javadoc running within eclipse to recognize the new tags that I add? I get code-completion and the lot on the new tags but when running javadoc I get warnings that they are not recognized?