ST6RI-898 Automatically update the index field in .meta.json for standard library releases#751
Open
vytautas-astrauskas-sensmetry wants to merge 9 commits intomasterfrom
Open
ST6RI-898 Automatically update the index field in .meta.json for standard library releases#751vytautas-astrauskas-sensmetry wants to merge 9 commits intomasterfrom
index field in .meta.json for standard library releases#751vytautas-astrauskas-sensmetry wants to merge 9 commits intomasterfrom
Conversation
- These utilities create text snippets for the index in the .meta.json file of a KPAR. - SysMLIndexUtil works on both KerML and SysML files.
…dating workspaces.
…ysand is correctly resolved After pulling, do the following: 1. Refresh the project with: File -> Refresh 2. Update org.omg.sysml.xtext project: Maven -> Update Project 3. Rebuild
index field in .meta.json for standard library releasesindex field in .meta.json for standard library releases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR modifies the Maven build process to update the
indexfield in.meta.jsonso that the standard library.kpars always contain the correct values.The key logic is in the newly added utility classes
SysMLIndexUtiland its supertypeKerMLIndexUtil.SysMLIndexUtiliterates over all projects in the standard library, computes the list of top-level elements for each of them, and then writes the names of these elements to theindexfield of.meta.json.SysMLIndexUtilis called by Maven during the build process using theexec-maven-pluginplugin.The only semantic change to the standard library is the addition of
USCUsymbol to theindexofsysml.library/Domain Libraries/Quantities and Units/.meta.json.