danielbeaudreau

Results 15 comments of danielbeaudreau

Specifically what we can do here to make the dicomweb client always consume the dicomweb address: - Truncate "/studies" from the legacy stow path, and pass it in as the...

Sometimes fetching the dependencies is flaky because the build script downloads them from the internet. Could you please retry?

What version of gradle are you using? Can you try running just "gradle build" https://github.com/GoogleCloudPlatform/healthcare-dicom-dicomweb-adapter#building-from-source

Could you paste the failing command please?

Could you try Dexec.args instead of Dorg.args?

I ran gradle run -Dexec.args="--dimse_aet=IMPORTADAPTER --dimse_port=4008 --dicomweb_address=http://localhost:80" in the import directory and it worked for me, it must be something with your environment. I wonder if it is due to...

If that does not work could you run with --stacktrace option and paste the output?

Seems like gradle is searching for the args as the task, but it should know that "run" is the desired task to execute. Could you try on linux and see...

Please use an older version of gradle below 7. Gradle made some breaking changes in v7 that broke our build.

Glad it worked. If I get some time, would like to fix the build to work with both v7 and v6.