Widgets not found using MxBuild on Linux

7
I have MxBuild for Mendix 6.10.18 running on Linux, everything seems kosher and the script executes, but I’m unable to determine why it doesn’t find the widgets. root@6eaed1ba534e:/var/mx/app/app# mono /mendix/modeler/mxbuild.exe --java-home=/usr/lib/jvm/java-8-oracle --java-exe-path=/usr/lib/jvm/java-8-oracle/bin/java app.mpr __ __ ____ _ _ _ | \/ | | _ \ (_) | | | | \ / |_ _| |_) |_ _ _| | __| | | |\/| \ \/ / _ <| | | | | |/ _` | | | | |> <| |_) | |_| | | | (_| | |_| |_/_/\_\____/ \__,_|_|_|\__,_| v6.10.18 Starting build for Mendix Project file: /var/mx/app/bdc/bdc.mpr Using the following options: * Build target: Package Reading project file... Building project... Executing step 'Synchronize with file system' * Synchronizing with file system... Executing step 'Initialize' * Preparing deployment... Executing step 'Check prerequisites' * Checking for errors... ERROR: The project cannot be deployed, because it contains errors. ERROR at AdministrationRequestManagement, Page 'AnnualReviewRequest_RiskEvaluation_Current', Custom widget 'attributeRadiobuttonList1': Could not find widget 'Attribute Radiobutton List' in the 'widgets' directory. ERROR at AdministrationRequestManagement, Page 'AnnualReviewRequest_AuthorizationConfirmation', Custom widget 'attributeRadiobuttonList1': Could not find widget 'Attribute Radiobutton List' in the 'widgets' directory.   Although the modeler doesn’t complain, and the widgets are all there: root@6eaed1ba534e:/var/mx/app/app# ls -l total 308768 -rw-r--r-- 1 root root 160900096 Sep 25 17:45 app.mpr.bak -rw-r--r-- 1 root root 4105 Sep 26 14:09 app.launch drwxr-xr-x 4 root root 128 Sep 25 17:45 Scripts -rw-r--r-- 1 root root 154514432 Sep 26 14:06 bdc.mpr drwxr-xr-x 28 root root 896 Sep 25 17:46 bin -rw-r--r-- 1 root root 695538 Sep 26 14:57 buildreport.txt drwxr-xr-x 9 root root 288 Sep 26 14:09 deployment drwxr-xr-x 66 root root 2112 Sep 25 18:38 javasource drwxr-xr-x 15 root root 480 Sep 25 17:45 resources drwxr-xr-x 10 root root 320 Sep 25 17:45 theme drwxr-xr-x 139 root root 4448 Sep 25 17:46 userlib drwxr-xr-x 40 root root 1280 Sep 25 17:45 widgets root@6eaed1ba534e:/var/mx/app/app# ls -l widgets/ total 6064 -rw-r--r-- 1 root root 335094 Sep 25 17:45 BootstrapRTE.mpk -rw-r--r-- 1 root root 116699 Sep 25 17:45 BootstrapTooltip.mpk -rw-r--r-- 1 root root 8998 Sep 25 17:45 BootstrapTreeViewWidget.mpk -rw-r--r-- 1 root root 3308380 Sep 25 17:45 CKEditorForMendix.mpk -rw-r--r-- 1 root root 118319 Sep 25 17:45 CSSApply.mpk -rw-r--r-- 1 root root 108789 Sep 25 17:45 CSSNegative.mpk -rw-r--r-- 1 root root 256096 Sep 25 17:45 ChartJS.mpk -rw-r--r-- 1 root root 9284 Sep 25 17:45 CheckboxSelector.mpk -rw-r--r-- 1 root root 147916 Sep 25 17:45 ClockPickerforMendix.mpk ....   PS: couldn’t select version 6.10.18, the dropdown isn’t sorted
asked
0 answers