[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.emf] Re: [Validation] Re: headless validation?
|
- From: "Christian W. Damus" <cdamus@xxxxxxxxxx>
- Date: Mon, 28 Jan 2008 16:16:39 -0500
- Newsgroups: eclipse.tools.emf
- Organization: IBM Canada (Rational Software)
- User-agent: KNode/0.10.4
Oo! Thanks, Dave.
I look forward to your contribution.
Say, have you looked at the dynamic constraint provider that loads OCL
constraints from *.ocl documents? Check it out in the latest MDT OCL 1.2
I-build (the example is older than that, but there may have been changes).
The plugin.xml can grow to be quite a load in the extension registry. This
is a tidy alternative, and of course, I never have time to work on a more
model-driven approach to the Java constraints ...
Cheers,
Christian
Dave Carlson wrote:
> HI Christian,
> Yes, I am referring to the extensible framework, with constraints declared
> in the plugin.xml. For now, I am using Java constraints but would also
> like
> the option to use OCL constraints. All executed via headless Ant task.
>
> I wanted to check if there were any know blockers on this before
> proceeding. I will look into creating a general purpose plugin,
> org.eclipse.emf.validation.ant, that I can contribute back to the project.
>
> Dave
-----8<-----