RE: [Andromda-devel] Maven Status

2004-03-10 Thread Brian Topping
March 10, 2004 10:13 PM > To: Brian Topping; [EMAIL PROTECTED]; Matthias Bohlen > Cc: [EMAIL PROTECTED] > Subject: Re: [Andromda-devel] Maven Status > > > Brian, > > Didn't you create a maven plugin for andromda 2.x? I'm > making Andromda 3.x > build M

RE: [Andromda-devel] Maven Status

2004-03-10 Thread Brian Topping
I guess we should figure out what I should do with mine then, I already put in a lot of work and submitted it to be made a part of Maven. Not sure how this got missed, hopefully we can coordinate this better in the future. It's rather discouraging to see this. thanks, Brian > -Original M

RE: [Andromda-devel] Getting NamespaceOwnedElements from a UseCase

2004-03-04 Thread Brian Topping
> -Original Message- > From: Wouter Zoons [mailto:[EMAIL PROTECTED] > Subject: RE: [Andromda-devel] Getting NamespaceOwnedElements from a > UseCase > > It depends on what we mean with "Java API" of course :-) : all classes > under the org.omg.uml.* package (with subpackages) > > http://ww

RE: [Andromda-devel] Getting NamespaceOwnedElements from a UseCase

2004-02-29 Thread Brian Topping
day, February 28, 2004 1:20 PM > To: Brian Topping; [EMAIL PROTECTED] > Subject: RE: [Andromda-devel] Getting NamespaceOwnedElements from a > UseCase > > > I don't know what you want to do, but everytime I have a question like > that I do this: > > 1. open up my li

[Andromda-devel] Getting NamespaceOwnedElements from a UseCase

2004-02-28 Thread Brian Topping
Hi guys, I have a UseCase, and I would like to get a collection of NamespaceOwnedElements. My cartridge uses a subclass of SimpleOOHelper as the transform, configured in the via templateClass. (There seem to be a number of methods of viewing a model based on whether one is using UMLModel or UML

RE: [Andromda-devel] MMF templates for review!!!

2004-02-26 Thread Brian Topping
> -Original Message- > From: Chad Brandon [mailto:[EMAIL PROTECTED] > Subject: RE: [Andromda-devel] MMF templates for review!!! > > I could get to it yes, but andromda-all MMD branch > doesn't even build at the moment with the changes that > Matthias is doing, so I'm not sure it would be w

RE: [Andromda-devel] definitions

2004-02-26 Thread Brian Topping
> -Original Message- > From: Chad Brandon [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 26, 2004 8:45 AM > > > the change requires updating AndroMDAGenTask to > > "pivot" the data and iterate > > again -- in other words, iterate over the cartridges > > and templates that > > specify

[Andromda-devel] Including XMI extensions in the metadata

2004-02-26 Thread Brian Topping
Hi, Another issue that I'm working on is trying to work with are vendor-specific XMI extensions during generation. The first case is simple, MagicDraw allows diagrams to have a stereotype, but they are stored in the XMI as an extension. I did a bit of asking around on this, and it seems that the

RE: [Andromda-devel] definitions

2004-02-26 Thread Brian Topping
ng to roll those into 3.x, I guess I could port my hibernate stuff over, but I'll probably wait until then. best, -b > -Original Message- > From: Chad Brandon [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 26, 2004 11:22 AM > To: Brian Topping; [EMAIL PROTECTED] &g

RE: [Andromda-devel] MMF templates for review!!!

2004-02-26 Thread Brian Topping
> -Original Message- > From: Matthias Bohlen [mailto:[EMAIL PROTECTED] > Subject: [Andromda-devel] MMF templates for review!!! > > P.S.: The next steps will require exclusive access to the MMD model. I > will have to change all class names to *Facade and change > package names, > too. I w

[Andromda-devel] definitions

2004-02-25 Thread Brian Topping
hi all, i'm developing a cartridge template that intends to aggregate information from all classes with a certain stereotype, but finding it difficult because the templates are better suited to generating "for each". I see how Wouter did this... by adding a model element to a "static area" that t

[Andromda-devel] TemplateConfiguration and CartridgeXmlParser

2004-02-24 Thread Brian Topping
All, I need another parameter in TemplateConfiguration, and was looking around in CartridgeXMLParser and noticed that validation is turned off on the parsing. If that's the case, it seems like storing the TemplateConfiguration in a DynaBean or similar would make a lot of sense. If this were don

[Andromda-devel] TypeMapping.xml

2004-01-27 Thread Brian Topping
I'd like to propose that the database type mappings database be added to andromda.jar, with the default to get the type mapping from there. This will facilitate Maven packaging, and since the it is simple to override the type mapping in the build.xml, it should pose no problem to have a default in

[Andromda-devel] Maven Plugin ready

2004-01-27 Thread Brian Topping
all, I have a Maven plugin itching for a checkin. There are a few things that need to be done for this: 1) The jars for AndroMDA need to go up on ibiblio. This isn't a problem for me to take care of, but I need to find out what versions that should go up. It would be nice if there could be a re

RE: [Andromda-devel] Lower case stereotype names

2004-01-27 Thread Brian Topping
> -Original Message- > From: Matthias Bohlen [mailto:[EMAIL PROTECTED] > Subject: RE: [Andromda-devel] Lower case stereotype names > > P.S.: We should solve the lowercase stereotype problem another way. The patch I have: cvs diff src\java\org\andromda\cartridges\mgmt\CartridgeDictionary.j

RE: [Andromda-devel] Lower case stereotype names

2004-01-26 Thread Brian Topping
there. Then you can recreate it with the capitalization that you desire. So the changes that I have working aren't strictly necessary, but will save headaches for people around here. -b > -Original Message- > From: Brian Topping > Sent: Monday, January 26, 2004 5:51 P

RE: [Andromda-devel] Lower case stereotype names

2004-01-26 Thread Brian Topping
I guess this is a dead subject? I had a problem today on a new project, Poseidon 2.1.0 would let a user create distinct stereotypes with capitalization changes, but 2.1.1 does not, it just keeps selecting the name with the same spelling and different capitalization (as if to say "you already have

RE: [Andromda-devel] SQL Cartdrige

2003-12-23 Thread Brian Topping
A few thoughts on this: Neat idea, but how can you make it so that it doesn't rely on any given database or OR mapping? Maybe the tool itself should use hibernate, to insulate itself from the work that has already been handled by it with dialects. So I guess what you are talking about is somethi

RE: [Andromda-devel] More info on metamodel decorators...

2003-12-16 Thread Brian Topping
Good stuff in that wiki, maybe a link to it's existence should be put on the home page? I noticed that the FAQ had the answer to a question that I had posted (with no response to), I wonder if it might have been dismissed as RTFM, but I didn't even know the wiki existed! :) -b > -Original M

RE: [Andromda-devel] changes for hibernate entity inheritance

2003-12-14 Thread Brian Topping
criptHelper interface. As well, by making the ScriptHelper responsible for the context setup, it could cache the current modelElement if appropriate. -b > -Original Message- > From: Matthias Bohlen [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 9:57 AM > To:

RE: [Andromda-devel] changes for hibernate entity inheritance

2003-12-12 Thread Brian Topping
Yeppers, that's what I was looking for... call me dense! thanks! -b > -Original Message- > From: Matthias Bohlen [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 9:57 AM > To: Brian Topping; [EMAIL PROTECTED] > Subject: RE: [Andromda-devel] changes

[Andromda-devel] changes for hibernate entity inheritance

2003-12-11 Thread Brian Topping
I'm working with hibernate and have been wanting to have AndroMDA generate classes of the form: // the superclass does not use @hibernate.class public abstract Superclass { /** @hibernate.id ... */ } /** @hibernate.class */ public Subclass extends Superclass { // id is inherited fro

[Andromda-devel] OMG library javadoc

2003-12-11 Thread Brian Topping
Hi all, Does anyone have a link to the javadoc for the OMG foundation library? I'm starting in on the code, want to better understand what I have to work with. I looked through the OMG website, but had a problem finding anything related to jar files. Thanks! -b --