Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rmf-dev] ReqIF to HTML prototype

Dear RMF developers,

I just finished a small prototype for the automatic generation of HTML files. The corresponding project is "org.eclipse.rmf.pror.reqif10.genhtml".

If you want to try the prototype, here a short tutorial:

- Pull the rmf git repository
- In the root folder you will find a new folder called "dump" with two subfolders "reqif" and "html"
- Put your reqif file into the "reqif" folder
- Commit and push the file
- Since, jenkins triggers the source code management system every hour, start a new jenkins build manually - After finishing the build, checkout the "html" folder in the jenkins workspace. The folder should contain the generated html file

Please note: reqif files with external packages like presentation plugins, do not work!!!

Best regards,
Lukas


Back to the top