Skip to content

Commit

Permalink
Be a bit more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jul 19, 2024
1 parent 5f80558 commit c156013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ build and run the test webapp with Ladybug. When Tomcat has been started by the
This should display a page with links to the various resources available like the Ladybug frontend and API.

To speed up the build copy `build-example.properties` in folder `frank-runner/specials/ladybug` to `build.properties` and enable the relevant
properties as describes in the comments in this file. If you uncomment `test.with.iaf=true`, you will also build the Frank!Framework,
properties as describes in the comments in this file. If you uncomment `test.with.iaf=true` as explained in the next section [Testing backend changes with Frank!Framework](#testing-backend-changes-with-frankframework), you will also build the Frank!Framework,
by default using the ANT script of `frank-runner/specials/iaf-webapp`. You can speed up the build of the FF! by copying
`build-example.properties` in folder `frank-runner/specials/iaf-webapp` to `build.properties` and by then editing that
`build.properties`.
Expand All @@ -173,7 +173,7 @@ Testing backend changes with Frank!Framework
To test your Ladybug changes with the Frank!Framework enable `test.with.iaf=true`. By default, it will test with the webapp
module of the Frank!Framework. This can be changed with the `iaf.module` property. The `frank-runner/specials` folder
contains a folder per module that can have it's own `build.properties` with custom properties. To see possible values, copy from
the corresponding `build-example.properties`.
the corresponding `build-example.properties` as explained in the previous section [Backend development](#backend-development).

Frontend development
--------------------
Expand Down

0 comments on commit c156013

Please sign in to comment.