Skip to content

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

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from

Conversation

NicoPiel
Copy link

@NicoPiel NicoPiel commented Apr 23, 2025

I've started working on migrating OIE from Ant to Gradle.

To test, run ./gradlew clean build -x test

(tests are failing)

Fixes #52

@tonygermano tonygermano changed the base branch from development to main April 23, 2025 01:05
@tonygermano
Copy link
Member

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.

@NicoPiel
Copy link
Author

Everything compiles, but tests still fail.

NicoPiel added 27 commits April 30, 2025 18:04
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>
NicoPiel and others added 3 commits April 30, 2025 18:04
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>
@NicoPiel
Copy link
Author

NicoPiel commented May 6, 2025

Project builds and outputs original dir structure (mostly). Server doesn't start yet.

NicoPiel added 2 commits May 6, 2025 03:50
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[IDEA] Introduce Dependency Management (e.g. Gradle or Maven)
2 participants