This is the XNAT DXM Settings plugin. Its purpose is to surface project-level settings that control the behavior of external upload applications such as the XNAT Desktop Client.
To build :
- If you haven't already, clone this repository and cd to the newly cloned folder.
- Build the plugin:
./gradlew jar(on Windows, you can use the batch file:gradlew.bat jar). This should build the plugin in the file build/libs/dxm-settings-plugin-1.0.jar (the version may differ based on updates to the code). - Copy the plugin jar to your plugins folder:
cp build/libs/dxm-settings-plugin-1.0.jar /data/xnat/home/plugins - Restart Tomcat and your plugin will become active in XNAT.
Log in to your XNAT and navigate to a project that you intend to upload to. Go to Project Settings, and click on the "Upload Client Settings" tab. You will find a series of settings that you can set.
See XNAT Documentation: Setting Project Defaults for Desktop Client Behavior