You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ Start by cloning the project: `git clone https://github.com/finos/rune-python-ge
39
39
40
40
Our project runs with Java 21. Make sure that your Maven also uses this version of Java by running `mvn -v`.
41
41
42
-
To build the project, run `mvn clean package`.
43
42
To build the project, run `mvn clean package`.
44
43
45
44
#### UNIT Testing
@@ -65,6 +64,7 @@ We use [Checkstyle](https://checkstyle.sourceforge.io/) for enforcing good codin
65
64
Go to Import... > Existing Maven Project, select the right folder, click Finish.
66
65
67
66
### Standalone CLI
67
+
68
68
The generator includes a standalone CLI which can be invoked to generate Python from a single file or from directory. To invoke the CLI, first build the project and then:
69
69
70
70
```sh
@@ -77,7 +77,6 @@ Use this script to generated the Python version of CDM
77
77
78
78
```sh
79
79
test/cdm_tests/cdm_setup/build_cdm.sh
80
-
test/cdm_tests/cdm_setup/build_cdm.sh
81
80
```
82
81
83
82
The script will use the CDM from the branch specified in the file (E.G. master) of the [FINOS Repo](https://github.com/finos/common-domain-model) and generate a wheel in the project directory `target/python-cdm`
@@ -90,7 +89,7 @@ The Roadmap will be aligned to the [Rune-DSL](https://github.com/finos/rune-dsl/
90
89
91
90
### Rune-DSL Updates
92
91
93
-
Renovate will generate a PR when the version of the DSL has been updated at com.regnosys.rosetta:com.regnosys.rosetta. The PR will calrify whether the change succsessfully builds and passes JUNIT and Python unit testing.
92
+
Renovate will generate a PR when the version of the DSL has been updated at com.regnosys.rosetta:com.regnosys.rosetta. The PR will clarify whether the change succsessfully builds and passes JUNIT and Python unit testing.
94
93
95
94
Any maintainer can merge changes that successfully build and pass the tests.
96
95
@@ -110,7 +109,7 @@ To submit a contribution:
110
109
5. Push to the branch (`git push origin feature/fooBar`)
111
110
6. Create a new Pull Request
112
111
113
-
_NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR
112
+
*NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR
114
113
who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged
115
114
and blocked by the FINOS Clabot tool (or EasyCLA). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
0 commit comments