Hi, fresh install from source v9.1, when running gradle deploy failing:
Warning: dist/modules/administrative/job/search.html
Error: Parse Error: <os-select os-md-input ng-model=“filterOpts.type” list=“types”
Aborted due to warnings.
:grunt_build FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:grunt_build’.
Process ‘command ‘grunt’’ finished with non-zero exit value 6
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Ubuntu 20.04LTS
Tomcat 10
java -v
openjdk 1.8.0_352
npm -v
8.19.2
node -v
v16.18.1
bower -v
1.8.14
grunt -version
v1.5.3
gradle -v
v2.9
/opt/openspecimen/www$ grunt build --force
Running “htmlmin:dist” (htmlmin) task
Warning: dist/modules/administrative/job/search.html
Error: Parse Error: <os-select os-md-input ng-model=“filterOpts.type” list=“types”
select-prop=“type” display-prop=“caption” class=form-control"
placeholder="{{‘jobs.type’ | translate}}">
<os-clear-filters opts="filterOpts"></os-clear-filters>
</div>
Used --force, continuing.
Warning: dist/modules/query/column-filter.html
Error: Parse Error:
{{col.displayName}}
Done, but with warnings.