Fix grammar IJ post
This commit is contained in:
parent
afa4c04a30
commit
5f18376ce8
@ -15,10 +15,10 @@ showTOC: false
|
|||||||
|
|
||||||
In 2021 I worked in a small team of students on an old fashioned Java swing application. To design our forms rather fast, we chose to opt for the IJ-GUI designer.
|
In 2021 I worked in a small team of students on an old fashioned Java swing application. To design our forms rather fast, we chose to opt for the IJ-GUI designer.
|
||||||
|
|
||||||
That was a rather annoying mistake, trying to package that thing just hours before the deadline.
|
That turned out to be a rather annoying mistake, trying to package the Software just hours before the deadline.We were unable to come up with a solution to compile the forms on our build server in that short time.
|
||||||
We then opted to just let IntelliJ compile the .forms into .java directly, which then cluttered our version control.
|
So, we then opted to just let IntelliJ compile the .forms into .java directly, which then cluttered our version control.
|
||||||
|
|
||||||
So today I present you a minimal `pom.xml` compiling forms on the fly. A complete minimal working example can be found on my private git: [git.tobiasmanske.de](https://git.tobiasmanske.de/user/rad4day/public/intellij-forms-maven-example/tree/)
|
Today I present you the fix: A minimal `pom.xml` compiling forms on the fly. A complete minimal working example can be found on my private git: [git.tobiasmanske.de](https://git.tobiasmanske.de/user/rad4day/public/intellij-forms-maven-example/tree/)
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
Loading…
Reference in New Issue
Block a user