Hi Rick,

Thanks for the patch.  I'll look at it in a few days if no one else
gets to it first.  I good way to track the status of things like this
is to create an issue in our issue database and attach the patch.
That way one of the developers can "claim" it and then mark as
completed when the patch has been applied.

Answers to your questions are inline below:

On Jan 13, 2008 7:29 PM, Rick van der Zwet <[EMAIL PROTECTED]> wrote:
> 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?

I count less than 50 occurrences, which I don't consider very many
considering the number of classes that we have.  Do the warnings occur
with our standard Ant build file?

> * 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 :-(
>
> [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;

The code for the org.omg.uml.* packages is generated at build time
from the UML 1.4 metamodel by the Ant build.  The MDR build does this
is invoked from the main ArgoUML Ant build.  Are you using our build
process?

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to