Skip to content
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

Workspace Gradle conversion #676

Closed
wants to merge 13 commits into from
Closed

Workspace Gradle conversion #676

wants to merge 13 commits into from

Commits on Feb 22, 2023

  1. WIP on converting from ant/make to gradle

    Goal is to completely remove ant and make from the build and have a
    single build tool to rule them all, namely gradle
    
    Currently the build compiles but tests don't pass. Will also need a lot
    of doc updates.
    MrCreosote authored and ialarmedalien committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6bde7be View commit details
    Browse the repository at this point in the history
  2. Add standard tasks--jars, wars, javadoc, tests, coverage--to gradle f…

    …ile. Fix error in build.xml
    ialarmedalien committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    22ee5c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    a97d823 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    da6ec77 View commit details
    Browse the repository at this point in the history
  2. add jna

    ialarmedalien committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    0fa79a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    d9a55e7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. removing commands from Makefile that are now run by gradle

    add gradle to dockerfile
    use gradle for GHA tests/builds
    remove unused server admin scripts
    ialarmedalien committed May 4, 2023
    Configuration menu
    Copy the full SHA
    9442ea3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Try a panoply of test type and OS combinations

    add in workflow caching
    adding minio since it is not always available from minio server
    fix incorrect if statements
    ialarmedalien committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4d9230c View commit details
    Browse the repository at this point in the history
  2. reinstitute tests

    ialarmedalien committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cefbfec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1de684 View commit details
    Browse the repository at this point in the history
  4. fix workflow call

    ialarmedalien committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6f552e5 View commit details
    Browse the repository at this point in the history
  5. fix error

    ialarmedalien committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c4fb794 View commit details
    Browse the repository at this point in the history
  6. fix error

    ialarmedalien committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bdd877f View commit details
    Browse the repository at this point in the history