-
Notifications
You must be signed in to change notification settings - Fork 35
Migration to Gradle #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I haven't had a chance to do a thorough review yet, but I wanted to point out a small change in #60 so you didn't miss it. |
|
Everything compiles, but tests still fail. |
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
webdavclient4j does not include .lib Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Tests are failing (missing deps) Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Not running, cause of version.properties Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
…change Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Tests fail Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Removes references to `build.properties` and related variables. These properties are no longer needed, simplifying the build configuration. Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
This commit updates the build configuration files to align with a Gradle upgrade. It configures duplicate strategy to exclude for Jar, Tar, and Zip tasks. Removes unnecessary source set configurations and test configurations in build.gradle files. Renames packages for test java classes in server module to align with the new structure. Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Updates the server's dependency on the donkey project to use the default artifact publication instead of explicitly specifying the 'default' configuration. This streamlines the dependency declaration. Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Tony Germano <tony@germano.name> Signed-off-by: Nico Piel <nico.piel@hotmail.de>
engine.vmoptions in the basedir now only has includes for the following three files: /conf/base_includes.vmoptions contains the default options for all runs as of mirth 4.5.2. /conf/default_modules.vmoptions contains the java 9+ options as of 4.5.2. /conf/custom.vmoptions is empty other than usage instructions and is the target for user changes Signed-off-by: Tony Germano <tony@germano.name> Signed-off-by: Nico Piel <nico.piel@hotmail.de>
5fc1966 to
cc8983f
Compare
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Migrates the server build process away from Ant.
|
Project builds and outputs original dir structure (mostly). Server doesn't start yet. |
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason you didn't go with the kotlin style build.gradle.kts?
IMHO it should be the default for any new project, the tooling support is so much better!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason at all. But good catch. I'll convert them :)
I've started working on migrating OIE from Ant to Gradle.
To test, run
./gradlew clean build -x test(tests are failing)
Fixes #52