rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Documentation building process

Open linuswagner opened this issue 1 year ago • 2 comments

At the moment, the role of the RASCAL.MF and the pom.xml file in a Rascal project are not well documented. What I found was the comment for lib schemes.

It would be nice to have a description what is needed in order to get a Rascal project to successfully build using Maven that includes the role of the individual files in the context of Rascal. The documentation can reference the Maven manual for not Rascal specific things

linuswagner avatar Jan 14 '24 12:01 linuswagner

Should explain that meta inf is used (besides others) to identify rascal project when resolving dependencies (rather than pom file, still no idea if that is used for anything outside of maven)

linuswagner avatar Jan 14 '24 13:01 linuswagner

One of the reasons is that we do not really like RASCAL.MF, and want to replace it with something better. Both the semantics and the syntax.

DavyLandman avatar Jan 15 '24 08:01 DavyLandman