hi Chad,
okay I got all things figured out and have one more thing to
so the OCL2Java translation are working for the OCL I have been adding to the bpm4struts facademodel, but in order to have decent exception messages I would like to print the documentation on the OCL constraint in case of an exception, and here there is a problem, what I want to do is this:
1. get the preconditions from the model element
2. loop over them
3. translate them, and render this translation in the template
4. get the documentation, and render it in the template as an
exception messagehow can I do this ? I can only loop over all constraints (there is only "getConstraints()") ... If I want only the preconditions I could use the translateConstraints("pre" ...) method but then I don't have the documentation
so I would like:
* a method getConstraints(String kind), and
* a method translateConstraint(ConstraintFacade facade, String
translation)what do you think ? could I already add their implementations to be able to continue ?
-- Wouter
Chad Brandon wrote:
There's also a bootstrap-deploy goal that will deploy all bootstrap dependencies to a remote repository (i.e. the http://team.andromda.org/maven repository) You'll need to do this anytime you update the bootstrap dependencies locally if the stuff in CVS depends on it. But of course we can't do it now since the server is down.
----- Original Message ----- From: "Chad Brandon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "andromda-devel"
<[EMAIL PROTECTED]>
Sent: Saturday, June 12, 2004 9:37 AM
Subject: Re: [Andromda-devel] bootstrap
There already is something like that.....bootstrap-install goal...take a look at the maven.xml in andromda-all.
----- Original Message ----- From: "Wouter Zoons" <[EMAIL PROTECTED]>
To: "andromda-devel" <[EMAIL PROTECTED]>
Sent: Saturday, June 12, 2004 5:44 AM
Subject: [Andromda-devel] bootstrap
------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
