Hi all, First a little disclaimer about myself. I am not yet a java developer, so please patch at own risk ;-).
I had to work with ArgoUML as part of the course requirement engineering at LIACS Leiden University, but the little handy tool decided to die on me a few times. Luckily it's open source -BSD style, my favorite one- so I decided to give it a go and start looking into it more closely. While building the docs of trunk using javadoc (and java version 1.5.0_13) I discovered a number of missing invalid links/syntax errors and decided to try to fix them so here is the result. doc-fix.patch -svn diff relative to /trunk- has all the fixes, doc-fix.txt a long explanation list of the found problems and their actions. I am not sure whether the lists allows attachments (and I do not like to send big attachments the list as well) so you will be able to download them at http://rickvanderzwet.nl/trunkplaza/urgouml/doc-fix.patch http://rickvanderzwet.nl/trunkplaza/urgouml/doc-fix.txt I do have a few questions however: * @stereotype tag is heavenly used throughout the code, although this is a valid tag at the eclipse doc generator, it will produce many,many warnings in a non eclipse environment. Any idea how to get rid of this without starting to use eclipse? * During the init? of javadocs I get a massive amount of warnings about packages which does not exist (like [1]), how to get around this warnings, as google is not very helpful providing a answer :-( /Rick van der Zwet [1] [javadoc]/src/model-mdr/src/org/argouml/model/mdr/ActivityGraphsFactoryMDRImpl.java:30: package org.omg.uml.behavioralelements.activitygraphs does not exist [javadoc] import org.omg.uml.behavioralelements.activitygraphs.ActionState; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
