svn commit: r15379 - branches/work_ocl2_tfmorris/src/argouml-app/ocl20-integration-notes.txt
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris Date: 2008-07-27 09:55:39-0700 New Revision: 15379 Modified: branches/work_ocl2_tfmorris/src/argouml-app/ocl20-integration-notes.txt Log: Update integration notes Modified: branches/work_ocl2_tfmorris/src/argouml-app/ocl20-integration-notes.txt Url: http://argouml.tigris.org/source/browse/argouml/branches/work_ocl2_tfmorris/src/argouml-app/ocl20-integration-notes.txt?view=diff&rev=15379&p1=branches/work_ocl2_tfmorris/src/argouml-app/ocl20-integration-notes.txt&p2=branches/work_ocl2_tfmorris/src/argouml-app/ocl20-integration-notes.txt&r1=15378&r2=15379 ============================================================================== --- branches/work_ocl2_tfmorris/src/argouml-app/ocl20-integration-notes.txt (original) +++ branches/work_ocl2_tfmorris/src/argouml-app/ocl20-integration-notes.txt 2008-07-27 09:55:39-0700 @@ -35,11 +35,11 @@ SourceForge SVN at https://dresden-ocl.svn.sourceforge.net/svnroot/dresden-ocl/trunk/ocl20/src/tudresden/ocl20/integration - doesn't appear to be included in jar ocl20jmiimpl.jar, so perhaps they are modified in some way that we need -- the following diffs +- the following diffs: -Classes.java - no changes -ModelFacade.java - replaceRefProject & getElement methods added -OCLChecker.java - transaction rollback supported added to SourceForge version + Classes.java - no changes + ModelFacade.java - replaceRefProject & getElement methods added + OCLChecker.java - transaction rollback supported added to SourceForge version @@ -53,7 +53,10 @@ Questions --------- - What is compatibility story between old OCL and new OCL constraints? - +- Where can we put the OCL merged metamodel? It appears to look for + "MetamodelsWithOcl" on the classpath using the resource loader and then + attempts to load the metamodel from the same place (as a peer, not in the + directory itself). Modified Files for Initial Commit (included during creation of branch)