Skip to content

Commit b6d60bd

Browse files
authored
Merge pull request #128 from mendix/rto/fix_readme_and_version
RTO - Fix readme and version
2 parents 24337e9 + a11f3a5 commit b6d60bd

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1+
#### Notes
2+
In version 7.2.0 of this module, we introduced a new way of dependency management using a Gradle build file. Unfortunately, this does not mean that obsolete JARs are automatically deleted from your apps' userlib folders when you import this module into your app model.
3+
4+
The Community Commons container project contains a variety of predesigned unit tests. To use these tests, download the Unit Testing module from the Mendix Marketplace and run `gradle copyAllToUserlib`. This module has a dependency on the Object Handling module, so that module should also be imported to your app if you want to run the tests.
5+
16
Please see [Community Commons Function Library](https://docs.mendix.com/appstore/modules/community-commons-function-library) in the Mendix documentation for details.
27

3-
In version 7.2.0 of this module, we introduced a new way of dependency management using a Gradle build file. Unfortunately, this does not mean that obsolete JARs are automatically deleted from your apps' userlib folders when you import this module into your app model.
8+
#### To publish the module to Appstore
9+
10+
###### Step 1: Update the required properties
11+
1. `marketplace/release-notes`: (mandatory) Add your release notes txt with the file name as the version number you mentioned in the `gradle.properties` (Example: 2.1.2.txt)
12+
2. `marketplace/decription.html`: (optional) Update the description of the module
13+
3. `marketplace/documentation.html`: (optional) Update the documentation of the module
14+
15+
###### Step 2: Publish the module
16+
Release to the Marketplace with the following command:
17+
```
18+
gradle release [email protected] -PmarketplacePassword=MyMarketPlacePassword
19+
```
420

5-
To download the dependencies and copy them to the `userlib` folder of the Community Commons container project, execute `gradle prepareDeps` from the command line. Afterwards, you will be able to export a CommunityCommons.mpk module from the Community Commons main project. Select only the dependencies listed below in the Dependencies section as dependencies in userlib for the exported module.
21+
#### References:
22+
1. [Gradle publish marketplace module plugin](https://gitlab.rnd.mendix.com/runtime/gradle-mx-publish-module-plugin)
623

7-
The Community Commons container project contains a variety of predesigned unit tests. To use these tests, download the Unit Testing module from the Mendix Marketplace. This module has a dependency on the Object Handling module, so that module should also be imported to your app if you want to run the tests.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=9.0.1-SNAPSHOT
1+
version=9.0.2-SNAPSHOT
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed a bug where warning logging was using DEBUG log level.

0 commit comments

Comments
 (0)